circuit-json-to-step 0.0.21 → 0.0.22

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
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.20",
725
+ version: "0.0.21",
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"' {} \\;`,
@@ -755,7 +755,7 @@ var package_default = {
755
755
  "circuit-json-to-gltf": "^0.0.91",
756
756
  "circuit-to-svg": "^0.0.327",
757
757
  "schematic-symbols": "^0.0.202",
758
- stepts: "^0.0.3"
758
+ stepts: "^0.0.4"
759
759
  }
760
760
  };
761
761
 
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.21",
4
+ "version": "0.0.22",
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\"' {} \\;",
@@ -34,6 +34,6 @@
34
34
  "circuit-json-to-gltf": "^0.0.91",
35
35
  "circuit-to-svg": "^0.0.327",
36
36
  "schematic-symbols": "^0.0.202",
37
- "stepts": "^0.0.3"
37
+ "stepts": "^0.0.4"
38
38
  }
39
39
  }