@shell-shock/plugin-update 0.1.61 → 0.1.63
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/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -45,7 +45,7 @@ const plugin = __assignType((options = {}) => {
|
|
|
45
45
|
]))) this.info("The `update` command already exists in the commands list. If you would like the update command to be managed by the `@shell-shock/plugin-update` package, please remove or rename the command.");
|
|
46
46
|
else this.inputs.push({
|
|
47
47
|
id: this.config.update.command.name,
|
|
48
|
-
alias: ["
|
|
48
|
+
alias: ["upgrade"],
|
|
49
49
|
path: this.config.update.command.name,
|
|
50
50
|
segments: [this.config.update.command.name],
|
|
51
51
|
title: "Update",
|
package/dist/index.mjs
CHANGED
|
@@ -42,7 +42,7 @@ const plugin = __assignType((options = {}) => {
|
|
|
42
42
|
]))) this.info("The `update` command already exists in the commands list. If you would like the update command to be managed by the `@shell-shock/plugin-update` package, please remove or rename the command.");
|
|
43
43
|
else this.inputs.push({
|
|
44
44
|
id: this.config.update.command.name,
|
|
45
|
-
alias: ["
|
|
45
|
+
alias: ["upgrade"],
|
|
46
46
|
path: this.config.update.command.name,
|
|
47
47
|
segments: [this.config.update.command.name],
|
|
48
48
|
title: "Update",
|
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.63",
|
|
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.
|
|
173
|
+
"@shell-shock/core": "0.17.18",
|
|
174
174
|
"@stryke/path": "^0.29.11",
|
|
175
175
|
"@stryke/type-checks": "^0.6.17",
|
|
176
176
|
"@stryke/types": "^0.12.12",
|
|
@@ -196,5 +196,5 @@
|
|
|
196
196
|
"./package.json": "./package.json"
|
|
197
197
|
}
|
|
198
198
|
},
|
|
199
|
-
"gitHead": "
|
|
199
|
+
"gitHead": "4ca0ac0ff9ada03aea6667c89a04b54dc73ff40b"
|
|
200
200
|
}
|