@shell-shock/plugin-update 0.1.59 → 0.1.61

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.
@@ -1215,7 +1215,9 @@ function UpdateBuiltin(props) {
1215
1215
  "writeLine",
1216
1216
  "red",
1217
1217
  "green",
1218
- "textColors"
1218
+ "textColors",
1219
+ "inlineCode",
1220
+ "help"
1219
1221
  ],
1220
1222
  env: [
1221
1223
  "paths",
@@ -1212,7 +1212,9 @@ function UpdateBuiltin(props) {
1212
1212
  "writeLine",
1213
1213
  "red",
1214
1214
  "green",
1215
- "textColors"
1215
+ "textColors",
1216
+ "inlineCode",
1217
+ "help"
1216
1218
  ],
1217
1219
  env: [
1218
1220
  "paths",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-update",
3
- "version": "0.1.59",
3
+ "version": "0.1.61",
4
4
  "private": false,
5
5
  "description": "A package containing a Shell Shock plugin to manage updating the local application's version.",
6
6
  "keywords": [
@@ -170,7 +170,7 @@
170
170
  "@powerlines/deepkit": "^0.9.81",
171
171
  "@powerlines/plugin-alloy": "^0.26.220",
172
172
  "@powerlines/plugin-plugin": "^0.12.539",
173
- "@shell-shock/core": "0.17.14",
173
+ "@shell-shock/core": "0.17.16",
174
174
  "@stryke/path": "^0.29.11",
175
175
  "@stryke/type-checks": "^0.6.17",
176
176
  "@stryke/types": "^0.12.12",
@@ -179,7 +179,7 @@
179
179
  },
180
180
  "devDependencies": {
181
181
  "@powerlines/plugin-deepkit": "^0.11.470",
182
- "@types/node": "^25.9.1"
182
+ "@types/node": "^25.9.2"
183
183
  },
184
184
  "publishConfig": {
185
185
  "access": "public",
@@ -196,5 +196,5 @@
196
196
  "./package.json": "./package.json"
197
197
  }
198
198
  },
199
- "gitHead": "484e42bc94f3641bd1c2fdfd8c13ad22898be16d"
199
+ "gitHead": "fb690df8ec51cb881e90d3bb9b347f7f15b06e07"
200
200
  }