@tscircuit/core 0.0.812 → 0.0.813

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
@@ -17227,7 +17227,7 @@ import { identity as identity6 } from "transformation-matrix";
17227
17227
  var package_default = {
17228
17228
  name: "@tscircuit/core",
17229
17229
  type: "module",
17230
- version: "0.0.811",
17230
+ version: "0.0.812",
17231
17231
  types: "dist/index.d.ts",
17232
17232
  main: "dist/index.js",
17233
17233
  module: "dist/index.js",
@@ -17284,7 +17284,7 @@ var package_default = {
17284
17284
  "circuit-json": "^0.0.288",
17285
17285
  "circuit-json-to-bpc": "^0.0.13",
17286
17286
  "circuit-json-to-connectivity-map": "^0.0.22",
17287
- "circuit-json-to-gltf": "^0.0.28",
17287
+ "circuit-json-to-gltf": "^0.0.31",
17288
17288
  "circuit-json-to-simple-3d": "^0.0.9",
17289
17289
  "circuit-json-to-spice": "^0.0.15",
17290
17290
  "circuit-to-svg": "^0.0.250",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.812",
4
+ "version": "0.0.813",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -58,7 +58,7 @@
58
58
  "circuit-json": "^0.0.288",
59
59
  "circuit-json-to-bpc": "^0.0.13",
60
60
  "circuit-json-to-connectivity-map": "^0.0.22",
61
- "circuit-json-to-gltf": "^0.0.28",
61
+ "circuit-json-to-gltf": "^0.0.31",
62
62
  "circuit-json-to-simple-3d": "^0.0.9",
63
63
  "circuit-json-to-spice": "^0.0.15",
64
64
  "circuit-to-svg": "^0.0.250",