@shell-shock/core 0.8.9 → 0.8.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/dist/components/docs.d.cts +5 -5
- package/dist/components/docs.d.mts +5 -5
- package/dist/components/helpers.d.cts +2 -2
- package/dist/components/helpers.d.cts.map +1 -1
- package/dist/components/options-parser-logic.d.mts +9 -9
- package/dist/components/usage.d.mts +2 -2
- package/dist/components/usage.d.mts.map +1 -1
- package/dist/helpers/resolve-command.cjs +3 -3
- package/dist/helpers/resolve-command.cjs.map +1 -1
- package/dist/helpers/resolve-command.mjs +3 -3
- package/dist/helpers/resolve-command.mjs.map +1 -1
- package/dist/plugin-utils/context-helpers.cjs +5 -3
- package/dist/plugin-utils/context-helpers.cjs.map +1 -1
- package/dist/plugin-utils/context-helpers.d.cts +2 -1
- package/dist/plugin-utils/context-helpers.d.cts.map +1 -1
- package/dist/plugin-utils/context-helpers.d.mts +2 -1
- package/dist/plugin-utils/context-helpers.d.mts.map +1 -1
- package/dist/plugin-utils/context-helpers.mjs +5 -3
- package/dist/plugin-utils/context-helpers.mjs.map +1 -1
- package/dist/plugin.cjs +3 -3
- package/dist/plugin.cjs.map +1 -1
- package/dist/plugin.d.cts.map +1 -1
- package/dist/plugin.d.mts.map +1 -1
- package/dist/plugin.mjs +4 -4
- package/dist/plugin.mjs.map +1 -1
- package/dist/types/command.d.cts +3 -0
- package/dist/types/command.d.cts.map +1 -1
- package/dist/types/command.d.mts +3 -0
- package/dist/types/command.d.mts.map +1 -1
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/core",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.11",
|
|
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": {
|
|
@@ -364,13 +364,13 @@
|
|
|
364
364
|
"@alloy-js/core": "0.23.0-dev.8",
|
|
365
365
|
"@alloy-js/markdown": "0.23.0-dev.1",
|
|
366
366
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
367
|
-
"@powerlines/deepkit": "^0.6.
|
|
368
|
-
"@powerlines/plugin-alloy": "^0.23.
|
|
369
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
370
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
371
|
-
"@powerlines/plugin-nodejs": "^0.1.
|
|
372
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
373
|
-
"@powerlines/plugin-tsdown": "^0.1.
|
|
367
|
+
"@powerlines/deepkit": "^0.6.66",
|
|
368
|
+
"@powerlines/plugin-alloy": "^0.23.16",
|
|
369
|
+
"@powerlines/plugin-automd": "^0.1.286",
|
|
370
|
+
"@powerlines/plugin-deepkit": "^0.11.165",
|
|
371
|
+
"@powerlines/plugin-nodejs": "^0.1.200",
|
|
372
|
+
"@powerlines/plugin-plugin": "^0.12.237",
|
|
373
|
+
"@powerlines/plugin-tsdown": "^0.1.239",
|
|
374
374
|
"@stryke/cli": "^0.13.15",
|
|
375
375
|
"@stryke/convert": "^0.6.40",
|
|
376
376
|
"@stryke/fs": "^0.33.43",
|
|
@@ -381,11 +381,11 @@
|
|
|
381
381
|
"@stryke/type-checks": "^0.5.25",
|
|
382
382
|
"@stryke/types": "^0.10.39",
|
|
383
383
|
"automd": "^0.4.3",
|
|
384
|
-
"defu": "
|
|
385
|
-
"powerlines": "^0.38.
|
|
384
|
+
"defu": "6.1.4",
|
|
385
|
+
"powerlines": "^0.38.53",
|
|
386
386
|
"rolldown": "1.0.0-beta.52"
|
|
387
387
|
},
|
|
388
388
|
"devDependencies": { "@types/node": "^22.19.11", "typescript": "^5.9.3" },
|
|
389
389
|
"publishConfig": { "access": "public" },
|
|
390
|
-
"gitHead": "
|
|
390
|
+
"gitHead": "1137a1ee3be5bb927dc9b15e118f804fd09a24b4"
|
|
391
391
|
}
|