@stackone/cli 1.42.1 → 1.42.3

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 +14 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackone/cli",
3
- "version": "1.42.1",
3
+ "version": "1.42.3",
4
4
  "description": "StackOne Connect CLI tool",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",
@@ -35,13 +35,13 @@
35
35
  "@anthropic-ai/sdk": "0.32.1",
36
36
  "@clack/prompts": "0.11.0",
37
37
  "@stackone/agent-config": "1.4.0",
38
- "@stackone/agent-harness": "0.14.1",
39
- "@stackone/connect-sdk": "2.96.0",
40
- "@stackone/core": "3.11.0",
38
+ "@stackone/agent-harness": "0.15.1",
39
+ "@stackone/connect-sdk": "2.98.0",
40
+ "@stackone/core": "3.13.0",
41
41
  "@stackone/defender": "0.7.1",
42
- "@stackone/expressions": "0.36.0",
42
+ "@stackone/expressions": "0.37.0",
43
43
  "@stackone/transport": "2.28.0",
44
- "@stackone/utils": "1.0.0",
44
+ "@stackone/utils": "1.2.0",
45
45
  "chalk": "5.6.2",
46
46
  "chokidar": "5.0.0",
47
47
  "commander": "14.0.2",
@@ -62,6 +62,8 @@
62
62
  "@biomejs/biome": "2.4.10",
63
63
  "@commitlint/cli": "20.3.1",
64
64
  "@commitlint/config-angular": "20.3.1",
65
+ "@stackone/biome-config": "1.0.0",
66
+ "@stackone/tsconfig": "1.0.0",
65
67
  "@swc/core": "1.15.8",
66
68
  "@types/qs": "6.14.0",
67
69
  "@types/react": "19.2.8",
@@ -104,12 +106,12 @@
104
106
  "start:agent:chat": "pnpm build && node ./dist/cli.mjs agent chat",
105
107
  "start:agent:chat:debug": "pnpm build && DEBUG=agent-harness node ./dist/cli.mjs agent chat --verbose",
106
108
  "start:agent:setup": "pnpm build && node ./dist/cli.mjs agent setup",
107
- "code:format": "biome format ./src ./*.mjs",
108
- "code:format:fix": "biome format --write ./src ./*.mjs",
109
- "code:lint": "biome lint --error-on-warnings ./src ./*.mjs",
110
- "code:lint:fix": "biome lint --write ./src ./*.mjs",
111
- "code:check": "biome check ./src ./*.mjs",
112
- "code:check:fix": "biome check --write ./src ./*.mjs",
109
+ "code:format": "biome format .",
110
+ "code:format:fix": "biome format --write .",
111
+ "code:lint": "biome lint --error-on-warnings .",
112
+ "code:lint:fix": "biome lint --write .",
113
+ "code:check": "biome check .",
114
+ "code:check:fix": "biome check --write .",
113
115
  "lint": "pnpm code:check",
114
116
  "lint:fix": "pnpm code:check:fix",
115
117
  "test": "FORCE_COLOR=1 vitest run",