@kb-labs/qa-core 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.
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kb-labs/qa-core",
|
|
3
3
|
"description": "Core business logic for KB Labs QA Plugin — runner, baseline, history, and reporting.",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.116.12",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -21,33 +21,33 @@
|
|
|
21
21
|
"README.md",
|
|
22
22
|
"LICENSE"
|
|
23
23
|
],
|
|
24
|
-
"scripts": {
|
|
25
|
-
"build": "tsup --config tsup.config.ts",
|
|
26
|
-
"clean": "rimraf dist",
|
|
27
|
-
"dev": "tsup --config tsup.config.ts --watch",
|
|
28
|
-
"lint": "eslint src --ext .ts",
|
|
29
|
-
"lint:fix": "eslint . --fix",
|
|
30
|
-
"pretype-check": "pnpm --filter @kb-labs/qa-core build",
|
|
31
|
-
"test": "vitest run --passWithNoTests",
|
|
32
|
-
"test:watch": "vitest",
|
|
33
|
-
"type-check": "tsc --noEmit"
|
|
34
|
-
},
|
|
35
24
|
"dependencies": {
|
|
36
|
-
"@kb-labs/sdk": "
|
|
37
|
-
"@kb-labs/qa-contracts": "
|
|
25
|
+
"@kb-labs/sdk": "2.115.1",
|
|
26
|
+
"@kb-labs/qa-contracts": "2.116.12"
|
|
38
27
|
},
|
|
39
28
|
"devDependencies": {
|
|
40
|
-
"@kb-labs/devkit": "workspace:*",
|
|
41
29
|
"@types/node": "^24.3.3",
|
|
42
30
|
"eslint": "^9",
|
|
43
31
|
"rimraf": "^6.0.1",
|
|
44
32
|
"tsup": "^8.5.0",
|
|
45
33
|
"typescript": "^5.6.3",
|
|
46
|
-
"vitest": "^3.2.6"
|
|
34
|
+
"vitest": "^3.2.6",
|
|
35
|
+
"@kb-labs/devkit": "2.116.12"
|
|
47
36
|
},
|
|
48
37
|
"engines": {
|
|
49
38
|
"node": ">=22.0.0",
|
|
50
39
|
"pnpm": ">=9.0.0"
|
|
51
40
|
},
|
|
52
|
-
"sideEffects": false
|
|
53
|
-
|
|
41
|
+
"sideEffects": false,
|
|
42
|
+
"scripts": {
|
|
43
|
+
"build": "tsup --config tsup.config.ts",
|
|
44
|
+
"clean": "rimraf dist",
|
|
45
|
+
"dev": "tsup --config tsup.config.ts --watch",
|
|
46
|
+
"lint": "eslint src --ext .ts",
|
|
47
|
+
"lint:fix": "eslint . --fix",
|
|
48
|
+
"pretype-check": "pnpm --filter @kb-labs/qa-core build",
|
|
49
|
+
"test": "vitest run --passWithNoTests",
|
|
50
|
+
"test:watch": "vitest",
|
|
51
|
+
"type-check": "tsc --noEmit"
|
|
52
|
+
}
|
|
53
|
+
}
|