@tscircuit/core 0.0.1114 → 0.0.1115

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
@@ -18658,7 +18658,7 @@ import { identity as identity5 } from "transformation-matrix";
18658
18658
  var package_default = {
18659
18659
  name: "@tscircuit/core",
18660
18660
  type: "module",
18661
- version: "0.0.1113",
18661
+ version: "0.0.1114",
18662
18662
  types: "dist/index.d.ts",
18663
18663
  main: "dist/index.js",
18664
18664
  module: "dist/index.js",
@@ -18720,7 +18720,7 @@ var package_default = {
18720
18720
  "circuit-json": "^0.0.403",
18721
18721
  "circuit-json-to-bpc": "^0.0.13",
18722
18722
  "circuit-json-to-connectivity-map": "^0.0.23",
18723
- "circuit-json-to-gltf": "^0.0.84",
18723
+ "circuit-json-to-gltf": "^0.0.85",
18724
18724
  "circuit-json-to-simple-3d": "^0.0.9",
18725
18725
  "circuit-json-to-spice": "^0.0.34",
18726
18726
  "circuit-to-svg": "^0.0.337",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.1114",
4
+ "version": "0.0.1115",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -63,7 +63,7 @@
63
63
  "circuit-json": "^0.0.403",
64
64
  "circuit-json-to-bpc": "^0.0.13",
65
65
  "circuit-json-to-connectivity-map": "^0.0.23",
66
- "circuit-json-to-gltf": "^0.0.84",
66
+ "circuit-json-to-gltf": "^0.0.85",
67
67
  "circuit-json-to-simple-3d": "^0.0.9",
68
68
  "circuit-json-to-spice": "^0.0.34",
69
69
  "circuit-to-svg": "^0.0.337",