@shell-shock/plugin-update 0.1.65 → 0.1.66
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.
|
@@ -2,7 +2,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
|
2
2
|
const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
|
|
3
3
|
let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
|
|
4
4
|
let defu = require("defu");
|
|
5
|
-
defu = require_runtime.__toESM(defu);
|
|
5
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
6
6
|
let _alloy_js_core = require("@alloy-js/core");
|
|
7
7
|
let _alloy_js_typescript = require("@alloy-js/typescript");
|
|
8
8
|
let _powerlines_plugin_alloy_core_components_spacing = require("@powerlines/plugin-alloy/core/components/spacing");
|
package/dist/index.cjs
CHANGED
|
@@ -9,7 +9,7 @@ let _shell_shock_core_plugin_utils = require("@shell-shock/core/plugin-utils");
|
|
|
9
9
|
let _stryke_path_join = require("@stryke/path/join");
|
|
10
10
|
let _stryke_type_checks_is_set_string = require("@stryke/type-checks/is-set-string");
|
|
11
11
|
let defu = require("defu");
|
|
12
|
-
defu = require_runtime.__toESM(defu);
|
|
12
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
13
13
|
|
|
14
14
|
//#region src/index.tsx
|
|
15
15
|
function __assignType(fn, args) {
|
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.66",
|
|
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.88",
|
|
171
171
|
"@powerlines/plugin-alloy": "^0.26.227",
|
|
172
172
|
"@powerlines/plugin-plugin": "^0.12.546",
|
|
173
|
-
"@shell-shock/core": "0.17.
|
|
173
|
+
"@shell-shock/core": "0.17.21",
|
|
174
174
|
"@stryke/path": "^0.29.11",
|
|
175
175
|
"@stryke/type-checks": "^0.6.17",
|
|
176
176
|
"@stryke/types": "^0.12.12",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
},
|
|
180
180
|
"devDependencies": {
|
|
181
181
|
"@powerlines/plugin-deepkit": "^0.11.477",
|
|
182
|
-
"@types/node": "^25.9.
|
|
182
|
+
"@types/node": "^25.9.3"
|
|
183
183
|
},
|
|
184
184
|
"publishConfig": {
|
|
185
185
|
"access": "public",
|
|
@@ -196,5 +196,5 @@
|
|
|
196
196
|
"./package.json": "./package.json"
|
|
197
197
|
}
|
|
198
198
|
},
|
|
199
|
-
"gitHead": "
|
|
199
|
+
"gitHead": "0876468f621d3b455f99de7dc3ebdd3af8883842"
|
|
200
200
|
}
|