@alter-ai/cli 0.7.3 → 0.8.0

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 (4) hide show
  1. package/README.md +5 -2
  2. package/dist/cli.d.ts +14 -5
  3. package/dist/cli.js +21482 -18682
  4. package/package.json +18 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alter-ai/cli",
3
- "version": "0.7.3",
3
+ "version": "0.8.0",
4
4
  "description": "Command-line interface for the Alter Vault dev portal — scripted dashboard automation.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -16,7 +16,9 @@
16
16
  "scripts": {
17
17
  "build": "tsup",
18
18
  "dev": "tsx src/cli.ts",
19
- "test": "pnpm --filter @alter-ai/alter-sdk build && pnpm run build && vitest run",
19
+ "generate:provider-shapes": "node --import tsx scripts/generate-provider-shapes.ts",
20
+ "generate:provider-shapes:check": "node --import tsx scripts/generate-provider-shapes.ts --check",
21
+ "test": "pnpm run generate:provider-shapes:check && pnpm --filter @alter-ai/alter-sdk build && pnpm run build && vitest run",
20
22
  "test:watch": "vitest",
21
23
  "docs:check": "tsx scripts/check-docs-drift.ts",
22
24
  "docs:print": "tsx scripts/check-docs-drift.ts --print",
@@ -31,27 +33,28 @@
31
33
  "developer-tools",
32
34
  "automation"
33
35
  ],
34
- "author": "Alter AI",
36
+ "author": "Alter Labs, Inc.",
35
37
  "license": "MIT",
36
38
  "dependencies": {
37
39
  "commander": "^12.0.0",
38
- "posthog-node": "4.18.0"
40
+ "posthog-node": "^4.18.0"
39
41
  },
40
42
  "optionalDependencies": {
41
43
  "keytar": "^7.9.0"
42
44
  },
43
45
  "devDependencies": {
44
- "@alter-ai/alter-sdk": "workspace:*",
45
- "@alter-vault/shared-types": "workspace:*",
46
- "@eslint/js": "^9.39.4",
47
- "@types/node": "^20.0.0",
48
- "eslint": "^9.39.4",
49
- "eslint-plugin-security": "^4.0.1",
50
- "tsup": "^8.0.0",
51
- "tsx": "^4.7.0",
52
- "typescript": "^5.5.0",
53
- "typescript-eslint": "^8.53.0",
54
- "vitest": "^4.1.8"
46
+ "@alter-ai/alter-sdk": "workspace:0.23.3",
47
+ "@alter-vault/shared-types": "workspace:0.0.1",
48
+ "@alter-vault/shared-utils": "workspace:0.0.1",
49
+ "@eslint/js": "9.39.4",
50
+ "@types/node": "20.19.39",
51
+ "eslint": "9.39.4",
52
+ "eslint-plugin-security": "4.0.1",
53
+ "tsup": "8.5.1",
54
+ "tsx": "4.22.1",
55
+ "typescript": "5.9.3",
56
+ "typescript-eslint": "8.53.0",
57
+ "vitest": "4.1.8"
55
58
  },
56
59
  "engines": {
57
60
  "node": ">=20.10.0"