@stablebaseline/sdk 0.1.0 → 0.3.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,7 +1,7 @@
1
1
  {
2
2
  "name": "@stablebaseline/sdk",
3
- "version": "0.1.0",
4
- "description": "TypeScript SDK for the Stable Baseline REST API. End-to-end agent-managed company brain — docs, diagrams, plans, and a self-learning Knowledge Graph. 163 tools across 16 categories.",
3
+ "version": "0.3.0",
4
+ "description": "TypeScript SDK for the Stable Baseline REST API. End-to-end agent-managed company brain — docs, diagrams, plans, and a self-learning Knowledge Graph. 180 tools across 18 categories.",
5
5
  "homepage": "https://stablebaseline.io",
6
6
  "repository": {
7
7
  "type": "git",
@@ -50,7 +50,8 @@
50
50
  "codegen": "openapi-typescript ./openapi.json -o ./src/types.generated.ts",
51
51
  "build": "tsup src/index.ts --format esm,cjs --dts --clean",
52
52
  "prepublishOnly": "npm run codegen && npm run build",
53
- "test": "node --test"
53
+ "test": "vitest run",
54
+ "test:watch": "vitest"
54
55
  },
55
56
  "dependencies": {
56
57
  "openapi-fetch": "^0.13.4"
@@ -58,7 +59,8 @@
58
59
  "devDependencies": {
59
60
  "openapi-typescript": "^7.5.0",
60
61
  "tsup": "^8.3.5",
61
- "typescript": "^5.6.3"
62
+ "typescript": "^5.6.3",
63
+ "vitest": "^2.1.8"
62
64
  },
63
65
  "engines": {
64
66
  "node": ">=18"