@shell-shock/plugin-help 0.2.31 → 0.2.32
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/plugin-help",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.32",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Shell Shock plugin to provide help and documentation for the local application's commands.",
|
|
6
6
|
"keywords": [
|
|
@@ -156,9 +156,9 @@
|
|
|
156
156
|
"@powerlines/deepkit": "^0.9.81",
|
|
157
157
|
"@powerlines/plugin-alloy": "^0.26.220",
|
|
158
158
|
"@powerlines/plugin-plugin": "^0.12.539",
|
|
159
|
-
"@shell-shock/core": "0.17.
|
|
160
|
-
"@shell-shock/plugin-console": "0.2.
|
|
161
|
-
"@shell-shock/plugin-theme": "0.4.
|
|
159
|
+
"@shell-shock/core": "0.17.14",
|
|
160
|
+
"@shell-shock/plugin-console": "0.2.18",
|
|
161
|
+
"@shell-shock/plugin-theme": "0.4.27",
|
|
162
162
|
"@stryke/helpers": "^0.10.24",
|
|
163
163
|
"@stryke/path": "^0.29.11",
|
|
164
164
|
"@stryke/string-format": "^0.17.26",
|
|
@@ -172,5 +172,5 @@
|
|
|
172
172
|
"@types/node": "^25.9.1"
|
|
173
173
|
},
|
|
174
174
|
"publishConfig": { "access": "public" },
|
|
175
|
-
"gitHead": "
|
|
175
|
+
"gitHead": "484e42bc94f3641bd1c2fdfd8c13ad22898be16d"
|
|
176
176
|
}
|