diff --git a/cli/package.json b/cli/package.json index f39eed9..498a622 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ailly/cli", - "version": "1.2.6", + "version": "1.3.0-rc1", "description": "", "type": "module", "main": "index.js", @@ -26,7 +26,7 @@ "ci": "npm link ../core && vitest --run --reporter=verbose" }, "dependencies": { - "@ailly/core": "1.2.6", + "@ailly/core": "1.3.0-rc1", "@davidsouther/jiffies": "^2.1.4", "yaml": "^2.4.1" }, diff --git a/core/package.json b/core/package.json index 7306310..bd8b588 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ailly/core", - "version": "1.2.6", + "version": "1.3.0-rc1", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/package-lock.json b/package-lock.json index 17e5e4b..be686b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,10 +14,10 @@ }, "cli": { "name": "@ailly/cli", - "version": "1.2.6", + "version": "1.3.0-rc1", "license": "ISC", "dependencies": { - "@ailly/core": "1.2.6", + "@ailly/core": "1.3.0-rc1", "@davidsouther/jiffies": "^2.1.4", "yaml": "^2.4.1" }, @@ -259,7 +259,7 @@ }, "core": { "name": "@ailly/core", - "version": "1.2.6", + "version": "1.3.0-rc1", "license": "ISC", "dependencies": { "@aws-sdk/client-bedrock-runtime": "^3.427.0",