circuit-json-to-step 0.0.20 → 0.0.21
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/index.js +4 -4
- package/lib/step-model-merger.ts +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -329,7 +329,7 @@ import {
|
|
|
329
329
|
Unknown,
|
|
330
330
|
parseRepository
|
|
331
331
|
} from "stepts";
|
|
332
|
-
import { eid } from "stepts
|
|
332
|
+
import { eid } from "stepts";
|
|
333
333
|
|
|
334
334
|
// lib/step-model-merger/excluded-entity-types.ts
|
|
335
335
|
var EXCLUDED_ENTITY_TYPES = /* @__PURE__ */ new Set([
|
|
@@ -722,7 +722,7 @@ function normalizeStepNumericExponents(stepText) {
|
|
|
722
722
|
var package_default = {
|
|
723
723
|
name: "circuit-json-to-step",
|
|
724
724
|
main: "dist/index.js",
|
|
725
|
-
version: "0.0.
|
|
725
|
+
version: "0.0.20",
|
|
726
726
|
type: "module",
|
|
727
727
|
scripts: {
|
|
728
728
|
"pull-reference": `git clone https://github.com/tscircuit/circuit-json.git && find circuit-json/tests -name '*.test.ts' -exec bash -c 'mv "$0" "\${0%.test.ts}.ts"' {} \\; && git clone https://github.com/tscircuit/stepts.git && find stepts/tests -name '*.test.ts' -exec bash -c 'mv "$0" "\${0%.test.ts}.ts"' {} \\;`,
|
|
@@ -744,7 +744,6 @@ var package_default = {
|
|
|
744
744
|
"looks-same": "^10.0.1",
|
|
745
745
|
"occt-import-js": "^0.0.23",
|
|
746
746
|
poppygl: "^0.0.17",
|
|
747
|
-
stepts: "^0.0.3",
|
|
748
747
|
tsup: "^8.5.0"
|
|
749
748
|
},
|
|
750
749
|
peerDependencies: {
|
|
@@ -755,7 +754,8 @@ var package_default = {
|
|
|
755
754
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
756
755
|
"circuit-json-to-gltf": "^0.0.91",
|
|
757
756
|
"circuit-to-svg": "^0.0.327",
|
|
758
|
-
"schematic-symbols": "^0.0.202"
|
|
757
|
+
"schematic-symbols": "^0.0.202",
|
|
758
|
+
stepts: "^0.0.3"
|
|
759
759
|
}
|
|
760
760
|
};
|
|
761
761
|
|
package/lib/step-model-merger.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "circuit-json-to-step",
|
|
3
3
|
"main": "dist/index.js",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.21",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"pull-reference": "git clone https://github.com/tscircuit/circuit-json.git && find circuit-json/tests -name '*.test.ts' -exec bash -c 'mv \"$0\" \"${0%.test.ts}.ts\"' {} \\; && git clone https://github.com/tscircuit/stepts.git && find stepts/tests -name '*.test.ts' -exec bash -c 'mv \"$0\" \"${0%.test.ts}.ts\"' {} \\;",
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
"looks-same": "^10.0.1",
|
|
24
24
|
"occt-import-js": "^0.0.23",
|
|
25
25
|
"poppygl": "^0.0.17",
|
|
26
|
-
"stepts": "^0.0.3",
|
|
27
26
|
"tsup": "^8.5.0"
|
|
28
27
|
},
|
|
29
28
|
"peerDependencies": {
|
|
@@ -34,6 +33,7 @@
|
|
|
34
33
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
35
34
|
"circuit-json-to-gltf": "^0.0.91",
|
|
36
35
|
"circuit-to-svg": "^0.0.327",
|
|
37
|
-
"schematic-symbols": "^0.0.202"
|
|
36
|
+
"schematic-symbols": "^0.0.202",
|
|
37
|
+
"stepts": "^0.0.3"
|
|
38
38
|
}
|
|
39
39
|
}
|