circuit-json-to-step 0.0.17 → 0.0.18

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 +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -744,7 +744,7 @@ 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.2",
747
+ stepts: "^0.0.3",
748
748
  tsup: "^8.5.0"
749
749
  },
750
750
  peerDependencies: {
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.17",
4
+ "version": "0.0.18",
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,7 @@
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.2",
26
+ "stepts": "^0.0.3",
27
27
  "tsup": "^8.5.0"
28
28
  },
29
29
  "peerDependencies": {