@shell-shock/preset-script 0.6.78 → 0.6.79
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/preset-script",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.79",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Shell Shock preset that generates a fully-featured script application.",
|
|
6
6
|
"keywords": [
|
|
@@ -210,20 +210,20 @@
|
|
|
210
210
|
"@alloy-js/core": "^0.24.1",
|
|
211
211
|
"@alloy-js/typescript": "^0.24.0",
|
|
212
212
|
"@power-plant/alloy-js": "^0.0.87",
|
|
213
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
214
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
215
|
-
"@shell-shock/core": "0.17.
|
|
216
|
-
"@shell-shock/plugin-banner": "0.1.
|
|
217
|
-
"@shell-shock/plugin-console": "0.2.
|
|
218
|
-
"@shell-shock/plugin-help": "0.2.
|
|
219
|
-
"@shell-shock/plugin-theme": "0.4.
|
|
213
|
+
"@powerlines/plugin-alloy": "^0.26.309",
|
|
214
|
+
"@powerlines/plugin-plugin": "^0.12.624",
|
|
215
|
+
"@shell-shock/core": "0.17.24",
|
|
216
|
+
"@shell-shock/plugin-banner": "0.1.51",
|
|
217
|
+
"@shell-shock/plugin-console": "0.2.28",
|
|
218
|
+
"@shell-shock/plugin-help": "0.2.42",
|
|
219
|
+
"@shell-shock/plugin-theme": "0.4.37",
|
|
220
220
|
"@stryke/helpers": "^0.10.48",
|
|
221
221
|
"@stryke/path": "^0.29.35",
|
|
222
222
|
"@stryke/string-format": "^0.17.50",
|
|
223
223
|
"defu": "^6.1.7",
|
|
224
|
-
"powerlines": "^0.47.
|
|
224
|
+
"powerlines": "^0.47.211"
|
|
225
225
|
},
|
|
226
226
|
"devDependencies": { "@types/node": "^25.9.5" },
|
|
227
227
|
"publishConfig": { "access": "public" },
|
|
228
|
-
"gitHead": "
|
|
228
|
+
"gitHead": "06592cb0cccc2c7e9297af4c5138550e86fa4eec"
|
|
229
229
|
}
|