@kb-labs/devlink-contracts 1.5.0 → 2.9.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 (1) hide show
  1. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kb-labs/devlink-contracts",
3
- "version": "1.5.0",
3
+ "version": "2.9.0",
4
4
  "type": "module",
5
5
  "description": "Contracts package for DevLink plugin — types, Zod schemas, flags.",
6
6
  "main": "./dist/index.js",
@@ -21,30 +21,30 @@
21
21
  "README.md"
22
22
  ],
23
23
  "sideEffects": false,
24
- "scripts": {
25
- "clean": "rimraf dist",
26
- "build": "tsup --config tsup.config.ts",
27
- "dev": "tsup --config tsup.config.ts --watch",
28
- "lint": "eslint src --ext .ts",
29
- "lint:fix": "eslint src --ext .ts --fix",
30
- "type-check": "tsc --noEmit",
31
- "test": "vitest run --passWithNoTests",
32
- "test:watch": "vitest"
33
- },
34
24
  "dependencies": {
35
25
  "zod": "^3.23.8"
36
26
  },
37
27
  "devDependencies": {
38
- "@kb-labs/devkit": "link:../../../../infra/kb-labs-devkit",
39
28
  "@types/node": "^24.3.3",
40
29
  "eslint": "^9",
41
30
  "rimraf": "^6.0.1",
42
31
  "tsup": "^8.5.0",
43
32
  "typescript": "^5.6.3",
44
- "vitest": "^3.2.4"
33
+ "vitest": "^3.2.4",
34
+ "@kb-labs/devkit": "2.9.0"
45
35
  },
46
36
  "engines": {
47
37
  "node": ">=20.0.0",
48
38
  "pnpm": ">=9.0.0"
39
+ },
40
+ "scripts": {
41
+ "clean": "rimraf dist",
42
+ "build": "tsup --config tsup.config.ts",
43
+ "dev": "tsup --config tsup.config.ts --watch",
44
+ "lint": "eslint src --ext .ts",
45
+ "lint:fix": "eslint src --ext .ts --fix",
46
+ "type-check": "tsc --noEmit",
47
+ "test": "vitest run --passWithNoTests",
48
+ "test:watch": "vitest"
49
49
  }
50
- }
50
+ }