@tscircuit/core 0.0.727 → 0.0.728
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
|
@@ -15242,7 +15242,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
15242
15242
|
var package_default = {
|
|
15243
15243
|
name: "@tscircuit/core",
|
|
15244
15244
|
type: "module",
|
|
15245
|
-
version: "0.0.
|
|
15245
|
+
version: "0.0.727",
|
|
15246
15246
|
types: "dist/index.d.ts",
|
|
15247
15247
|
main: "dist/index.js",
|
|
15248
15248
|
module: "dist/index.js",
|
|
@@ -15299,7 +15299,7 @@ var package_default = {
|
|
|
15299
15299
|
"circuit-json-to-bpc": "^0.0.13",
|
|
15300
15300
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
15301
15301
|
"circuit-json-to-simple-3d": "^0.0.8",
|
|
15302
|
-
"circuit-to-svg": "^0.0.
|
|
15302
|
+
"circuit-to-svg": "^0.0.191",
|
|
15303
15303
|
concurrently: "^9.1.2",
|
|
15304
15304
|
"connectivity-map": "^1.0.0",
|
|
15305
15305
|
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.728",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"circuit-json-to-bpc": "^0.0.13",
|
|
59
59
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
60
60
|
"circuit-json-to-simple-3d": "^0.0.8",
|
|
61
|
-
"circuit-to-svg": "^0.0.
|
|
61
|
+
"circuit-to-svg": "^0.0.191",
|
|
62
62
|
"concurrently": "^9.1.2",
|
|
63
63
|
"connectivity-map": "^1.0.0",
|
|
64
64
|
"debug": "^4.3.6",
|