@code3d/core 0.0.1-alpha.8 → 0.0.1-alpha.9
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/bld/chunks/{chunk-OAVABPL5.js → chunk-2NWM3BLX.js} +2 -2
- package/bld/chunks/{chunk-MICNLFBF.js → chunk-OALDEU3F.js} +6 -2
- package/bld/chunks/chunk-OALDEU3F.js.map +7 -0
- package/bld/chunks/{chunk-EWPRWRLV.js → chunk-SM7V45DO.js} +2 -2
- package/bld/chunks/{chunk-HSU2FH3L.js → chunk-TAYVRBWE.js} +3 -3
- package/bld/library/index.js +1 -1
- package/bld/library/replicad.js +2 -2
- package/bld/library/runtime.d.ts +2 -0
- package/bld/library/runtime.d.ts.map +1 -1
- package/bld/node/index.js +3 -3
- package/bld/node/replicad.js +4 -4
- package/bld/tooling/index.js +2 -2
- package/package.json +1 -1
- package/src/library/runtime.ts +7 -1
- package/bld/chunks/chunk-MICNLFBF.js.map +0 -7
- /package/bld/chunks/{chunk-OAVABPL5.js.map → chunk-2NWM3BLX.js.map} +0 -0
- /package/bld/chunks/{chunk-EWPRWRLV.js.map → chunk-SM7V45DO.js.map} +0 -0
- /package/bld/chunks/{chunk-HSU2FH3L.js.map → chunk-TAYVRBWE.js.map} +0 -0
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
__name,
|
|
3
3
|
castOwnedShape,
|
|
4
4
|
primitiveConstructor
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-OALDEU3F.js";
|
|
6
6
|
|
|
7
7
|
// packages/core/src/library/replicad.ts
|
|
8
8
|
import * as replicadModule from "replicad";
|
|
@@ -27,4 +27,4 @@ export {
|
|
|
27
27
|
replicad,
|
|
28
28
|
definePrimitive
|
|
29
29
|
};
|
|
30
|
-
//# sourceMappingURL=chunk-
|
|
30
|
+
//# sourceMappingURL=chunk-2NWM3BLX.js.map
|
|
@@ -22622,7 +22622,11 @@ var ModelObject = class _ModelObject extends RelationObject {
|
|
|
22622
22622
|
[reference.name]: { ...reference, members: void 0 }
|
|
22623
22623
|
})[0]
|
|
22624
22624
|
];
|
|
22625
|
-
return {
|
|
22625
|
+
return {
|
|
22626
|
+
nodeId: reference.model.nodeId,
|
|
22627
|
+
whole: reference.whole === true,
|
|
22628
|
+
elements
|
|
22629
|
+
};
|
|
22626
22630
|
});
|
|
22627
22631
|
observeDistance(
|
|
22628
22632
|
{
|
|
@@ -25611,4 +25615,4 @@ export {
|
|
|
25611
25615
|
assertSketchDragConnections,
|
|
25612
25616
|
solveSketchSnapshot
|
|
25613
25617
|
};
|
|
25614
|
-
//# sourceMappingURL=chunk-
|
|
25618
|
+
//# sourceMappingURL=chunk-OALDEU3F.js.map
|