@shell-shock/core 0.15.0 → 0.15.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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/core",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing the core Shell Shock functionality used to build and manage a command-line application.",
|
|
6
6
|
"keywords": ["shell-shock", "powerlines", "storm-software"],
|
|
@@ -350,12 +350,12 @@
|
|
|
350
350
|
"@alloy-js/core": "0.23.0-dev.8",
|
|
351
351
|
"@alloy-js/markdown": "0.23.0-dev.1",
|
|
352
352
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
353
|
-
"@powerlines/deepkit": "^0.6.
|
|
354
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
355
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
356
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
357
|
-
"@powerlines/plugin-nodejs": "^0.1.
|
|
358
|
-
"@powerlines/plugin-tsdown": "^0.1.
|
|
353
|
+
"@powerlines/deepkit": "^0.6.165",
|
|
354
|
+
"@powerlines/plugin-alloy": "^0.26.2",
|
|
355
|
+
"@powerlines/plugin-automd": "^0.1.386",
|
|
356
|
+
"@powerlines/plugin-deepkit": "^0.11.265",
|
|
357
|
+
"@powerlines/plugin-nodejs": "^0.1.309",
|
|
358
|
+
"@powerlines/plugin-tsdown": "^0.1.328",
|
|
359
359
|
"@standard-schema/spec": "^1.1.0",
|
|
360
360
|
"@standard-schema/utils": "^0.3.0",
|
|
361
361
|
"@stryke/cli": "^0.13.36",
|
|
@@ -374,15 +374,15 @@
|
|
|
374
374
|
"tsdown": "^0.21.7"
|
|
375
375
|
},
|
|
376
376
|
"devDependencies": {
|
|
377
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
377
|
+
"@powerlines/plugin-plugin": "^0.12.337",
|
|
378
378
|
"@types/json-schema": "^7.0.15",
|
|
379
379
|
"@types/node": "^25.5.0",
|
|
380
|
-
"powerlines": "^0.42.
|
|
380
|
+
"powerlines": "^0.42.27",
|
|
381
381
|
"typescript": "^5.9.3",
|
|
382
382
|
"zod": "^4.3.6"
|
|
383
383
|
},
|
|
384
384
|
"peerDependencies": { "powerlines": ">=0.42.10", "zod": "^3.25.0 || ^4.0.0" },
|
|
385
385
|
"peerDependenciesMeta": { "zod": { "optional": true } },
|
|
386
386
|
"publishConfig": { "access": "public" },
|
|
387
|
-
"gitHead": "
|
|
387
|
+
"gitHead": "b39233bcc3bed352f050a2b43ca0fa432a4175a4"
|
|
388
388
|
}
|