@powerlines/plugin-alloy 0.26.16 → 0.26.18
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/helpers/capnp.cjs +1 -1
- package/package.json +7 -7
package/dist/helpers/capnp.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
|
|
3
3
|
let defu = require("defu");
|
|
4
|
-
defu = require_runtime.__toESM(defu);
|
|
4
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
5
5
|
let _stryke_string_format_title_case = require("@stryke/string-format/title-case");
|
|
6
6
|
let powerlines_utils = require("powerlines/utils");
|
|
7
7
|
let _powerlines_deepkit_utilities = require("@powerlines/deepkit/utilities");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-alloy",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.18",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing various Alloy framework components and helper utilities.",
|
|
6
6
|
"repository": {
|
|
@@ -893,9 +893,9 @@
|
|
|
893
893
|
"@alloy-js/json": "0.23.0-dev.2",
|
|
894
894
|
"@alloy-js/markdown": "0.23.0-dev.1",
|
|
895
895
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
896
|
-
"@powerlines/deepkit": "^0.8.
|
|
897
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
898
|
-
"@storm-software/config-tools": "^1.189.
|
|
896
|
+
"@powerlines/deepkit": "^0.8.2",
|
|
897
|
+
"@powerlines/plugin-babel": "^0.12.394",
|
|
898
|
+
"@storm-software/config-tools": "^1.189.76",
|
|
899
899
|
"@stryke/capnp": "^0.12.92",
|
|
900
900
|
"@stryke/convert": "^0.6.58",
|
|
901
901
|
"@stryke/fs": "^0.33.66",
|
|
@@ -907,14 +907,14 @@
|
|
|
907
907
|
"@stryke/types": "^0.11.3",
|
|
908
908
|
"@stryke/unique-id": "^0.3.77",
|
|
909
909
|
"defu": "^6.1.7",
|
|
910
|
-
"powerlines": "^0.42.
|
|
910
|
+
"powerlines": "^0.42.40",
|
|
911
911
|
"prettier": "^3.8.2",
|
|
912
912
|
"unctx": "^2.5.0"
|
|
913
913
|
},
|
|
914
914
|
"devDependencies": {
|
|
915
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
915
|
+
"@powerlines/plugin-plugin": "^0.12.350",
|
|
916
916
|
"@types/node": "^25.6.0"
|
|
917
917
|
},
|
|
918
918
|
"publishConfig": { "access": "public" },
|
|
919
|
-
"gitHead": "
|
|
919
|
+
"gitHead": "53fe118324ce5a30936fc934f219781021d72844"
|
|
920
920
|
}
|