@platforma-sdk/block-tools 2.4.5 → 2.4.7
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/cli.mjs +1 -1
- package/dist/{config-MTiP2z4I.mjs → config-dqDSqXfz.mjs} +5 -5
- package/dist/{config-MTiP2z4I.mjs.map → config-dqDSqXfz.mjs.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +47 -44
- package/dist/index.mjs.map +1 -1
- package/dist/v2/registry/registry_reader.d.ts +2 -3
- package/dist/v2/registry/registry_reader.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/v2/registry/registry_reader.test.ts +1 -1
- package/src/v2/registry/registry_reader.ts +13 -7
package/dist/cli.mjs
CHANGED
|
@@ -8,7 +8,7 @@ import "zod";
|
|
|
8
8
|
import "mime-types";
|
|
9
9
|
import "tar";
|
|
10
10
|
import "@milaboratories/resolve-helper";
|
|
11
|
-
import { l as L, B as T, a as Y, s as V, b as x, c as j, d as D, M, P as q, g as B } from "./config-
|
|
11
|
+
import { l as L, B as T, a as Y, s as V, b as x, c as j, d as D, M, P as q, g as B } from "./config-dqDSqXfz.mjs";
|
|
12
12
|
import { StableChannel as J, overrideDescriptionVersion as H, BlockPackManifest as _, overrideManifestVersion as $ } from "@milaboratories/pl-model-middle-layer";
|
|
13
13
|
import "@milaboratories/ts-helpers";
|
|
14
14
|
import "canonicalize";
|
|
@@ -1633,9 +1633,9 @@ export {
|
|
|
1633
1633
|
Ge as a0,
|
|
1634
1634
|
ke as a1,
|
|
1635
1635
|
ie as a2,
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1636
|
+
Di as a3,
|
|
1637
|
+
Pt as a4,
|
|
1638
|
+
Bi as a5,
|
|
1639
1639
|
kt as a6,
|
|
1640
1640
|
ji as a7,
|
|
1641
1641
|
Gi as a8,
|
|
@@ -1653,7 +1653,7 @@ export {
|
|
|
1653
1653
|
ga as f,
|
|
1654
1654
|
Oa as g,
|
|
1655
1655
|
Fi as h,
|
|
1656
|
-
|
|
1656
|
+
_i as i,
|
|
1657
1657
|
_e as j,
|
|
1658
1658
|
da as k,
|
|
1659
1659
|
Dr as l,
|
|
@@ -1672,4 +1672,4 @@ export {
|
|
|
1672
1672
|
Zt as y,
|
|
1673
1673
|
Or as z
|
|
1674
1674
|
};
|
|
1675
|
-
//# sourceMappingURL=config-
|
|
1675
|
+
//# sourceMappingURL=config-dqDSqXfz.mjs.map
|