@shell-shock/core 0.13.9 → 0.13.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/README.md +1 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the ⚡<b>Shell Shock</b> monorepo. The Shell Shock pack
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://stormsoftware.com/projects/shell-shock/) [](http://commitizen.github.io/cz-cli/)  
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/core",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.11",
|
|
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.25.
|
|
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.161",
|
|
354
|
+
"@powerlines/plugin-alloy": "^0.25.69",
|
|
355
|
+
"@powerlines/plugin-automd": "^0.1.382",
|
|
356
|
+
"@powerlines/plugin-deepkit": "^0.11.261",
|
|
357
|
+
"@powerlines/plugin-nodejs": "^0.1.305",
|
|
358
|
+
"@powerlines/plugin-tsdown": "^0.1.324",
|
|
359
359
|
"@standard-schema/spec": "^1.1.0",
|
|
360
360
|
"@standard-schema/utils": "^0.3.0",
|
|
361
361
|
"@stryke/cli": "^0.13.36",
|
|
@@ -371,18 +371,18 @@
|
|
|
371
371
|
"automd": "^0.4.3",
|
|
372
372
|
"defu": "^6.1.4",
|
|
373
373
|
"json-schema": "^0.4.0",
|
|
374
|
-
"tsdown": "^0.21.
|
|
374
|
+
"tsdown": "^0.21.6"
|
|
375
375
|
},
|
|
376
376
|
"devDependencies": {
|
|
377
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
377
|
+
"@powerlines/plugin-plugin": "^0.12.333",
|
|
378
378
|
"@types/json-schema": "^7.0.15",
|
|
379
379
|
"@types/node": "^25.5.0",
|
|
380
|
-
"powerlines": "^0.42.
|
|
380
|
+
"powerlines": "^0.42.23",
|
|
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": "6a9048c75b72117be8d2786fd1c7667bb88e9437"
|
|
388
388
|
}
|