@tscircuit/core 0.0.609 → 0.0.610
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
|
@@ -11546,7 +11546,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
11546
11546
|
var package_default = {
|
|
11547
11547
|
name: "@tscircuit/core",
|
|
11548
11548
|
type: "module",
|
|
11549
|
-
version: "0.0.
|
|
11549
|
+
version: "0.0.609",
|
|
11550
11550
|
types: "dist/index.d.ts",
|
|
11551
11551
|
main: "dist/index.js",
|
|
11552
11552
|
module: "dist/index.js",
|
|
@@ -11595,7 +11595,7 @@ var package_default = {
|
|
|
11595
11595
|
"circuit-json": "^0.0.224",
|
|
11596
11596
|
"circuit-json-to-bpc": "^0.0.13",
|
|
11597
11597
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
11598
|
-
"circuit-json-to-simple-3d": "^0.0.
|
|
11598
|
+
"circuit-json-to-simple-3d": "^0.0.6",
|
|
11599
11599
|
"circuit-to-svg": "^0.0.174",
|
|
11600
11600
|
concurrently: "^9.1.2",
|
|
11601
11601
|
debug: "^4.3.6",
|
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.610",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"circuit-json": "^0.0.224",
|
|
51
51
|
"circuit-json-to-bpc": "^0.0.13",
|
|
52
52
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
53
|
-
"circuit-json-to-simple-3d": "^0.0.
|
|
53
|
+
"circuit-json-to-simple-3d": "^0.0.6",
|
|
54
54
|
"circuit-to-svg": "^0.0.174",
|
|
55
55
|
"concurrently": "^9.1.2",
|
|
56
56
|
"debug": "^4.3.6",
|