@shell-shock/preset-script 0.6.68 → 0.6.70
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 +8 -8
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.70",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Shell Shock preset that generates a fully-featured script application.",
|
|
6
6
|
"keywords": [
|
|
@@ -198,18 +198,18 @@
|
|
|
198
198
|
"@powerlines/deepkit": "^0.9.81",
|
|
199
199
|
"@powerlines/plugin-alloy": "^0.26.220",
|
|
200
200
|
"@powerlines/plugin-plugin": "^0.12.539",
|
|
201
|
-
"@shell-shock/core": "0.17.
|
|
202
|
-
"@shell-shock/plugin-banner": "0.1.
|
|
203
|
-
"@shell-shock/plugin-console": "0.2.
|
|
204
|
-
"@shell-shock/plugin-help": "0.2.
|
|
205
|
-
"@shell-shock/plugin-theme": "0.4.
|
|
201
|
+
"@shell-shock/core": "0.17.15",
|
|
202
|
+
"@shell-shock/plugin-banner": "0.1.42",
|
|
203
|
+
"@shell-shock/plugin-console": "0.2.19",
|
|
204
|
+
"@shell-shock/plugin-help": "0.2.33",
|
|
205
|
+
"@shell-shock/plugin-theme": "0.4.28",
|
|
206
206
|
"@stryke/helpers": "^0.10.24",
|
|
207
207
|
"@stryke/path": "^0.29.11",
|
|
208
208
|
"@stryke/string-format": "^0.17.26",
|
|
209
209
|
"defu": "^6.1.7",
|
|
210
210
|
"powerlines": "^0.47.127"
|
|
211
211
|
},
|
|
212
|
-
"devDependencies": { "@types/node": "^25.9.
|
|
212
|
+
"devDependencies": { "@types/node": "^25.9.2" },
|
|
213
213
|
"publishConfig": { "access": "public" },
|
|
214
|
-
"gitHead": "
|
|
214
|
+
"gitHead": "302eeb47bc029bb0105ec572faecfe398a30d3c1"
|
|
215
215
|
}
|