@tscircuit/core 0.0.432 → 0.0.433
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
|
@@ -8705,7 +8705,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
8705
8705
|
var package_default = {
|
|
8706
8706
|
name: "@tscircuit/core",
|
|
8707
8707
|
type: "module",
|
|
8708
|
-
version: "0.0.
|
|
8708
|
+
version: "0.0.432",
|
|
8709
8709
|
types: "dist/index.d.ts",
|
|
8710
8710
|
main: "dist/index.js",
|
|
8711
8711
|
module: "dist/index.js",
|
|
@@ -8750,7 +8750,7 @@ var package_default = {
|
|
|
8750
8750
|
"circuit-json": "^0.0.190",
|
|
8751
8751
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
8752
8752
|
"circuit-json-to-simple-3d": "^0.0.2",
|
|
8753
|
-
"circuit-to-svg": "^0.0.
|
|
8753
|
+
"circuit-to-svg": "^0.0.136",
|
|
8754
8754
|
concurrently: "^9.1.2",
|
|
8755
8755
|
debug: "^4.3.6",
|
|
8756
8756
|
"graphics-debug": "^0.0.4",
|
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.433",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"circuit-json": "^0.0.190",
|
|
47
47
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
48
48
|
"circuit-json-to-simple-3d": "^0.0.2",
|
|
49
|
-
"circuit-to-svg": "^0.0.
|
|
49
|
+
"circuit-to-svg": "^0.0.136",
|
|
50
50
|
"concurrently": "^9.1.2",
|
|
51
51
|
"debug": "^4.3.6",
|
|
52
52
|
"graphics-debug": "^0.0.4",
|