@tscircuit/cli 0.1.1642 → 0.1.1644
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/cli/build/build.worker.js +3 -3
- package/dist/cli/main.js +38769 -15715
- package/dist/lib/index.js +11 -9
- package/package.json +11 -9
|
@@ -14942,7 +14942,7 @@ function normalizeStepNumericExponents(stepText) {
|
|
|
14942
14942
|
var package_default = {
|
|
14943
14943
|
name: "circuit-json-to-step",
|
|
14944
14944
|
main: "dist/index.js",
|
|
14945
|
-
version: "0.0.
|
|
14945
|
+
version: "0.0.36",
|
|
14946
14946
|
type: "module",
|
|
14947
14947
|
scripts: {
|
|
14948
14948
|
"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"' {} \\;`,
|
|
@@ -14964,6 +14964,7 @@ var package_default = {
|
|
|
14964
14964
|
"circuit-json": "^0.0.425",
|
|
14965
14965
|
"looks-same": "^10.0.1",
|
|
14966
14966
|
"occt-import-js": "^0.0.23",
|
|
14967
|
+
"schematic-symbols": "^0.0.221",
|
|
14967
14968
|
poppygl: "^0.0.24",
|
|
14968
14969
|
tsup: "^8.5.0"
|
|
14969
14970
|
},
|
|
@@ -14974,8 +14975,7 @@ var package_default = {
|
|
|
14974
14975
|
},
|
|
14975
14976
|
dependencies: {
|
|
14976
14977
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
14977
|
-
"circuit-json-to-gltf": "^0.0.
|
|
14978
|
-
"schematic-symbols": "^0.0.202",
|
|
14978
|
+
"circuit-json-to-gltf": "^0.0.106",
|
|
14979
14979
|
stepts: "^0.0.4"
|
|
14980
14980
|
}
|
|
14981
14981
|
};
|