@aigne/cli 1.74.0-beta → 1.74.0-beta.1

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 (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/cli",
3
- "version": "1.74.0-beta",
3
+ "version": "1.74.0-beta.1",
4
4
  "description": "Your command center for agent development",
5
5
  "license": "Elastic-2.0",
6
6
  "publishConfig": {
@@ -172,12 +172,12 @@
172
172
  "yoctocolors-cjs": "^2.1.3",
173
173
  "zod": "^3.25.67",
174
174
  "zod-to-json-schema": "^3.24.6",
175
- "@aigne/afs-history": "^1.74.0-beta",
176
- "@aigne/agent-library": "^1.74.0-beta",
177
- "@aigne/openai": "^1.74.0-beta",
178
- "@aigne/core": "^1.74.0-beta",
179
- "@aigne/aigne-hub": "^1.74.0-beta",
180
- "@aigne/secrets": "^1.74.0-beta"
175
+ "@aigne/afs-history": "^1.74.0-beta.1",
176
+ "@aigne/aigne-hub": "^1.74.0-beta.1",
177
+ "@aigne/agent-library": "^1.74.0-beta.1",
178
+ "@aigne/core": "^1.74.0-beta.1",
179
+ "@aigne/openai": "^1.74.0-beta.1",
180
+ "@aigne/secrets": "^1.74.0-beta.1"
181
181
  },
182
182
  "devDependencies": {
183
183
  "@inquirer/testing": "^2.1.50",
@@ -197,8 +197,8 @@
197
197
  "tsdown": "0.20.0-beta.3",
198
198
  "typescript": "^5.9.2",
199
199
  "@aigne/scripts": "^0.0.0",
200
- "@aigne/typescript-config": "^0.0.0",
201
- "@aigne/utils": "^1.74.0-beta"
200
+ "@aigne/utils": "^1.74.0-beta.1",
201
+ "@aigne/typescript-config": "^0.0.0"
202
202
  },
203
203
  "main": "./dist/index.cjs",
204
204
  "module": "./dist/index.mjs",