@powerlines/deepkit 0.4.25 → 0.4.26
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/package.json +5 -5
- package/dist/vendor/chunk-32VLALIP.cjs +0 -44
- package/dist/vendor/chunk-32VLALIP.cjs.map +0 -1
- package/dist/vendor/chunk-6PEHRAEP.js +0 -30
- package/dist/vendor/chunk-6PEHRAEP.js.map +0 -1
- package/dist/vendor/chunk-A6YYUTN3.js +0 -7066
- package/dist/vendor/chunk-A6YYUTN3.js.map +0 -1
- package/dist/vendor/chunk-AXYJRGEC.js +0 -3706
- package/dist/vendor/chunk-AXYJRGEC.js.map +0 -1
- package/dist/vendor/chunk-C2HJMNWW.cjs +0 -3861
- package/dist/vendor/chunk-C2HJMNWW.cjs.map +0 -1
- package/dist/vendor/chunk-J66RHOIE.cjs +0 -3533
- package/dist/vendor/chunk-J66RHOIE.cjs.map +0 -1
- package/dist/vendor/chunk-NOMUPIHD.js +0 -3515
- package/dist/vendor/chunk-NOMUPIHD.js.map +0 -1
- package/dist/vendor/chunk-ORGCWC7F.js +0 -111
- package/dist/vendor/chunk-ORGCWC7F.js.map +0 -1
- package/dist/vendor/chunk-U43R6HHH.cjs +0 -117
- package/dist/vendor/chunk-U43R6HHH.cjs.map +0 -1
- package/dist/vendor/chunk-WU7SCNWU.cjs +0 -7080
- package/dist/vendor/chunk-WU7SCNWU.cjs.map +0 -1
- package/dist/vendor/compiler.cjs +0 -46
- package/dist/vendor/compiler.cjs.map +0 -1
- package/dist/vendor/compiler.d.cts +0 -3
- package/dist/vendor/compiler.d.ts +0 -3
- package/dist/vendor/compiler.js +0 -7
- package/dist/vendor/compiler.js.map +0 -1
- package/dist/vendor/config.cjs +0 -37
- package/dist/vendor/config.cjs.map +0 -1
- package/dist/vendor/config.d.cts +0 -1
- package/dist/vendor/config.d.ts +0 -1
- package/dist/vendor/config.js +0 -7
- package/dist/vendor/config.js.map +0 -1
- package/dist/vendor/core.cjs +0 -518
- package/dist/vendor/core.cjs.map +0 -1
- package/dist/vendor/core.d.cts +0 -3
- package/dist/vendor/core.d.ts +0 -3
- package/dist/vendor/core.js +0 -4
- package/dist/vendor/core.js.map +0 -1
- package/dist/vendor/index.cjs +0 -108
- package/dist/vendor/index.cjs.map +0 -1
- package/dist/vendor/index.d.cts +0 -1
- package/dist/vendor/index.d.ts +0 -1
- package/dist/vendor/index.js +0 -67
- package/dist/vendor/index.js.map +0 -1
- package/dist/vendor/type-spec.cjs +0 -18
- package/dist/vendor/type-spec.cjs.map +0 -1
- package/dist/vendor/type-spec.d.cts +0 -1
- package/dist/vendor/type-spec.d.ts +0 -1
- package/dist/vendor/type-spec.js +0 -4
- package/dist/vendor/type-spec.js.map +0 -1
- package/dist/vendor/type.cjs +0 -18887
- package/dist/vendor/type.cjs.map +0 -1
- package/dist/vendor/type.d.cts +0 -1
- package/dist/vendor/type.d.ts +0 -1
- package/dist/vendor/type.js +0 -18361
- package/dist/vendor/type.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/deepkit",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.26",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"repository": {
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"files": ["dist/**/*", "bin/*", "schemas/*"],
|
|
117
117
|
"keywords": ["deepkit", "powerlines", "storm-software"],
|
|
118
118
|
"dependencies": {
|
|
119
|
-
"@storm-software/config-tools": "^1.188.
|
|
119
|
+
"@storm-software/config-tools": "^1.188.47",
|
|
120
120
|
"@stryke/capnp": "^0.12.21",
|
|
121
121
|
"@stryke/fs": "^0.32.13",
|
|
122
122
|
"@stryke/path": "^0.19.2",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"chalk": "5.6.2",
|
|
126
126
|
"defu": "^6.1.4",
|
|
127
127
|
"jiti": "^2.6.1",
|
|
128
|
-
"powerlines": "^0.23.
|
|
128
|
+
"powerlines": "^0.23.4",
|
|
129
129
|
"typescript": "^5.9.3",
|
|
130
130
|
"unplugin": "^2.3.10"
|
|
131
131
|
},
|
|
@@ -134,10 +134,10 @@
|
|
|
134
134
|
"@deepkit/type": "1.0.5",
|
|
135
135
|
"@deepkit/type-compiler": "1.0.5",
|
|
136
136
|
"@deepkit/type-spec": "1.0.1",
|
|
137
|
-
"@powerlines/nx": "^0.10.
|
|
137
|
+
"@powerlines/nx": "^0.10.21",
|
|
138
138
|
"@types/node": "^24.10.1",
|
|
139
139
|
"tsup": "8.4.0"
|
|
140
140
|
},
|
|
141
141
|
"publishConfig": { "access": "public" },
|
|
142
|
-
"gitHead": "
|
|
142
|
+
"gitHead": "3075c08893a66a4e8d359e37f8d0344b0a80322b"
|
|
143
143
|
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var __create = Object.create;
|
|
4
|
-
var __defProp = Object.defineProperty;
|
|
5
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
8
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
10
|
-
var __esm = (fn, res) => function __init() {
|
|
11
|
-
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
12
|
-
};
|
|
13
|
-
var __commonJS = (cb, mod) => function __require() {
|
|
14
|
-
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
15
|
-
};
|
|
16
|
-
var __copyProps = (to, from, except, desc) => {
|
|
17
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
18
|
-
for (let key of __getOwnPropNames(from))
|
|
19
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
20
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
21
|
-
}
|
|
22
|
-
return to;
|
|
23
|
-
};
|
|
24
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
25
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
26
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
27
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
28
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
29
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
30
|
-
mod
|
|
31
|
-
));
|
|
32
|
-
|
|
33
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.55.0_@types+node@24.10.1__@swc+core@1.15.2_@swc+h_92272746f6e909ba415af3cb04def30f/node_modules/tsup/assets/cjs_shims.js
|
|
34
|
-
var init_cjs_shims = __esm({
|
|
35
|
-
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.55.0_@types+node@24.10.1__@swc+core@1.15.2_@swc+h_92272746f6e909ba415af3cb04def30f/node_modules/tsup/assets/cjs_shims.js"() {
|
|
36
|
-
}
|
|
37
|
-
});
|
|
38
|
-
|
|
39
|
-
exports.__commonJS = __commonJS;
|
|
40
|
-
exports.__name = __name;
|
|
41
|
-
exports.__toESM = __toESM;
|
|
42
|
-
exports.init_cjs_shims = init_cjs_shims;
|
|
43
|
-
//# sourceMappingURL=chunk-32VLALIP.cjs.map
|
|
44
|
-
//# sourceMappingURL=chunk-32VLALIP.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.55.0_@types+node@24.10.1__@swc+core@1.15.2_@swc+h_92272746f6e909ba415af3cb04def30f/node_modules/tsup/assets/cjs_shims.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAA,cAAA,GAAA,KAAA,CAAA","file":"chunk-32VLALIP.cjs","sourcesContent":["// Shim globals in cjs bundle\n// There's a weird bug that esbuild will always inject importMetaUrl\n// if we export it as `const importMetaUrl = ... __filename ...`\n// But using a function will not cause this issue\n\nconst getImportMetaUrl = () =>\n typeof document === 'undefined'\n ? new URL(`file:${__filename}`).href\n : (document.currentScript && document.currentScript.src) ||\n new URL('main.js', document.baseURI).href\n\nexport const importMetaUrl = /* @__PURE__ */ getImportMetaUrl()\n"]}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
var __create = Object.create;
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
8
|
-
var __commonJS = (cb, mod) => function __require() {
|
|
9
|
-
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
10
|
-
};
|
|
11
|
-
var __copyProps = (to, from, except, desc) => {
|
|
12
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
-
for (let key of __getOwnPropNames(from))
|
|
14
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
-
}
|
|
17
|
-
return to;
|
|
18
|
-
};
|
|
19
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
-
mod
|
|
26
|
-
));
|
|
27
|
-
|
|
28
|
-
export { __commonJS, __name, __toESM };
|
|
29
|
-
//# sourceMappingURL=chunk-6PEHRAEP.js.map
|
|
30
|
-
//# sourceMappingURL=chunk-6PEHRAEP.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"chunk-6PEHRAEP.js"}
|