@tscircuit/core 0.0.477 → 0.0.478
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
|
@@ -9896,7 +9896,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
9896
9896
|
var package_default = {
|
|
9897
9897
|
name: "@tscircuit/core",
|
|
9898
9898
|
type: "module",
|
|
9899
|
-
version: "0.0.
|
|
9899
|
+
version: "0.0.477",
|
|
9900
9900
|
types: "dist/index.d.ts",
|
|
9901
9901
|
main: "dist/index.js",
|
|
9902
9902
|
module: "dist/index.js",
|
|
@@ -9942,7 +9942,7 @@ var package_default = {
|
|
|
9942
9942
|
"circuit-json": "^0.0.210",
|
|
9943
9943
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
9944
9944
|
"circuit-json-to-simple-3d": "^0.0.2",
|
|
9945
|
-
"circuit-to-svg": "^0.0.
|
|
9945
|
+
"circuit-to-svg": "^0.0.154",
|
|
9946
9946
|
concurrently: "^9.1.2",
|
|
9947
9947
|
debug: "^4.3.6",
|
|
9948
9948
|
"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.478",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"circuit-json": "^0.0.210",
|
|
48
48
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
49
49
|
"circuit-json-to-simple-3d": "^0.0.2",
|
|
50
|
-
"circuit-to-svg": "^0.0.
|
|
50
|
+
"circuit-to-svg": "^0.0.154",
|
|
51
51
|
"concurrently": "^9.1.2",
|
|
52
52
|
"debug": "^4.3.6",
|
|
53
53
|
"graphics-debug": "^0.0.4",
|