bytekit 1.0.19 → 1.0.20
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 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bytekit",
|
|
3
3
|
"description": "Lightning-fast TypeScript utilities for modern development",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.20",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"imports": {
|
|
7
7
|
"#core/*": "./dist/utils/core/*",
|
|
@@ -222,10 +222,8 @@
|
|
|
222
222
|
"engines": {
|
|
223
223
|
"node": ">=18"
|
|
224
224
|
},
|
|
225
|
-
"dependencies": {
|
|
226
|
-
"tsx": "^4.21.0"
|
|
227
|
-
},
|
|
228
225
|
"devDependencies": {
|
|
226
|
+
"tsx": "^4.21.0",
|
|
229
227
|
"@eslint/js": "^9.0.0",
|
|
230
228
|
"@types/node": "^25.0.3",
|
|
231
229
|
"@vitest/coverage-v8": "^2.1.8",
|