arcrun 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -19,7 +19,7 @@ const program = new Command();
19
19
  program
20
20
  .name('acr')
21
21
  .description('arcrun — AI Workflow CLI for Cloudflare Workers + WASM')
22
- .version('1.0.0');
22
+ .version('1.0.5');
23
23
  // acr init [--self-hosted]
24
24
  program
25
25
  .command('init')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arcrun",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "AI Workflow CLI for arcrun — deploy and run WASM-based AI workflows on Cloudflare",
5
5
  "bin": {
6
6
  "acr": "dist/index.js"