chore: publish v0.4.3 — include src/ in published packages

bun runtime resolves the 'bun' exports condition to ./src/index.ts,
but src/ was not in the files array so consumers got ENOENT.
This commit is contained in:
2026-05-13 21:11:17 +08:00
parent 1cf963a1fb
commit b4584cbaa6
32 changed files with 180 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@uncaged/cli-workflow",
"version": "0.4.2",
"version": "0.4.3",
"files": [
"src",
"dist",