circuit-json-to-step 0.0.18 → 0.0.20

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 CHANGED
@@ -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.15",
725
+ version: "0.0.19",
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"' {} \\;`,
@@ -753,7 +753,7 @@ var package_default = {
753
753
  },
754
754
  dependencies: {
755
755
  "circuit-json-to-connectivity-map": "^0.0.22",
756
- "circuit-json-to-gltf": "^0.0.62",
756
+ "circuit-json-to-gltf": "^0.0.91",
757
757
  "circuit-to-svg": "^0.0.327",
758
758
  "schematic-symbols": "^0.0.202"
759
759
  }
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.18",
4
+ "version": "0.0.20",
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\"' {} \\;",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "circuit-json-to-connectivity-map": "^0.0.22",
35
- "circuit-json-to-gltf": "^0.0.62",
35
+ "circuit-json-to-gltf": "^0.0.91",
36
36
  "circuit-to-svg": "^0.0.327",
37
37
  "schematic-symbols": "^0.0.202"
38
38
  }