@shell-shock/plugin-upgrade 0.1.1 → 0.1.2
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.
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _alloy_js_core6 from "@alloy-js/core";
|
|
2
2
|
|
|
3
3
|
//#region src/components/upgrade-command.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* The Upgrade command's handler wrapper for the Shell Shock project.
|
|
6
6
|
*/
|
|
7
|
-
declare function UpgradeCommand():
|
|
7
|
+
declare function UpgradeCommand(): _alloy_js_core6.Children;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { UpgradeCommand };
|
|
10
10
|
//# sourceMappingURL=upgrade-command.d.cts.map
|
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.2",
|
|
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": {
|
|
@@ -155,9 +155,9 @@
|
|
|
155
155
|
"@alloy-js/core": "0.23.0-dev.8",
|
|
156
156
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
157
157
|
"@powerlines/deepkit": "^0.6.66",
|
|
158
|
-
"@powerlines/plugin-alloy": "
|
|
158
|
+
"@powerlines/plugin-alloy": "0.23.16",
|
|
159
159
|
"@powerlines/plugin-plugin": "^0.12.237",
|
|
160
|
-
"@shell-shock/core": "^0.8.
|
|
160
|
+
"@shell-shock/core": "^0.8.12",
|
|
161
161
|
"@stryke/path": "0.26.6",
|
|
162
162
|
"powerlines": "^0.38.53",
|
|
163
163
|
"defu": "6.1.4"
|
|
@@ -181,5 +181,5 @@
|
|
|
181
181
|
"./package.json": "./package.json"
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
|
-
"gitHead": "
|
|
184
|
+
"gitHead": "a802bf947afd12ce5c0f29aae1d4039c9e4f40f7"
|
|
185
185
|
}
|