@tscircuit/core 0.0.347 → 0.0.348
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
|
@@ -7264,7 +7264,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
7264
7264
|
var package_default = {
|
|
7265
7265
|
name: "@tscircuit/core",
|
|
7266
7266
|
type: "module",
|
|
7267
|
-
version: "0.0.
|
|
7267
|
+
version: "0.0.347",
|
|
7268
7268
|
types: "dist/index.d.ts",
|
|
7269
7269
|
main: "dist/index.js",
|
|
7270
7270
|
module: "dist/index.js",
|
|
@@ -7316,7 +7316,7 @@ var package_default = {
|
|
|
7316
7316
|
},
|
|
7317
7317
|
dependencies: {
|
|
7318
7318
|
"@lume/kiwi": "^0.4.3",
|
|
7319
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
7319
|
+
"@tscircuit/capacity-autorouter": "^0.0.20",
|
|
7320
7320
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
7321
7321
|
"@tscircuit/math-utils": "^0.0.9",
|
|
7322
7322
|
"@tscircuit/props": "^0.0.159",
|
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.348",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@lume/kiwi": "^0.4.3",
|
|
56
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
56
|
+
"@tscircuit/capacity-autorouter": "^0.0.20",
|
|
57
57
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
58
58
|
"@tscircuit/math-utils": "^0.0.9",
|
|
59
59
|
"@tscircuit/props": "^0.0.159",
|