@tscircuit/core 0.0.610 → 0.0.611
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.610",
|
|
11550
11550
|
types: "dist/index.d.ts",
|
|
11551
11551
|
main: "dist/index.js",
|
|
11552
11552
|
module: "dist/index.js",
|
|
@@ -11582,7 +11582,7 @@ var package_default = {
|
|
|
11582
11582
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
11583
11583
|
"@tscircuit/schematic-corpus": "^0.0.110",
|
|
11584
11584
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
11585
|
-
"@tscircuit/simple-3d-svg": "^0.0.
|
|
11585
|
+
"@tscircuit/simple-3d-svg": "^0.0.38",
|
|
11586
11586
|
"@types/bun": "^1.2.16",
|
|
11587
11587
|
"@types/debug": "^4.1.12",
|
|
11588
11588
|
"@types/react": "^19.1.8",
|
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.611",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
38
38
|
"@tscircuit/schematic-corpus": "^0.0.110",
|
|
39
39
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
40
|
-
"@tscircuit/simple-3d-svg": "^0.0.
|
|
40
|
+
"@tscircuit/simple-3d-svg": "^0.0.38",
|
|
41
41
|
"@types/bun": "^1.2.16",
|
|
42
42
|
"@types/debug": "^4.1.12",
|
|
43
43
|
"@types/react": "^19.1.8",
|