@tscircuit/core 0.0.995 → 0.0.996
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
|
@@ -21317,7 +21317,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
21317
21317
|
var package_default = {
|
|
21318
21318
|
name: "@tscircuit/core",
|
|
21319
21319
|
type: "module",
|
|
21320
|
-
version: "0.0.
|
|
21320
|
+
version: "0.0.995",
|
|
21321
21321
|
types: "dist/index.d.ts",
|
|
21322
21322
|
main: "dist/index.js",
|
|
21323
21323
|
module: "dist/index.js",
|
|
@@ -21376,7 +21376,7 @@ var package_default = {
|
|
|
21376
21376
|
"circuit-json": "^0.0.364",
|
|
21377
21377
|
"circuit-json-to-bpc": "^0.0.13",
|
|
21378
21378
|
"circuit-json-to-connectivity-map": "^0.0.23",
|
|
21379
|
-
"circuit-json-to-gltf": "^0.0.
|
|
21379
|
+
"circuit-json-to-gltf": "^0.0.62",
|
|
21380
21380
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
21381
21381
|
"circuit-json-to-spice": "^0.0.33",
|
|
21382
21382
|
"circuit-to-svg": "^0.0.319",
|
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.996",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"circuit-json": "^0.0.364",
|
|
61
61
|
"circuit-json-to-bpc": "^0.0.13",
|
|
62
62
|
"circuit-json-to-connectivity-map": "^0.0.23",
|
|
63
|
-
"circuit-json-to-gltf": "^0.0.
|
|
63
|
+
"circuit-json-to-gltf": "^0.0.62",
|
|
64
64
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
65
65
|
"circuit-json-to-spice": "^0.0.33",
|
|
66
66
|
"circuit-to-svg": "^0.0.319",
|