@tscircuit/core 0.0.356 → 0.0.357
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
|
@@ -7321,7 +7321,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
7321
7321
|
var package_default = {
|
|
7322
7322
|
name: "@tscircuit/core",
|
|
7323
7323
|
type: "module",
|
|
7324
|
-
version: "0.0.
|
|
7324
|
+
version: "0.0.356",
|
|
7325
7325
|
types: "dist/index.d.ts",
|
|
7326
7326
|
main: "dist/index.js",
|
|
7327
7327
|
module: "dist/index.js",
|
|
@@ -7373,7 +7373,7 @@ var package_default = {
|
|
|
7373
7373
|
},
|
|
7374
7374
|
dependencies: {
|
|
7375
7375
|
"@lume/kiwi": "^0.4.3",
|
|
7376
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
7376
|
+
"@tscircuit/capacity-autorouter": "^0.0.42",
|
|
7377
7377
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
7378
7378
|
"@tscircuit/math-utils": "^0.0.9",
|
|
7379
7379
|
"@tscircuit/props": "^0.0.163",
|
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.357",
|
|
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.42",
|
|
57
57
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
58
58
|
"@tscircuit/math-utils": "^0.0.9",
|
|
59
59
|
"@tscircuit/props": "^0.0.163",
|