diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..d8255e8 --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +@uncaged:registry=https://git.shazhou.work/api/packages/uncaged/npm/ +//git.shazhou.work/api/packages/uncaged/npm/:_authToken=84e488ac2b4a3ddafc5fbf789674768881bf9241 diff --git a/packages/cli-workflow/package.json b/packages/cli-workflow/package.json index 1e42d30..a51aadc 100644 --- a/packages/cli-workflow/package.json +++ b/packages/cli-workflow/package.json @@ -1,6 +1,6 @@ { "name": "@uncaged/cli-workflow", - "version": "0.1.0", + "version": "0.2.0", "type": "module", "bin": { "uncaged-workflow": "src/cli.ts" diff --git a/packages/workflow-agent-cursor/package.json b/packages/workflow-agent-cursor/package.json index 5e1434d..dcd9e24 100644 --- a/packages/workflow-agent-cursor/package.json +++ b/packages/workflow-agent-cursor/package.json @@ -1,6 +1,6 @@ { "name": "@uncaged/workflow-agent-cursor", - "version": "0.1.0", + "version": "0.2.0", "type": "module", "main": "src/index.ts", "types": "src/index.ts", diff --git a/packages/workflow-agent-hermes/package.json b/packages/workflow-agent-hermes/package.json index 9c6f206..f3647a6 100644 --- a/packages/workflow-agent-hermes/package.json +++ b/packages/workflow-agent-hermes/package.json @@ -1,6 +1,6 @@ { "name": "@uncaged/workflow-agent-hermes", - "version": "0.1.0", + "version": "0.2.0", "type": "module", "main": "src/index.ts", "types": "src/index.ts", diff --git a/packages/workflow-agent-llm/package.json b/packages/workflow-agent-llm/package.json index a4a89a9..1ff29ca 100644 --- a/packages/workflow-agent-llm/package.json +++ b/packages/workflow-agent-llm/package.json @@ -1,6 +1,6 @@ { "name": "@uncaged/workflow-agent-llm", - "version": "0.1.0", + "version": "0.2.0", "type": "module", "main": "src/index.ts", "types": "src/index.ts", diff --git a/packages/workflow-template-develop/package.json b/packages/workflow-template-develop/package.json index b4da066..7b2b2ef 100644 --- a/packages/workflow-template-develop/package.json +++ b/packages/workflow-template-develop/package.json @@ -1,6 +1,6 @@ { "name": "@uncaged/workflow-template-develop", - "version": "0.1.0", + "version": "0.2.0", "type": "module", "main": "src/index.ts", "types": "src/index.ts", diff --git a/packages/workflow-template-solve-issue/package.json b/packages/workflow-template-solve-issue/package.json index 3357b32..2383e7e 100644 --- a/packages/workflow-template-solve-issue/package.json +++ b/packages/workflow-template-solve-issue/package.json @@ -1,6 +1,6 @@ { "name": "@uncaged/workflow-template-solve-issue", - "version": "0.1.0", + "version": "0.2.0", "type": "module", "main": "src/index.ts", "types": "src/index.ts", diff --git a/packages/workflow-util-agent/package.json b/packages/workflow-util-agent/package.json index 41092f9..dd0d450 100644 --- a/packages/workflow-util-agent/package.json +++ b/packages/workflow-util-agent/package.json @@ -1,6 +1,6 @@ { "name": "@uncaged/workflow-util-agent", - "version": "0.1.0", + "version": "0.2.0", "type": "module", "main": "src/index.ts", "types": "src/index.ts", diff --git a/packages/workflow/package.json b/packages/workflow/package.json index 5a9b02d..1f79f8d 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "@uncaged/workflow", - "version": "0.1.0", + "version": "0.2.0", "type": "module", "main": "src/index.ts", "types": "src/index.ts",