@shell-shock/plugin-changelog 0.1.26 → 0.1.27
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/plugin-changelog",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.27",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Shell Shock plugin to manage upgrading the local application's version.",
|
|
6
6
|
"keywords": [
|
|
@@ -155,19 +155,19 @@
|
|
|
155
155
|
"@alloy-js/typescript": "^0.24.0",
|
|
156
156
|
"@power-plant/alloy-js": "^0.0.87",
|
|
157
157
|
"@power-plant/core": "^0.0.90",
|
|
158
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
159
|
-
"@shell-shock/core": "0.17.
|
|
160
|
-
"@shell-shock/unified": "0.2.
|
|
158
|
+
"@powerlines/plugin-alloy": "^0.26.309",
|
|
159
|
+
"@shell-shock/core": "0.17.24",
|
|
160
|
+
"@shell-shock/unified": "0.2.22",
|
|
161
161
|
"@stryke/path": "^0.29.35",
|
|
162
162
|
"@stryke/type-checks": "^0.6.41",
|
|
163
163
|
"@stryke/types": "^0.12.36",
|
|
164
164
|
"defu": "^6.1.7",
|
|
165
|
-
"powerlines": "^0.47.
|
|
165
|
+
"powerlines": "^0.47.211"
|
|
166
166
|
},
|
|
167
167
|
"devDependencies": {
|
|
168
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
168
|
+
"@powerlines/plugin-plugin": "^0.12.624",
|
|
169
169
|
"@types/node": "^25.9.5"
|
|
170
170
|
},
|
|
171
171
|
"publishConfig": { "access": "public" },
|
|
172
|
-
"gitHead": "
|
|
172
|
+
"gitHead": "06592cb0cccc2c7e9297af4c5138550e86fa4eec"
|
|
173
173
|
}
|