@shell-shock/plugin-update 0.1.68 → 0.1.69
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/plugin-update",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.69",
|
|
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": [
|
|
@@ -197,14 +197,14 @@
|
|
|
197
197
|
"@alloy-js/typescript": "^0.24.0",
|
|
198
198
|
"@power-plant/alloy-js": "^0.0.87",
|
|
199
199
|
"@power-plant/core": "^0.0.90",
|
|
200
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
201
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
202
|
-
"@shell-shock/core": "0.17.
|
|
200
|
+
"@powerlines/plugin-alloy": "^0.26.309",
|
|
201
|
+
"@powerlines/plugin-plugin": "^0.12.624",
|
|
202
|
+
"@shell-shock/core": "0.17.24",
|
|
203
203
|
"@stryke/path": "^0.29.35",
|
|
204
204
|
"@stryke/type-checks": "^0.6.41",
|
|
205
205
|
"@stryke/types": "^0.12.36",
|
|
206
206
|
"defu": "^6.1.7",
|
|
207
|
-
"powerlines": "^0.47.
|
|
207
|
+
"powerlines": "^0.47.211",
|
|
208
208
|
"zod": "^4.4.3"
|
|
209
209
|
},
|
|
210
210
|
"devDependencies": { "@types/node": "^25.9.5" },
|
|
@@ -223,5 +223,5 @@
|
|
|
223
223
|
"./package.json": "./package.json"
|
|
224
224
|
}
|
|
225
225
|
},
|
|
226
|
-
"gitHead": "
|
|
226
|
+
"gitHead": "06592cb0cccc2c7e9297af4c5138550e86fa4eec"
|
|
227
227
|
}
|