@tscircuit/cli 0.1.1505 → 0.1.1507
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 +6 -5
- package/dist/cli/main.js +9 -8
- package/dist/lib/index.js +3 -3
- package/package.json +3 -3
|
@@ -13901,7 +13901,7 @@ function normalizeStepNumericExponents(stepText) {
|
|
|
13901
13901
|
var package_default = {
|
|
13902
13902
|
name: "circuit-json-to-step",
|
|
13903
13903
|
main: "dist/index.js",
|
|
13904
|
-
version: "0.0.
|
|
13904
|
+
version: "0.0.35",
|
|
13905
13905
|
type: "module",
|
|
13906
13906
|
scripts: {
|
|
13907
13907
|
"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"' {} \\;`,
|
|
@@ -13915,6 +13915,7 @@ var package_default = {
|
|
|
13915
13915
|
},
|
|
13916
13916
|
devDependencies: {
|
|
13917
13917
|
"@biomejs/biome": "^2.3.8",
|
|
13918
|
+
"circuit-to-svg": "^0.0.356",
|
|
13918
13919
|
"@resvg/resvg-js": "^2.6.2",
|
|
13919
13920
|
"@resvg/resvg-wasm": "^2.6.2",
|
|
13920
13921
|
"@tscircuit/circuit-json-util": "^0.0.75",
|
|
@@ -13922,17 +13923,17 @@ var package_default = {
|
|
|
13922
13923
|
"circuit-json": "^0.0.425",
|
|
13923
13924
|
"looks-same": "^10.0.1",
|
|
13924
13925
|
"occt-import-js": "^0.0.23",
|
|
13925
|
-
poppygl: "^0.0.
|
|
13926
|
+
poppygl: "^0.0.24",
|
|
13926
13927
|
tsup: "^8.5.0"
|
|
13927
13928
|
},
|
|
13928
13929
|
peerDependencies: {
|
|
13929
13930
|
"@tscircuit/circuit-json-util": "*",
|
|
13930
|
-
typescript: "^5"
|
|
13931
|
+
typescript: "^5",
|
|
13932
|
+
"circuit-to-svg": "*"
|
|
13931
13933
|
},
|
|
13932
13934
|
dependencies: {
|
|
13933
13935
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
13934
|
-
"circuit-json-to-gltf": "^0.0.
|
|
13935
|
-
"circuit-to-svg": "^0.0.345",
|
|
13936
|
+
"circuit-json-to-gltf": "^0.0.102",
|
|
13936
13937
|
"schematic-symbols": "^0.0.202",
|
|
13937
13938
|
stepts: "^0.0.4"
|
|
13938
13939
|
}
|
package/dist/cli/main.js
CHANGED
|
@@ -100763,7 +100763,7 @@ var import_perfect_cli = __toESM2(require_dist2(), 1);
|
|
|
100763
100763
|
// lib/getVersion.ts
|
|
100764
100764
|
import { createRequire as createRequire2 } from "node:module";
|
|
100765
100765
|
// package.json
|
|
100766
|
-
var version = "0.1.
|
|
100766
|
+
var version = "0.1.1505";
|
|
100767
100767
|
var package_default = {
|
|
100768
100768
|
name: "@tscircuit/cli",
|
|
100769
100769
|
version,
|
|
@@ -100807,7 +100807,7 @@ var package_default = {
|
|
|
100807
100807
|
"circuit-json-to-pnp-csv": "^0.0.7",
|
|
100808
100808
|
"circuit-json-to-readable-netlist": "^0.0.15",
|
|
100809
100809
|
"circuit-json-to-spice": "^0.0.10",
|
|
100810
|
-
"circuit-json-to-step": "^0.0.
|
|
100810
|
+
"circuit-json-to-step": "^0.0.36",
|
|
100811
100811
|
"circuit-json-to-tscircuit": "^0.0.35",
|
|
100812
100812
|
"circuit-json-trace-length-analysis": "github:tscircuit/circuit-json-trace-length-analysis#2b44792a40df0ca83b6bfb6ac95ed5e35e7168b8",
|
|
100813
100813
|
commander: "^14.0.0",
|
|
@@ -100840,7 +100840,7 @@ var package_default = {
|
|
|
100840
100840
|
semver: "^7.6.3",
|
|
100841
100841
|
stepts: "^0.0.3",
|
|
100842
100842
|
tempy: "^3.1.0",
|
|
100843
|
-
tscircuit: "0.0.
|
|
100843
|
+
tscircuit: "0.0.1891-libonly",
|
|
100844
100844
|
tsx: "^4.7.1",
|
|
100845
100845
|
"typed-ky": "^0.0.4",
|
|
100846
100846
|
zod: "^3.23.8"
|
|
@@ -113869,7 +113869,7 @@ function normalizeStepNumericExponents(stepText) {
|
|
|
113869
113869
|
var package_default2 = {
|
|
113870
113870
|
name: "circuit-json-to-step",
|
|
113871
113871
|
main: "dist/index.js",
|
|
113872
|
-
version: "0.0.
|
|
113872
|
+
version: "0.0.35",
|
|
113873
113873
|
type: "module",
|
|
113874
113874
|
scripts: {
|
|
113875
113875
|
"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"' {} \\;`,
|
|
@@ -113883,6 +113883,7 @@ var package_default2 = {
|
|
|
113883
113883
|
},
|
|
113884
113884
|
devDependencies: {
|
|
113885
113885
|
"@biomejs/biome": "^2.3.8",
|
|
113886
|
+
"circuit-to-svg": "^0.0.356",
|
|
113886
113887
|
"@resvg/resvg-js": "^2.6.2",
|
|
113887
113888
|
"@resvg/resvg-wasm": "^2.6.2",
|
|
113888
113889
|
"@tscircuit/circuit-json-util": "^0.0.75",
|
|
@@ -113890,17 +113891,17 @@ var package_default2 = {
|
|
|
113890
113891
|
"circuit-json": "^0.0.425",
|
|
113891
113892
|
"looks-same": "^10.0.1",
|
|
113892
113893
|
"occt-import-js": "^0.0.23",
|
|
113893
|
-
poppygl: "^0.0.
|
|
113894
|
+
poppygl: "^0.0.24",
|
|
113894
113895
|
tsup: "^8.5.0"
|
|
113895
113896
|
},
|
|
113896
113897
|
peerDependencies: {
|
|
113897
113898
|
"@tscircuit/circuit-json-util": "*",
|
|
113898
|
-
typescript: "^5"
|
|
113899
|
+
typescript: "^5",
|
|
113900
|
+
"circuit-to-svg": "*"
|
|
113899
113901
|
},
|
|
113900
113902
|
dependencies: {
|
|
113901
113903
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
113902
|
-
"circuit-json-to-gltf": "^0.0.
|
|
113903
|
-
"circuit-to-svg": "^0.0.345",
|
|
113904
|
+
"circuit-json-to-gltf": "^0.0.102",
|
|
113904
113905
|
"schematic-symbols": "^0.0.202",
|
|
113905
113906
|
stepts: "^0.0.4"
|
|
113906
113907
|
}
|
package/dist/lib/index.js
CHANGED
|
@@ -65364,7 +65364,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
|
|
|
65364
65364
|
}));
|
|
65365
65365
|
};
|
|
65366
65366
|
// package.json
|
|
65367
|
-
var version = "0.1.
|
|
65367
|
+
var version = "0.1.1505";
|
|
65368
65368
|
var package_default = {
|
|
65369
65369
|
name: "@tscircuit/cli",
|
|
65370
65370
|
version,
|
|
@@ -65408,7 +65408,7 @@ var package_default = {
|
|
|
65408
65408
|
"circuit-json-to-pnp-csv": "^0.0.7",
|
|
65409
65409
|
"circuit-json-to-readable-netlist": "^0.0.15",
|
|
65410
65410
|
"circuit-json-to-spice": "^0.0.10",
|
|
65411
|
-
"circuit-json-to-step": "^0.0.
|
|
65411
|
+
"circuit-json-to-step": "^0.0.36",
|
|
65412
65412
|
"circuit-json-to-tscircuit": "^0.0.35",
|
|
65413
65413
|
"circuit-json-trace-length-analysis": "github:tscircuit/circuit-json-trace-length-analysis#2b44792a40df0ca83b6bfb6ac95ed5e35e7168b8",
|
|
65414
65414
|
commander: "^14.0.0",
|
|
@@ -65441,7 +65441,7 @@ var package_default = {
|
|
|
65441
65441
|
semver: "^7.6.3",
|
|
65442
65442
|
stepts: "^0.0.3",
|
|
65443
65443
|
tempy: "^3.1.0",
|
|
65444
|
-
tscircuit: "0.0.
|
|
65444
|
+
tscircuit: "0.0.1891-libonly",
|
|
65445
65445
|
tsx: "^4.7.1",
|
|
65446
65446
|
"typed-ky": "^0.0.4",
|
|
65447
65447
|
zod: "^3.23.8"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1507",
|
|
4
4
|
"main": "dist/cli/main.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/cli/main.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"circuit-json-to-pnp-csv": "^0.0.7",
|
|
42
42
|
"circuit-json-to-readable-netlist": "^0.0.15",
|
|
43
43
|
"circuit-json-to-spice": "^0.0.10",
|
|
44
|
-
"circuit-json-to-step": "^0.0.
|
|
44
|
+
"circuit-json-to-step": "^0.0.36",
|
|
45
45
|
"circuit-json-to-tscircuit": "^0.0.35",
|
|
46
46
|
"circuit-json-trace-length-analysis": "github:tscircuit/circuit-json-trace-length-analysis#2b44792a40df0ca83b6bfb6ac95ed5e35e7168b8",
|
|
47
47
|
"commander": "^14.0.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"semver": "^7.6.3",
|
|
75
75
|
"stepts": "^0.0.3",
|
|
76
76
|
"tempy": "^3.1.0",
|
|
77
|
-
"tscircuit": "0.0.
|
|
77
|
+
"tscircuit": "0.0.1891-libonly",
|
|
78
78
|
"tsx": "^4.7.1",
|
|
79
79
|
"typed-ky": "^0.0.4",
|
|
80
80
|
"zod": "^3.23.8"
|