@kb-labs/inbox-entry 2.114.0 → 2.116.11
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 +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kb-labs/inbox-entry",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.116.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "V3 manifest + CLI commands + REST handlers for inbox plugin",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -22,33 +22,33 @@
|
|
|
22
22
|
"dist"
|
|
23
23
|
],
|
|
24
24
|
"sideEffects": false,
|
|
25
|
-
"scripts": {
|
|
26
|
-
"clean": "rimraf dist",
|
|
27
|
-
"build": "tsup",
|
|
28
|
-
"dev": "tsup --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/inbox-contracts": "
|
|
37
|
-
"@kb-labs/
|
|
38
|
-
"@kb-labs/
|
|
39
|
-
"@kb-labs/shared-command-kit": "
|
|
26
|
+
"@kb-labs/inbox-contracts": "2.116.11",
|
|
27
|
+
"@kb-labs/sdk": "2.115.0",
|
|
28
|
+
"@kb-labs/inbox-core": "2.116.11",
|
|
29
|
+
"@kb-labs/shared-command-kit": "2.116.11"
|
|
40
30
|
},
|
|
41
31
|
"devDependencies": {
|
|
42
|
-
"@kb-labs/devkit": "workspace:*",
|
|
43
|
-
"@kb-labs/shared-testing-e2e": "workspace:*",
|
|
44
32
|
"@types/node": "^24.0.0",
|
|
45
33
|
"rimraf": "^6.0.1",
|
|
46
34
|
"tsup": "^8.5.0",
|
|
47
35
|
"typescript": "^5.6.3",
|
|
48
|
-
"vitest": "^3.2.6"
|
|
36
|
+
"vitest": "^3.2.6",
|
|
37
|
+
"@kb-labs/devkit": "2.116.11",
|
|
38
|
+
"@kb-labs/shared-testing-e2e": "2.116.11"
|
|
49
39
|
},
|
|
50
40
|
"engines": {
|
|
51
41
|
"node": ">=22.0.0",
|
|
52
42
|
"pnpm": ">=9.0.0"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"clean": "rimraf dist",
|
|
46
|
+
"build": "tsup",
|
|
47
|
+
"dev": "tsup --watch",
|
|
48
|
+
"lint": "eslint src --ext .ts",
|
|
49
|
+
"lint:fix": "eslint . --fix",
|
|
50
|
+
"type-check": "tsc --noEmit",
|
|
51
|
+
"test": "vitest run --passWithNoTests",
|
|
52
|
+
"test:cli": "vitest run --config vitest.cli.config.ts --passWithNoTests"
|
|
53
53
|
}
|
|
54
|
-
}
|
|
54
|
+
}
|