@tscircuit/core 0.0.1049 → 0.0.1051
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.
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -18406,7 +18406,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
18406
18406
|
var package_default = {
|
|
18407
18407
|
name: "@tscircuit/core",
|
|
18408
18408
|
type: "module",
|
|
18409
|
-
version: "0.0.
|
|
18409
|
+
version: "0.0.1050",
|
|
18410
18410
|
types: "dist/index.d.ts",
|
|
18411
18411
|
main: "dist/index.js",
|
|
18412
18412
|
module: "dist/index.js",
|
|
@@ -18467,7 +18467,7 @@ var package_default = {
|
|
|
18467
18467
|
"circuit-json": "^0.0.383",
|
|
18468
18468
|
"circuit-json-to-bpc": "^0.0.13",
|
|
18469
18469
|
"circuit-json-to-connectivity-map": "^0.0.23",
|
|
18470
|
-
"circuit-json-to-gltf": "^0.0.
|
|
18470
|
+
"circuit-json-to-gltf": "^0.0.73",
|
|
18471
18471
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
18472
18472
|
"circuit-json-to-spice": "^0.0.34",
|
|
18473
18473
|
"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.
|
|
4
|
+
"version": "0.0.1051",
|
|
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.
|
|
65
|
+
"circuit-json-to-gltf": "^0.0.73",
|
|
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",
|