@tscircuit/core 0.0.1344 → 0.0.1346

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
@@ -24064,7 +24064,7 @@ import { identity as identity5 } from "transformation-matrix";
24064
24064
  var package_default = {
24065
24065
  name: "@tscircuit/core",
24066
24066
  type: "module",
24067
- version: "0.0.1343",
24067
+ version: "0.0.1345",
24068
24068
  types: "dist/index.d.ts",
24069
24069
  main: "dist/index.js",
24070
24070
  module: "dist/index.js",
@@ -24130,7 +24130,7 @@ var package_default = {
24130
24130
  "circuit-json": "^0.0.437",
24131
24131
  "circuit-json-to-bpc": "^0.0.13",
24132
24132
  "circuit-json-to-connectivity-map": "^0.0.23",
24133
- "circuit-json-to-gltf": "^0.0.102",
24133
+ "circuit-json-to-gltf": "^0.0.105",
24134
24134
  "circuit-json-to-simple-3d": "^0.0.9",
24135
24135
  "circuit-json-to-spice": "^0.0.39",
24136
24136
  "circuit-to-svg": "^0.0.357",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.1344",
4
+ "version": "0.0.1346",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -67,7 +67,7 @@
67
67
  "circuit-json": "^0.0.437",
68
68
  "circuit-json-to-bpc": "^0.0.13",
69
69
  "circuit-json-to-connectivity-map": "^0.0.23",
70
- "circuit-json-to-gltf": "^0.0.102",
70
+ "circuit-json-to-gltf": "^0.0.105",
71
71
  "circuit-json-to-simple-3d": "^0.0.9",
72
72
  "circuit-json-to-spice": "^0.0.39",
73
73
  "circuit-to-svg": "^0.0.357",