@kb-labs/studio-data-client 2.114.0 → 2.116.12

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 +25 -25
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kb-labs/studio-data-client",
3
3
  "description": "KB Labs Studio data client — API SDK with versioned contracts, mocks, and TanStack Query hooks",
4
- "version": "2.114.0",
4
+ "version": "2.116.12",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -14,34 +14,22 @@
14
14
  "files": [
15
15
  "dist"
16
16
  ],
17
- "scripts": {
18
- "build": "pnpm clean && tsup",
19
- "clean": "rimraf dist && find src -name '*.js' -type f ! -path '*/node_modules/*' -delete && find src -name '*.js.map' -type f ! -path '*/node_modules/*' -delete",
20
- "dev": "tsup --config tsup.config.ts --watch",
21
- "lint": "eslint . --max-warnings=0",
22
- "lint:fix": "eslint . --fix",
23
- "prebuild": "pnpm clean",
24
- "test": "vitest run --passWithNoTests",
25
- "test:watch": "vitest",
26
- "type-check": "tsc --noEmit"
27
- },
28
17
  "dependencies": {
29
- "@kb-labs/agent-contracts": "^2.114.0",
30
- "@kb-labs/commit-contracts": "^2.114.0",
31
- "@kb-labs/core-contracts": "^2.114.0",
32
- "@kb-labs/core-platform": "^2.114.0",
33
- "@kb-labs/plugin-contracts": "^2.114.0",
34
- "@kb-labs/qa-contracts": "^2.114.0",
35
- "@kb-labs/quality-contracts": "^2.114.0",
36
- "@kb-labs/release-manager-contracts": "^2.114.0",
37
- "@kb-labs/rest-api-contracts": "^2.114.0",
38
18
  "@tanstack/react-query": "^5.0.0",
39
19
  "axios": "^1.18.0",
40
20
  "ulid": "^2.3.0",
41
- "zod": "^3.25.76"
21
+ "zod": "^3.25.76",
22
+ "@kb-labs/agent-contracts": "2.116.12",
23
+ "@kb-labs/commit-contracts": "2.116.12",
24
+ "@kb-labs/core-platform": "2.116.12",
25
+ "@kb-labs/core-contracts": "2.116.12",
26
+ "@kb-labs/plugin-contracts": "2.116.12",
27
+ "@kb-labs/qa-contracts": "2.116.12",
28
+ "@kb-labs/quality-contracts": "2.116.12",
29
+ "@kb-labs/release-manager-contracts": "2.116.12",
30
+ "@kb-labs/rest-api-contracts": "2.116.12"
42
31
  },
43
32
  "devDependencies": {
44
- "@kb-labs/devkit": "workspace:*",
45
33
  "@types/node": "^24.3.3",
46
34
  "@types/react": "^19.0.0",
47
35
  "eslint": "^9",
@@ -49,7 +37,8 @@
49
37
  "rimraf": "^6.0.1",
50
38
  "tsup": "^8.5.0",
51
39
  "typescript": "^5.6.3",
52
- "vitest": "^3.2.6"
40
+ "vitest": "^3.2.6",
41
+ "@kb-labs/devkit": "2.116.12"
53
42
  },
54
43
  "engines": {
55
44
  "node": ">=22.0.0",
@@ -57,5 +46,16 @@
57
46
  },
58
47
  "peerDependencies": {
59
48
  "react": "^19.0.0"
49
+ },
50
+ "scripts": {
51
+ "build": "pnpm clean && tsup",
52
+ "clean": "rimraf dist && find src -name '*.js' -type f ! -path '*/node_modules/*' -delete && find src -name '*.js.map' -type f ! -path '*/node_modules/*' -delete",
53
+ "dev": "tsup --config tsup.config.ts --watch",
54
+ "lint": "eslint . --max-warnings=0",
55
+ "lint:fix": "eslint . --fix",
56
+ "prebuild": "pnpm clean",
57
+ "test": "vitest run --passWithNoTests",
58
+ "test:watch": "vitest",
59
+ "type-check": "tsc --noEmit"
60
60
  }
61
- }
61
+ }