@powerlines/deepkit 0.8.64 → 0.9.3
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/{config-CIuIocxS.d.mts → config-DxlIp3Ls.d.cts} +2 -2
- package/dist/{config-M_dalIgY.d.cts → config-Iht5APNm.d.mts} +2 -2
- package/dist/esbuild-plugin.d.cts +1 -1
- package/dist/esbuild-plugin.d.mts +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{transformer-DtCowByi.mjs → transformer--O9Yh5sG.mjs} +6 -6
- package/dist/{transformer-6NA1kzEh.cjs → transformer-UV8uDtrG.cjs} +5 -5
- package/dist/transformer.cjs +1 -1
- package/dist/transformer.d.cts +1 -1
- package/dist/transformer.d.mts +1 -1
- package/dist/transformer.mjs +1 -1
- package/dist/transpile.cjs +1 -1
- package/dist/transpile.d.cts +1 -1
- package/dist/transpile.d.mts +1 -1
- package/dist/transpile.mjs +1 -1
- package/dist/vendor/{compiler-6p-O8DWM.mjs → compiler-BFGzEQta.mjs} +10 -10
- package/dist/vendor/{compiler-Bs70da7i.d.mts → compiler-Cw7_mRws.d.cts} +7 -7
- package/dist/vendor/{compiler-DyHd3cmQ.cjs → compiler-rc5xr9jX.cjs} +9 -9
- package/dist/vendor/{compiler-BzQk3lrL.d.cts → compiler-zpXLdYcw.d.mts} +7 -7
- package/dist/vendor/{config-Ct2OCIgN.cjs → config-BA-XKd9c.cjs} +20 -20
- package/dist/vendor/{config-9gu3GEzH.d.cts → config-CTzILEfE.d.mts} +2 -2
- package/dist/vendor/{config-DHD9-Noj.d.mts → config-DXfafVtE.d.cts} +2 -2
- package/dist/vendor/{config-B3amAJdS.mjs → config-D_kxripY.mjs} +21 -21
- package/dist/vendor/core.cjs +12 -12
- package/dist/vendor/core.d.cts +16 -16
- package/dist/vendor/core.d.mts +16 -16
- package/dist/vendor/core.mjs +12 -12
- package/dist/vendor/{type-2yMJb9Mw.d.cts → type-BjSNyGZz.d.mts} +2 -2
- package/dist/vendor/{type-fEQrgtBF.cjs → type-Cdec0s2o.cjs} +1 -1
- package/dist/vendor/{type-BoBEcrg7.d.mts → type-DH3ABQva.d.cts} +2 -2
- package/dist/vendor/{type-wscUl8NW.mjs → type-OqnxDy4H.mjs} +2 -2
- package/dist/vendor/type-compiler/compiler.cjs +1 -1
- package/dist/vendor/type-compiler/compiler.d.cts +1 -1
- package/dist/vendor/type-compiler/compiler.d.mts +1 -1
- package/dist/vendor/type-compiler/compiler.mjs +1 -1
- package/dist/vendor/type-compiler/config.cjs +1 -1
- package/dist/vendor/type-compiler/config.d.cts +1 -1
- package/dist/vendor/type-compiler/config.d.mts +1 -1
- package/dist/vendor/type-compiler/config.mjs +1 -1
- package/dist/vendor/type-compiler/index.cjs +3 -3
- package/dist/vendor/type-compiler/index.d.cts +3 -3
- package/dist/vendor/type-compiler/index.d.mts +3 -3
- package/dist/vendor/type-compiler/index.mjs +3 -3
- package/dist/vendor/type-spec.cjs +1 -1
- package/dist/vendor/type-spec.d.cts +1 -1
- package/dist/vendor/type-spec.d.mts +1 -1
- package/dist/vendor/type-spec.mjs +1 -1
- package/dist/vendor/type.cjs +33 -33
- package/dist/vendor/type.d.cts +25 -25
- package/dist/vendor/type.d.mts +25 -25
- package/dist/vendor/type.mjs +33 -33
- package/dist/vendor/{types-BwPWMe3m.d.mts → types-B1wJVmWf.d.mts} +4 -4
- package/dist/vendor/{types-exLGvFgG.d.cts → types-BSh3zalL.d.cts} +4 -4
- package/dist/vendor/{types-ClCdQYEg.mjs → types-CWtU5ubH.mjs} +12 -12
- package/dist/vendor/{types-_tsHFyMK.cjs → types-Cs3vMpdM.cjs} +11 -11
- package/package.json +15 -15
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as __toESM, t as __commonJSMin } from "./chunk-CbXMncuq.mjs";
|
|
2
2
|
|
|
3
|
-
//#region
|
|
3
|
+
//#region ../../../node_modules/.pnpm/is-obj@2.0.0/node_modules/is-obj/index.js
|
|
4
4
|
var require_is_obj = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5
5
|
module.exports = (value) => {
|
|
6
6
|
const type = typeof value;
|
|
@@ -9,7 +9,7 @@ var require_is_obj = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
9
9
|
}));
|
|
10
10
|
|
|
11
11
|
//#endregion
|
|
12
|
-
//#region
|
|
12
|
+
//#region ../../../node_modules/.pnpm/dot-prop@5.3.0/node_modules/dot-prop/index.js
|
|
13
13
|
var require_dot_prop = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
14
14
|
const isObj = require_is_obj();
|
|
15
15
|
const disallowedKeys = [
|
|
@@ -86,7 +86,7 @@ var require_dot_prop = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
86
86
|
}));
|
|
87
87
|
|
|
88
88
|
//#endregion
|
|
89
|
-
//#region
|
|
89
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/iterators.js
|
|
90
90
|
var import_dot_prop = /* @__PURE__ */ __toESM(require_dot_prop(), 1);
|
|
91
91
|
const __ΩArrayLike = [
|
|
92
92
|
"T",
|
|
@@ -220,7 +220,7 @@ eachPair.__type = [
|
|
|
220
220
|
];
|
|
221
221
|
|
|
222
222
|
//#endregion
|
|
223
|
-
//#region
|
|
223
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/core.js
|
|
224
224
|
const __ΩObject = [
|
|
225
225
|
() => Function,
|
|
226
226
|
"constructor",
|
|
@@ -1453,7 +1453,7 @@ assertDefined.__type = [
|
|
|
1453
1453
|
];
|
|
1454
1454
|
|
|
1455
1455
|
//#endregion
|
|
1456
|
-
//#region
|
|
1456
|
+
//#region ../../../node_modules/.pnpm/to-fast-properties@3.0.1/node_modules/to-fast-properties/index.js
|
|
1457
1457
|
var require_to_fast_properties = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
1458
1458
|
let fastProto = null;
|
|
1459
1459
|
function FastObject(o) {
|
|
@@ -1473,7 +1473,7 @@ var require_to_fast_properties = /* @__PURE__ */ __commonJSMin(((exports, module
|
|
|
1473
1473
|
}));
|
|
1474
1474
|
|
|
1475
1475
|
//#endregion
|
|
1476
|
-
//#region
|
|
1476
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/perf.js
|
|
1477
1477
|
var import_to_fast_properties = /* @__PURE__ */ __toESM(require_to_fast_properties(), 1);
|
|
1478
1478
|
function toFastProperties(obj) {
|
|
1479
1479
|
(0, import_to_fast_properties.default)(obj);
|
|
@@ -1485,7 +1485,7 @@ toFastProperties.__type = [
|
|
|
1485
1485
|
];
|
|
1486
1486
|
|
|
1487
1487
|
//#endregion
|
|
1488
|
-
//#region
|
|
1488
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/array.js
|
|
1489
1489
|
/**
|
|
1490
1490
|
* @public
|
|
1491
1491
|
*/
|
|
@@ -1573,7 +1573,7 @@ arrayMoveItem.__type = [
|
|
|
1573
1573
|
];
|
|
1574
1574
|
|
|
1575
1575
|
//#endregion
|
|
1576
|
-
//#region
|
|
1576
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/indent.js
|
|
1577
1577
|
function __assignType$1(fn, args) {
|
|
1578
1578
|
fn.__type = args;
|
|
1579
1579
|
return fn;
|
|
@@ -2240,7 +2240,7 @@ const indent$1 = __assignType$1(function(n) {
|
|
|
2240
2240
|
])(globalThis);
|
|
2241
2241
|
|
|
2242
2242
|
//#endregion
|
|
2243
|
-
//#region
|
|
2243
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/compiler.js
|
|
2244
2244
|
const __ΩPartial = [
|
|
2245
2245
|
"T",
|
|
2246
2246
|
"Partial",
|
|
@@ -2406,7 +2406,7 @@ CompilerContext.__type = [
|
|
|
2406
2406
|
];
|
|
2407
2407
|
|
|
2408
2408
|
//#endregion
|
|
2409
|
-
//#region
|
|
2409
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/string.js
|
|
2410
2410
|
function __assignType(fn, args) {
|
|
2411
2411
|
fn.__type = args;
|
|
2412
2412
|
return fn;
|
|
@@ -2438,7 +2438,7 @@ capitalize.__type = [
|
|
|
2438
2438
|
];
|
|
2439
2439
|
|
|
2440
2440
|
//#endregion
|
|
2441
|
-
//#region
|
|
2441
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/types.js
|
|
2442
2442
|
const __ΩTypeAnnotation = [
|
|
2443
2443
|
"T",
|
|
2444
2444
|
"Options",
|
|
@@ -2462,4 +2462,4 @@ const __ΩInject = [
|
|
|
2462
2462
|
|
|
2463
2463
|
//#endregion
|
|
2464
2464
|
export { isClass as $, empty as A, time as At, getClassTypeFromInstance as B, average as C, prettyPrintObject as Ct, createDynamicClass as D, size as Dt, copy as E, setPathValue as Et, fixAsyncOperation as F, getPathValue as G, getInheritanceChain as H, formatError as I, identifyType as J, hasProperty as K, forwardTypeArguments as L, escapeRegExp as M, each as Mt, first as N, eachKey as Nt, createStack as O, sleep as Ot, firstKey as P, eachPair as Pt, isAsyncFunction as Q, getClassName as R, asyncOperation as S, prependObjectKeys as St, collectForMicrotask as T, rangeArray as Tt, getObjectKeysSize as U, getCurrentFileName as V, getParentClass as W, indexOf as X, inDebugMode as Y, isArray as Z, __ΩExtractClassType as _, iterableSize as _t, indent as a, isIterable as at, assertDefined as b, mergePromiseStack as bt, arrayHasItem as c, isNumeric as ct, toFastProperties as d, isPlainObject as dt, isClassInstance as et, AsyncFunction as f, isPromise as ft, __ΩCustomError as g, isUndefined as gt, __ΩClassType as h, isString as ht, capitalize as i, isInteger as it, ensureError as j, zip as jt, deletePathValue as k, stringifyValueWithType as kt, arrayMoveItem as l, isObject as lt, __ΩAbstractClassType as m, isSet as mt, __ΩInjectMeta as n, isFunction as nt, CompilerContext as o, isNull as ot, CustomError as p, isPrototypeOfBase as pt, humanBytes as q, __ΩTypeAnnotation as r, isGlobalClass as rt, arrayClear as s, isNumber as st, __ΩInject as t, isConstructable as tt, arrayRemoveItem as u, isObjectLiteral as ut, appendObject as v, last as vt, changeClass as w, range as wt, assertInstanceOf as x, mergeStack as xt, applyDefaults as y, lastKey as yt, getClassPropertyName as z };
|
|
2465
|
-
//# sourceMappingURL=types-
|
|
2465
|
+
//# sourceMappingURL=types-CWtU5ubH.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const require_chunk = require('./chunk-tvSNC7pH.cjs');
|
|
2
2
|
|
|
3
|
-
//#region
|
|
3
|
+
//#region ../../../node_modules/.pnpm/is-obj@2.0.0/node_modules/is-obj/index.js
|
|
4
4
|
var require_is_obj = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
|
|
5
5
|
module.exports = (value) => {
|
|
6
6
|
const type = typeof value;
|
|
@@ -9,7 +9,7 @@ var require_is_obj = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, modu
|
|
|
9
9
|
}));
|
|
10
10
|
|
|
11
11
|
//#endregion
|
|
12
|
-
//#region
|
|
12
|
+
//#region ../../../node_modules/.pnpm/dot-prop@5.3.0/node_modules/dot-prop/index.js
|
|
13
13
|
var require_dot_prop = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
|
|
14
14
|
const isObj = require_is_obj();
|
|
15
15
|
const disallowedKeys = [
|
|
@@ -86,7 +86,7 @@ var require_dot_prop = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, mo
|
|
|
86
86
|
}));
|
|
87
87
|
|
|
88
88
|
//#endregion
|
|
89
|
-
//#region
|
|
89
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/iterators.js
|
|
90
90
|
var import_dot_prop = /* @__PURE__ */ require_chunk.__toESM(require_dot_prop(), 1);
|
|
91
91
|
const __ΩArrayLike = [
|
|
92
92
|
"T",
|
|
@@ -220,7 +220,7 @@ eachPair.__type = [
|
|
|
220
220
|
];
|
|
221
221
|
|
|
222
222
|
//#endregion
|
|
223
|
-
//#region
|
|
223
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/core.js
|
|
224
224
|
const __ΩObject = [
|
|
225
225
|
() => Function,
|
|
226
226
|
"constructor",
|
|
@@ -1453,7 +1453,7 @@ assertDefined.__type = [
|
|
|
1453
1453
|
];
|
|
1454
1454
|
|
|
1455
1455
|
//#endregion
|
|
1456
|
-
//#region
|
|
1456
|
+
//#region ../../../node_modules/.pnpm/to-fast-properties@3.0.1/node_modules/to-fast-properties/index.js
|
|
1457
1457
|
var require_to_fast_properties = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
|
|
1458
1458
|
let fastProto = null;
|
|
1459
1459
|
function FastObject(o) {
|
|
@@ -1473,7 +1473,7 @@ var require_to_fast_properties = /* @__PURE__ */ require_chunk.__commonJSMin(((e
|
|
|
1473
1473
|
}));
|
|
1474
1474
|
|
|
1475
1475
|
//#endregion
|
|
1476
|
-
//#region
|
|
1476
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/perf.js
|
|
1477
1477
|
var import_to_fast_properties = /* @__PURE__ */ require_chunk.__toESM(require_to_fast_properties(), 1);
|
|
1478
1478
|
function toFastProperties(obj) {
|
|
1479
1479
|
(0, import_to_fast_properties.default)(obj);
|
|
@@ -1485,7 +1485,7 @@ toFastProperties.__type = [
|
|
|
1485
1485
|
];
|
|
1486
1486
|
|
|
1487
1487
|
//#endregion
|
|
1488
|
-
//#region
|
|
1488
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/array.js
|
|
1489
1489
|
/**
|
|
1490
1490
|
* @public
|
|
1491
1491
|
*/
|
|
@@ -1573,7 +1573,7 @@ arrayMoveItem.__type = [
|
|
|
1573
1573
|
];
|
|
1574
1574
|
|
|
1575
1575
|
//#endregion
|
|
1576
|
-
//#region
|
|
1576
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/indent.js
|
|
1577
1577
|
function __assignType$1(fn, args) {
|
|
1578
1578
|
fn.__type = args;
|
|
1579
1579
|
return fn;
|
|
@@ -2240,7 +2240,7 @@ const indent$1 = __assignType$1(function(n) {
|
|
|
2240
2240
|
])(globalThis);
|
|
2241
2241
|
|
|
2242
2242
|
//#endregion
|
|
2243
|
-
//#region
|
|
2243
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/compiler.js
|
|
2244
2244
|
const __ΩPartial = [
|
|
2245
2245
|
"T",
|
|
2246
2246
|
"Partial",
|
|
@@ -2406,7 +2406,7 @@ CompilerContext.__type = [
|
|
|
2406
2406
|
];
|
|
2407
2407
|
|
|
2408
2408
|
//#endregion
|
|
2409
|
-
//#region
|
|
2409
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/string.js
|
|
2410
2410
|
function __assignType(fn, args) {
|
|
2411
2411
|
fn.__type = args;
|
|
2412
2412
|
return fn;
|
|
@@ -2438,7 +2438,7 @@ capitalize.__type = [
|
|
|
2438
2438
|
];
|
|
2439
2439
|
|
|
2440
2440
|
//#endregion
|
|
2441
|
-
//#region
|
|
2441
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/types.js
|
|
2442
2442
|
const __ΩTypeAnnotation = [
|
|
2443
2443
|
"T",
|
|
2444
2444
|
"Options",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/deepkit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"keywords": ["deepkit", "powerlines", "storm-software"],
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "github",
|
|
14
14
|
"url": "https://github.com/storm-software/powerlines.git",
|
|
15
|
-
"directory": "packages/deepkit"
|
|
15
|
+
"directory": "packages/base/deepkit"
|
|
16
16
|
},
|
|
17
17
|
"funding": {
|
|
18
18
|
"type": "github",
|
|
@@ -114,19 +114,19 @@
|
|
|
114
114
|
"bin": { "deepkit-install": "bin/deepkit-install.cjs" },
|
|
115
115
|
"files": ["bin/*", "dist/**/*", "schemas/*"],
|
|
116
116
|
"dependencies": {
|
|
117
|
-
"@powerlines/core": "^0.
|
|
118
|
-
"@powerlines/plugin-esbuild": "^0.13.
|
|
119
|
-
"@storm-software/config-tools": "^1.190.
|
|
120
|
-
"@stryke/capnp": "^0.12.
|
|
121
|
-
"@stryke/fs": "^0.33.
|
|
122
|
-
"@stryke/path": "^0.
|
|
123
|
-
"@stryke/json": "^0.14.
|
|
124
|
-
"@stryke/helpers": "^0.10.
|
|
125
|
-
"@stryke/type-checks": "^0.6.
|
|
126
|
-
"@stryke/types": "^0.12.
|
|
117
|
+
"@powerlines/core": "^0.9.3",
|
|
118
|
+
"@powerlines/plugin-esbuild": "^0.13.464",
|
|
119
|
+
"@storm-software/config-tools": "^1.190.2",
|
|
120
|
+
"@stryke/capnp": "^0.12.101",
|
|
121
|
+
"@stryke/fs": "^0.33.75",
|
|
122
|
+
"@stryke/path": "^0.29.2",
|
|
123
|
+
"@stryke/json": "^0.14.20",
|
|
124
|
+
"@stryke/helpers": "^0.10.15",
|
|
125
|
+
"@stryke/type-checks": "^0.6.8",
|
|
126
|
+
"@stryke/types": "^0.12.3",
|
|
127
127
|
"defu": "^6.1.7",
|
|
128
128
|
"esbuild": "^0.27.7",
|
|
129
|
-
"jiti": "^2.
|
|
129
|
+
"jiti": "^2.7.0",
|
|
130
130
|
"typescript": "^6.0.3"
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"@deepkit/type": "1.0.5",
|
|
135
135
|
"@deepkit/type-compiler": "1.0.5",
|
|
136
136
|
"@deepkit/type-spec": "1.0.1",
|
|
137
|
-
"@types/node": "^25.
|
|
137
|
+
"@types/node": "^25.7.0",
|
|
138
138
|
"rolldown": "1.0.0-rc.16",
|
|
139
139
|
"tsdown": "^0.21.10",
|
|
140
140
|
"esbuild": "^0.27.7"
|
|
@@ -145,5 +145,5 @@
|
|
|
145
145
|
"rolldown": { "optional": true }
|
|
146
146
|
},
|
|
147
147
|
"publishConfig": { "access": "public" },
|
|
148
|
-
"gitHead": "
|
|
148
|
+
"gitHead": "e5d8383bd361a99563985879776392fb679cbbe4"
|
|
149
149
|
}
|