@kb-labs/devkit 2.119.0 → 2.119.1-canary.57c3a1e5e
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 +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kb-labs/devkit",
|
|
3
3
|
"description": "Shared developer toolkit for KB Labs projects: TS/ESLint/Prettier/Vitest/Tsup presets and reusable GitHub Actions.",
|
|
4
|
-
"version": "2.119.
|
|
4
|
+
"version": "2.119.1-canary.57c3a1e5e",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"exports": {
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"typescript": "^5.9.2",
|
|
137
137
|
"typescript-eslint": "^8.44.0",
|
|
138
138
|
"vitest": "^3.2.6",
|
|
139
|
-
"@kb-labs/devkit": "2.119.
|
|
139
|
+
"@kb-labs/devkit": "2.119.1-canary.57c3a1e5e"
|
|
140
140
|
},
|
|
141
141
|
"engines": {
|
|
142
142
|
"node": ">=24.0.0",
|