@nexart/cli 0.12.2 → 0.15.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexart/cli",
3
- "version": "0.12.2",
3
+ "version": "0.15.0",
4
4
  "description": "NexArt CLI — Code Mode and AI execution certification",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -11,7 +11,7 @@
11
11
  "scripts": {
12
12
  "build": "tsc",
13
13
  "dev": "tsx src/index.ts",
14
- "test": "tsc && node --test --test-concurrency 1 dist/__tests__/ai.test.js dist/__tests__/replay.test.js",
14
+ "test": "tsc && node --test --test-concurrency 1 dist/__tests__/ai.test.js dist/__tests__/replay.test.js dist/__tests__/tsa.test.js dist/__tests__/record.test.js",
15
15
  "smoke": "node dist/index.js --help > /dev/null && node dist/index.js ai --help > /dev/null && node dist/index.js ai project-verify --help > /dev/null && echo '[smoke] PASS: --help, ai --help, and ai project-verify --help all print output'",
16
16
  "prepublishOnly": "npm run build && npm run test && npm run smoke"
17
17
  },
@@ -31,6 +31,8 @@
31
31
  "dependencies": {
32
32
  "@nexart/ai-execution": "^0.23.0",
33
33
  "@nexart/codemode-sdk": "^1.12.0",
34
+ "asn1js": "^3.0.5",
35
+ "pkijs": "^3.4.0",
34
36
  "yargs": "^17.7.2"
35
37
  },
36
38
  "optionalDependencies": {