@shell-shock/core 0.13.0 → 0.13.1
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/core",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the core Shell Shock functionality used to build and manage a command-line application.",
|
|
6
6
|
"repository": {
|
|
@@ -360,21 +360,21 @@
|
|
|
360
360
|
"@powerlines/plugin-tsdown": "^0.1.303",
|
|
361
361
|
"@standard-schema/spec": "^1.1.0",
|
|
362
362
|
"@standard-schema/utils": "^0.3.0",
|
|
363
|
-
"@stryke/cli": "^0.13.
|
|
364
|
-
"@stryke/convert": "^0.6.
|
|
365
|
-
"@stryke/fs": "^0.33.
|
|
366
|
-
"@stryke/helpers": "^0.10.
|
|
367
|
-
"@stryke/json": "^0.14.
|
|
368
|
-
"@stryke/path": "^0.27.
|
|
369
|
-
"@stryke/string-format": "^0.17.
|
|
370
|
-
"@stryke/type-checks": "^0.5.
|
|
371
|
-
"@stryke/types": "^0.
|
|
372
|
-
"@stryke/zod": "^0.3.
|
|
363
|
+
"@stryke/cli": "^0.13.35",
|
|
364
|
+
"@stryke/convert": "^0.6.56",
|
|
365
|
+
"@stryke/fs": "^0.33.63",
|
|
366
|
+
"@stryke/helpers": "^0.10.6",
|
|
367
|
+
"@stryke/json": "^0.14.10",
|
|
368
|
+
"@stryke/path": "^0.27.2",
|
|
369
|
+
"@stryke/string-format": "^0.17.6",
|
|
370
|
+
"@stryke/type-checks": "^0.5.41",
|
|
371
|
+
"@stryke/types": "^0.11.1",
|
|
372
|
+
"@stryke/zod": "^0.3.11",
|
|
373
373
|
"automd": "^0.4.3",
|
|
374
374
|
"defu": "^6.1.4",
|
|
375
375
|
"json-schema": "^0.4.0",
|
|
376
376
|
"powerlines": "^0.41.20",
|
|
377
|
-
"tsdown": "^0.21.
|
|
377
|
+
"tsdown": "^0.21.4"
|
|
378
378
|
},
|
|
379
379
|
"devDependencies": {
|
|
380
380
|
"@powerlines/plugin-plugin": "^0.12.306",
|
|
@@ -384,5 +384,5 @@
|
|
|
384
384
|
"zod": "^4.3.6"
|
|
385
385
|
},
|
|
386
386
|
"publishConfig": { "access": "public" },
|
|
387
|
-
"gitHead": "
|
|
387
|
+
"gitHead": "86c55189ed02d126fb583cf6d2555266f00d0f3a"
|
|
388
388
|
}
|