@ax-hub/sdk 0.3.0 → 1.0.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": "@ax-hub/sdk",
3
- "version": "0.3.0",
3
+ "version": "1.0.0",
4
4
  "description": "agent-first Node.js SDK for AX Hub. Designed for Claude, Codex, and other coding agents.",
5
5
  "keywords": [
6
6
  "ax-hub",
@@ -41,48 +41,21 @@
41
41
  "node": ">=20"
42
42
  },
43
43
  "scripts": {
44
- "build": "tsup && node scripts/obfuscate.mjs",
44
+ "build": "tsup && node ../../scripts/obfuscate.mjs",
45
45
  "build:raw": "tsup",
46
- "test": "vitest run",
47
- "test:coverage": "vitest run --coverage",
48
- "test:watch": "vitest",
49
- "test:unit": "vitest run tests/unit",
50
- "test:integration": "vitest run tests/integration",
51
46
  "typecheck": "tsc --noEmit",
52
- "generate": "node --experimental-strip-types --no-warnings codegen/generate.ts",
53
- "route-inventory-diff": "node --experimental-strip-types --no-warnings codegen/route-inventory-diff.ts",
54
- "extract-codes": "node --experimental-strip-types --no-warnings codegen/extract-codes.ts",
55
- "bench": "vitest bench --run",
56
- "bench:tthw": "node --experimental-strip-types --no-warnings bench/tthw.ts",
57
- "backend:projection-gate": "scripts/check-backend-projection.sh",
58
- "check:dist-wire": "npm run build:raw && node scripts/check-dist-wire-keys.mjs",
59
- "check:dist-wire:fast": "node scripts/check-dist-wire-keys.mjs",
60
- "check:size": "npm run build && node --experimental-strip-types --no-warnings scripts/check-size.ts",
61
- "check:size:fast": "node --experimental-strip-types --no-warnings scripts/check-size.ts",
62
- "check:invariants": "node scripts/check-invariants.mjs",
63
- "check:loc": "node scripts/check-loc.mjs",
64
- "eval": "node --experimental-strip-types --no-warnings evals/agent-ships-demo.ts",
65
- "prepack": "npm run typecheck && npm run test && npm run build",
66
- "prepare": "lefthook install || true",
67
- "readme:doctest": "node scripts/readme-doctest.mjs",
68
- "docs": "typedoc --entryPoints src/index.ts --out api-docs"
47
+ "test": "vitest run --pool=threads",
48
+ "test:coverage": "vitest run --coverage --pool=threads",
49
+ "test:unit": "vitest run tests/unit --pool=threads",
50
+ "test:integration": "vitest run tests/integration --pool=threads",
51
+ "bench": "vitest bench --run --pool=threads",
52
+ "prepack": "npm run typecheck && npm run test && npm run build"
69
53
  },
70
54
  "dependencies": {
71
55
  "ulid": "^2.3.0"
72
56
  },
73
57
  "devDependencies": {
74
- "@types/node": "^20.11.0",
75
- "@vitest/coverage-v8": "^3.2.4",
76
- "javascript-obfuscator": "^5.4.2",
77
- "js-yaml": "^4.1.0",
78
- "lefthook": "^1.7.0",
79
- "msw": "^2.6.0",
80
- "openapi-typescript": "^7.4.0",
81
- "swagger2openapi": "^7.0.8",
82
- "tsup": "^8.3.0",
83
- "typedoc": "^0.28.0",
84
- "typescript": "^5.6.0",
85
- "vitest": "^3.2.4"
58
+ "@ax-hub/core": "*"
86
59
  },
87
60
  "peerDependencies": {
88
61
  "pino": "*",