@tscircuit/core 0.0.370 → 0.0.371
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
|
@@ -7513,7 +7513,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
7513
7513
|
var package_default = {
|
|
7514
7514
|
name: "@tscircuit/core",
|
|
7515
7515
|
type: "module",
|
|
7516
|
-
version: "0.0.
|
|
7516
|
+
version: "0.0.370",
|
|
7517
7517
|
types: "dist/index.d.ts",
|
|
7518
7518
|
main: "dist/index.js",
|
|
7519
7519
|
module: "dist/index.js",
|
|
@@ -7565,7 +7565,7 @@ var package_default = {
|
|
|
7565
7565
|
},
|
|
7566
7566
|
dependencies: {
|
|
7567
7567
|
"@lume/kiwi": "^0.4.3",
|
|
7568
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
7568
|
+
"@tscircuit/capacity-autorouter": "^0.0.52",
|
|
7569
7569
|
"@tscircuit/checks": "^0.0.30",
|
|
7570
7570
|
"@tscircuit/circuit-json-util": "^0.0.45",
|
|
7571
7571
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
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.371",
|
|
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.52",
|
|
57
57
|
"@tscircuit/checks": "^0.0.30",
|
|
58
58
|
"@tscircuit/circuit-json-util": "^0.0.45",
|
|
59
59
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|