@kb-labs/github-entry 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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kb-labs/github-entry",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.116.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Manifest and workflow handlers for the GitHub plugin",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -22,30 +22,30 @@
|
|
|
22
22
|
"dist"
|
|
23
23
|
],
|
|
24
24
|
"sideEffects": false,
|
|
25
|
-
"scripts": {
|
|
26
|
-
"build": "tsup --config tsup.config.ts",
|
|
27
|
-
"clean": "rimraf dist",
|
|
28
|
-
"dev": "tsup --config tsup.config.ts --watch",
|
|
29
|
-
"lint": "eslint src --ext .ts",
|
|
30
|
-
"lint:fix": "eslint . --fix",
|
|
31
|
-
"type-check": "tsc --noEmit",
|
|
32
|
-
"test": "vitest run --passWithNoTests",
|
|
33
|
-
"test:cli": "vitest run --config vitest.cli.config.ts --passWithNoTests"
|
|
34
|
-
},
|
|
35
25
|
"dependencies": {
|
|
36
|
-
"@kb-labs/github-contracts": "
|
|
37
|
-
"@kb-labs/sdk": "
|
|
26
|
+
"@kb-labs/github-contracts": "2.116.12",
|
|
27
|
+
"@kb-labs/sdk": "2.115.1"
|
|
38
28
|
},
|
|
39
29
|
"devDependencies": {
|
|
40
|
-
"@kb-labs/devkit": "workspace:*",
|
|
41
30
|
"@types/node": "^24.3.3",
|
|
42
31
|
"rimraf": "^6.0.1",
|
|
43
32
|
"tsup": "^8.5.0",
|
|
44
33
|
"typescript": "^5.6.3",
|
|
45
|
-
"vitest": "^3.2.6"
|
|
34
|
+
"vitest": "^3.2.6",
|
|
35
|
+
"@kb-labs/devkit": "2.116.12"
|
|
46
36
|
},
|
|
47
37
|
"engines": {
|
|
48
38
|
"node": ">=22.0.0",
|
|
49
39
|
"pnpm": ">=9.0.0"
|
|
40
|
+
},
|
|
41
|
+
"scripts": {
|
|
42
|
+
"build": "tsup --config tsup.config.ts",
|
|
43
|
+
"clean": "rimraf dist",
|
|
44
|
+
"dev": "tsup --config tsup.config.ts --watch",
|
|
45
|
+
"lint": "eslint src --ext .ts",
|
|
46
|
+
"lint:fix": "eslint . --fix",
|
|
47
|
+
"type-check": "tsc --noEmit",
|
|
48
|
+
"test": "vitest run --passWithNoTests",
|
|
49
|
+
"test:cli": "vitest run --config vitest.cli.config.ts --passWithNoTests"
|
|
50
50
|
}
|
|
51
|
-
}
|
|
51
|
+
}
|