@shell-shock/plugin-help 0.2.41 → 0.2.42

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.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-help",
3
- "version": "0.2.41",
3
+ "version": "0.2.42",
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": [
@@ -168,23 +168,23 @@
168
168
  "@alloy-js/core": "^0.24.1",
169
169
  "@alloy-js/typescript": "^0.24.0",
170
170
  "@power-plant/alloy-js": "^0.0.87",
171
- "@powerlines/plugin-alloy": "^0.26.308",
172
- "@powerlines/plugin-plugin": "^0.12.623",
173
- "@shell-shock/core": "0.17.23",
174
- "@shell-shock/plugin-console": "0.2.27",
175
- "@shell-shock/plugin-theme": "0.4.36",
171
+ "@powerlines/plugin-alloy": "^0.26.309",
172
+ "@powerlines/plugin-plugin": "^0.12.624",
173
+ "@shell-shock/core": "0.17.24",
174
+ "@shell-shock/plugin-console": "0.2.28",
175
+ "@shell-shock/plugin-theme": "0.4.37",
176
176
  "@stryke/helpers": "^0.10.48",
177
177
  "@stryke/path": "^0.29.35",
178
178
  "@stryke/string-format": "^0.17.50",
179
179
  "@stryke/type-checks": "^0.6.41",
180
180
  "@stryke/types": "^0.12.36",
181
181
  "defu": "^6.1.7",
182
- "powerlines": "^0.47.210"
182
+ "powerlines": "^0.47.211"
183
183
  },
184
184
  "devDependencies": {
185
185
  "@powerlines/plugin-deepkit": "^0.11.554",
186
186
  "@types/node": "^25.9.5"
187
187
  },
188
188
  "publishConfig": { "access": "public" },
189
- "gitHead": "3227e8ed7b3e816987d4d4f270dfdfceb963c022"
189
+ "gitHead": "06592cb0cccc2c7e9297af4c5138550e86fa4eec"
190
190
  }