@shell-shock/plugin-upgrade 0.1.18 → 0.1.19
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/README.md +2 -2
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the ⚡<b>Shell Shock</b> monorepo. The Shell Shock pack
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://stormsoftware.com/projects/shell-shock/) [](http://commitizen.github.io/cz-cli/)  
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -51,7 +51,7 @@ This package is part of the ⚡<b>Shell Shock</b> monorepo. The Shell Shock pack
|
|
|
51
51
|
|
|
52
52
|
# Shell Shock - Upgrade Plugin
|
|
53
53
|
|
|
54
|
-
A **Shell Shock** plugin that checks if the current installed command-line application is the latest version, and if not, provides the option to install the it.
|
|
54
|
+
A **Shell Shock** plugin that checks if the current installed command-line application is the latest version, and if not, provides the option to install the it.
|
|
55
55
|
|
|
56
56
|
## Installing
|
|
57
57
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/plugin-upgrade",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.19",
|
|
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": [
|
|
@@ -168,16 +168,16 @@
|
|
|
168
168
|
"dependencies": {
|
|
169
169
|
"@alloy-js/core": "0.23.0-dev.8",
|
|
170
170
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
171
|
-
"@powerlines/deepkit": "^0.6.
|
|
172
|
-
"@powerlines/plugin-alloy": "^0.25.
|
|
173
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
174
|
-
"@shell-shock/core": "^0.13.
|
|
171
|
+
"@powerlines/deepkit": "^0.6.146",
|
|
172
|
+
"@powerlines/plugin-alloy": "^0.25.53",
|
|
173
|
+
"@powerlines/plugin-plugin": "^0.12.318",
|
|
174
|
+
"@shell-shock/core": "^0.13.2",
|
|
175
175
|
"@stryke/path": "^0.27.2",
|
|
176
176
|
"defu": "^6.1.4",
|
|
177
|
-
"powerlines": "^0.
|
|
177
|
+
"powerlines": "^0.42.8"
|
|
178
178
|
},
|
|
179
179
|
"devDependencies": {
|
|
180
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
180
|
+
"@powerlines/plugin-deepkit": "^0.11.246",
|
|
181
181
|
"@types/node": "^25.5.0"
|
|
182
182
|
},
|
|
183
183
|
"publishConfig": {
|
|
@@ -195,5 +195,5 @@
|
|
|
195
195
|
"./package.json": "./package.json"
|
|
196
196
|
}
|
|
197
197
|
},
|
|
198
|
-
"gitHead": "
|
|
198
|
+
"gitHead": "64e1ac187a12cd18acfd8134768bb793bbda3947"
|
|
199
199
|
}
|