@shell-shock/plugin-changelog 0.1.23 → 0.1.24
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/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -10,7 +10,7 @@ let _shell_shock_unified_markdown = require("@shell-shock/unified/markdown");
|
|
|
10
10
|
let _stryke_path_join = require("@stryke/path/join");
|
|
11
11
|
let _stryke_type_checks_is_set_string = require("@stryke/type-checks/is-set-string");
|
|
12
12
|
let defu = require("defu");
|
|
13
|
-
defu = require_runtime.__toESM(defu);
|
|
13
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
14
14
|
let powerlines_plugin_utils = require("powerlines/plugin-utils");
|
|
15
15
|
|
|
16
16
|
//#region src/index.tsx
|
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.24",
|
|
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": [
|
|
@@ -126,8 +126,8 @@
|
|
|
126
126
|
"@alloy-js/core": "^0.23.1",
|
|
127
127
|
"@alloy-js/typescript": "^0.23.0",
|
|
128
128
|
"@powerlines/plugin-alloy": "^0.26.227",
|
|
129
|
-
"@shell-shock/core": "0.17.
|
|
130
|
-
"@shell-shock/unified": "0.2.
|
|
129
|
+
"@shell-shock/core": "0.17.21",
|
|
130
|
+
"@shell-shock/unified": "0.2.19",
|
|
131
131
|
"@stryke/path": "^0.29.11",
|
|
132
132
|
"@stryke/type-checks": "^0.6.17",
|
|
133
133
|
"@stryke/types": "^0.12.12",
|
|
@@ -136,8 +136,8 @@
|
|
|
136
136
|
},
|
|
137
137
|
"devDependencies": {
|
|
138
138
|
"@powerlines/plugin-plugin": "^0.12.546",
|
|
139
|
-
"@types/node": "^25.9.
|
|
139
|
+
"@types/node": "^25.9.3"
|
|
140
140
|
},
|
|
141
141
|
"publishConfig": { "access": "public" },
|
|
142
|
-
"gitHead": "
|
|
142
|
+
"gitHead": "0876468f621d3b455f99de7dc3ebdd3af8883842"
|
|
143
143
|
}
|