@shell-shock/plugin-upgrade 0.1.0 → 0.1.1

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-upgrade",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "A package containing a Shell Shock plugin to manage upgrading the local application's version.",
6
6
  "repository": {
@@ -154,16 +154,16 @@
154
154
  "dependencies": {
155
155
  "@alloy-js/core": "0.23.0-dev.8",
156
156
  "@alloy-js/typescript": "0.23.0-dev.4",
157
- "@powerlines/deepkit": "^0.6.65",
158
- "@powerlines/plugin-alloy": "^0.23.15",
159
- "@powerlines/plugin-plugin": "^0.12.236",
160
- "@shell-shock/core": "^0.8.10",
157
+ "@powerlines/deepkit": "^0.6.66",
158
+ "@powerlines/plugin-alloy": "^0.23.16",
159
+ "@powerlines/plugin-plugin": "^0.12.237",
160
+ "@shell-shock/core": "^0.8.11",
161
161
  "@stryke/path": "0.26.6",
162
- "powerlines": "^0.38.52",
162
+ "powerlines": "^0.38.53",
163
163
  "defu": "6.1.4"
164
164
  },
165
165
  "devDependencies": {
166
- "@powerlines/plugin-deepkit": "^0.11.164",
166
+ "@powerlines/plugin-deepkit": "^0.11.165",
167
167
  "@types/node": "^22.19.11"
168
168
  },
169
169
  "publishConfig": {
@@ -181,5 +181,5 @@
181
181
  "./package.json": "./package.json"
182
182
  }
183
183
  },
184
- "gitHead": "ba4e6ba921fb77de5be8950f02ea798752b61450"
184
+ "gitHead": "1137a1ee3be5bb927dc9b15e118f804fd09a24b4"
185
185
  }