@tscircuit/core 0.0.684 → 0.0.685
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
|
@@ -14056,7 +14056,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
14056
14056
|
var package_default = {
|
|
14057
14057
|
name: "@tscircuit/core",
|
|
14058
14058
|
type: "module",
|
|
14059
|
-
version: "0.0.
|
|
14059
|
+
version: "0.0.684",
|
|
14060
14060
|
types: "dist/index.d.ts",
|
|
14061
14061
|
main: "dist/index.js",
|
|
14062
14062
|
module: "dist/index.js",
|
|
@@ -14113,7 +14113,7 @@ var package_default = {
|
|
|
14113
14113
|
"circuit-json-to-bpc": "^0.0.13",
|
|
14114
14114
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
14115
14115
|
"circuit-json-to-simple-3d": "^0.0.6",
|
|
14116
|
-
"circuit-to-svg": "^0.0.
|
|
14116
|
+
"circuit-to-svg": "^0.0.182",
|
|
14117
14117
|
concurrently: "^9.1.2",
|
|
14118
14118
|
"connectivity-map": "^1.0.0",
|
|
14119
14119
|
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.685",
|
|
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.6",
|
|
61
|
-
"circuit-to-svg": "^0.0.
|
|
61
|
+
"circuit-to-svg": "^0.0.182",
|
|
62
62
|
"concurrently": "^9.1.2",
|
|
63
63
|
"connectivity-map": "^1.0.0",
|
|
64
64
|
"debug": "^4.3.6",
|