@tscircuit/core 0.0.1187 → 0.0.1188

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
@@ -20023,7 +20023,7 @@ import { identity as identity5 } from "transformation-matrix";
20023
20023
  var package_default = {
20024
20024
  name: "@tscircuit/core",
20025
20025
  type: "module",
20026
- version: "0.0.1186",
20026
+ version: "0.0.1187",
20027
20027
  types: "dist/index.d.ts",
20028
20028
  main: "dist/index.js",
20029
20029
  module: "dist/index.js",
@@ -20086,7 +20086,7 @@ var package_default = {
20086
20086
  "circuit-json": "^0.0.418",
20087
20087
  "circuit-json-to-bpc": "^0.0.13",
20088
20088
  "circuit-json-to-connectivity-map": "^0.0.23",
20089
- "circuit-json-to-gltf": "^0.0.91",
20089
+ "circuit-json-to-gltf": "^0.0.96",
20090
20090
  "circuit-json-to-simple-3d": "^0.0.9",
20091
20091
  "circuit-json-to-spice": "^0.0.34",
20092
20092
  "circuit-to-svg": "^0.0.345",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.1187",
4
+ "version": "0.0.1188",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -64,7 +64,7 @@
64
64
  "circuit-json": "^0.0.418",
65
65
  "circuit-json-to-bpc": "^0.0.13",
66
66
  "circuit-json-to-connectivity-map": "^0.0.23",
67
- "circuit-json-to-gltf": "^0.0.91",
67
+ "circuit-json-to-gltf": "^0.0.96",
68
68
  "circuit-json-to-simple-3d": "^0.0.9",
69
69
  "circuit-json-to-spice": "^0.0.34",
70
70
  "circuit-to-svg": "^0.0.345",