@tscircuit/core 0.0.1046 → 0.0.1047

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 +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -17555,7 +17555,7 @@ import { identity as identity4 } from "transformation-matrix";
17555
17555
  var package_default = {
17556
17556
  name: "@tscircuit/core",
17557
17557
  type: "module",
17558
- version: "0.0.1045",
17558
+ version: "0.0.1046",
17559
17559
  types: "dist/index.d.ts",
17560
17560
  main: "dist/index.js",
17561
17561
  module: "dist/index.js",
@@ -17616,7 +17616,7 @@ var package_default = {
17616
17616
  "circuit-json": "^0.0.383",
17617
17617
  "circuit-json-to-bpc": "^0.0.13",
17618
17618
  "circuit-json-to-connectivity-map": "^0.0.23",
17619
- "circuit-json-to-gltf": "^0.0.68",
17619
+ "circuit-json-to-gltf": "^0.0.70",
17620
17620
  "circuit-json-to-simple-3d": "^0.0.9",
17621
17621
  "circuit-json-to-spice": "^0.0.34",
17622
17622
  "circuit-to-svg": "^0.0.328",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.1046",
4
+ "version": "0.0.1047",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -62,7 +62,7 @@
62
62
  "circuit-json": "^0.0.383",
63
63
  "circuit-json-to-bpc": "^0.0.13",
64
64
  "circuit-json-to-connectivity-map": "^0.0.23",
65
- "circuit-json-to-gltf": "^0.0.68",
65
+ "circuit-json-to-gltf": "^0.0.70",
66
66
  "circuit-json-to-simple-3d": "^0.0.9",
67
67
  "circuit-json-to-spice": "^0.0.34",
68
68
  "circuit-to-svg": "^0.0.328",