@tscircuit/core 0.0.714 → 0.0.715

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/index.js CHANGED
@@ -7514,6 +7514,7 @@ var NormalComponent2 = class extends PrimitiveComponent2 {
7514
7514
  model_step_url: "stepUrl" in (cadModel ?? {}) ? this._addCachebustToModelUrl(cadModel.stepUrl) : void 0,
7515
7515
  model_wrl_url: "wrlUrl" in (cadModel ?? {}) ? this._addCachebustToModelUrl(cadModel.wrlUrl) : void 0,
7516
7516
  model_jscad: "jscad" in (cadModel ?? {}) ? cadModel.jscad : void 0,
7517
+ model_unit_to_mm_scale_factor: typeof cadModel?.modelUnitToMmScale === "number" ? cadModel.modelUnitToMmScale : void 0,
7517
7518
  footprinter_string: typeof footprint === "string" && !cadModel ? footprint : void 0
7518
7519
  });
7519
7520
  this.cad_component_id = cad_model.cad_component_id;
@@ -14706,7 +14707,7 @@ import { identity as identity6 } from "transformation-matrix";
14706
14707
  var package_default = {
14707
14708
  name: "@tscircuit/core",
14708
14709
  type: "module",
14709
- version: "0.0.713",
14710
+ version: "0.0.714",
14710
14711
  types: "dist/index.d.ts",
14711
14712
  main: "dist/index.js",
14712
14713
  module: "dist/index.js",
@@ -14745,7 +14746,7 @@ var package_default = {
14745
14746
  "@tscircuit/matchpack": "^0.0.16",
14746
14747
  "@tscircuit/math-utils": "^0.0.21",
14747
14748
  "@tscircuit/miniflex": "^0.0.4",
14748
- "@tscircuit/props": "0.0.311",
14749
+ "@tscircuit/props": "0.0.313",
14749
14750
  "@tscircuit/schematic-autolayout": "^0.0.6",
14750
14751
  "@tscircuit/schematic-match-adapt": "^0.0.16",
14751
14752
  "@tscircuit/schematic-trace-solver": "^0.0.36",
@@ -14759,7 +14760,7 @@ var package_default = {
14759
14760
  "bun-match-svg": "0.0.12",
14760
14761
  "calculate-elbow": "^0.0.12",
14761
14762
  "chokidar-cli": "^3.0.0",
14762
- "circuit-json": "^0.0.247",
14763
+ "circuit-json": "^0.0.249",
14763
14764
  "circuit-json-to-bpc": "^0.0.13",
14764
14765
  "circuit-json-to-connectivity-map": "^0.0.22",
14765
14766
  "circuit-json-to-simple-3d": "^0.0.6",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.714",
4
+ "version": "0.0.715",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -40,7 +40,7 @@
40
40
  "@tscircuit/matchpack": "^0.0.16",
41
41
  "@tscircuit/math-utils": "^0.0.21",
42
42
  "@tscircuit/miniflex": "^0.0.4",
43
- "@tscircuit/props": "0.0.311",
43
+ "@tscircuit/props": "0.0.313",
44
44
  "@tscircuit/schematic-autolayout": "^0.0.6",
45
45
  "@tscircuit/schematic-match-adapt": "^0.0.16",
46
46
  "@tscircuit/schematic-trace-solver": "^0.0.36",
@@ -54,7 +54,7 @@
54
54
  "bun-match-svg": "0.0.12",
55
55
  "calculate-elbow": "^0.0.12",
56
56
  "chokidar-cli": "^3.0.0",
57
- "circuit-json": "^0.0.247",
57
+ "circuit-json": "^0.0.249",
58
58
  "circuit-json-to-bpc": "^0.0.13",
59
59
  "circuit-json-to-connectivity-map": "^0.0.22",
60
60
  "circuit-json-to-simple-3d": "^0.0.6",