@tscircuit/cli 0.1.1179 → 0.1.1180

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/main.js CHANGED
@@ -98409,7 +98409,7 @@ var import_perfect_cli = __toESM2(require_dist2(), 1);
98409
98409
  // lib/getVersion.ts
98410
98410
  import { createRequire as createRequire2 } from "node:module";
98411
98411
  // package.json
98412
- var version = "0.1.1178";
98412
+ var version = "0.1.1179";
98413
98413
  var package_default = {
98414
98414
  name: "@tscircuit/cli",
98415
98415
  version,
@@ -98477,7 +98477,7 @@ var package_default = {
98477
98477
  tsx: "^4.7.1",
98478
98478
  "typed-ky": "^0.0.4",
98479
98479
  zod: "^3.23.8",
98480
- "circuit-json-to-step": "^0.0.19",
98480
+ "circuit-json-to-step": "^0.0.20",
98481
98481
  stepts: "^0.0.3"
98482
98482
  },
98483
98483
  peerDependencies: {
@@ -245916,7 +245916,7 @@ function normalizeStepNumericExponents(stepText) {
245916
245916
  var package_default4 = {
245917
245917
  name: "circuit-json-to-step",
245918
245918
  main: "dist/index.js",
245919
- version: "0.0.18",
245919
+ version: "0.0.19",
245920
245920
  type: "module",
245921
245921
  scripts: {
245922
245922
  "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"' {} \\;`,
@@ -245947,7 +245947,7 @@ var package_default4 = {
245947
245947
  },
245948
245948
  dependencies: {
245949
245949
  "circuit-json-to-connectivity-map": "^0.0.22",
245950
- "circuit-json-to-gltf": "^0.0.87",
245950
+ "circuit-json-to-gltf": "^0.0.91",
245951
245951
  "circuit-to-svg": "^0.0.327",
245952
245952
  "schematic-symbols": "^0.0.202"
245953
245953
  }
package/dist/lib/index.js CHANGED
@@ -60678,7 +60678,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
60678
60678
  }));
60679
60679
  };
60680
60680
  // package.json
60681
- var version = "0.1.1178";
60681
+ var version = "0.1.1179";
60682
60682
  var package_default = {
60683
60683
  name: "@tscircuit/cli",
60684
60684
  version,
@@ -60746,7 +60746,7 @@ var package_default = {
60746
60746
  tsx: "^4.7.1",
60747
60747
  "typed-ky": "^0.0.4",
60748
60748
  zod: "^3.23.8",
60749
- "circuit-json-to-step": "^0.0.19",
60749
+ "circuit-json-to-step": "^0.0.20",
60750
60750
  stepts: "^0.0.3"
60751
60751
  },
60752
60752
  peerDependencies: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.1179",
3
+ "version": "0.1.1180",
4
4
  "main": "dist/cli/main.js",
5
5
  "exports": {
6
6
  ".": "./dist/cli/main.js",
@@ -65,7 +65,7 @@
65
65
  "tsx": "^4.7.1",
66
66
  "typed-ky": "^0.0.4",
67
67
  "zod": "^3.23.8",
68
- "circuit-json-to-step": "^0.0.19",
68
+ "circuit-json-to-step": "^0.0.20",
69
69
  "stepts": "^0.0.3"
70
70
  },
71
71
  "peerDependencies": {