@tscircuit/core 0.0.360 → 0.0.361
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
|
@@ -7332,7 +7332,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
7332
7332
|
var package_default = {
|
|
7333
7333
|
name: "@tscircuit/core",
|
|
7334
7334
|
type: "module",
|
|
7335
|
-
version: "0.0.
|
|
7335
|
+
version: "0.0.360",
|
|
7336
7336
|
types: "dist/index.d.ts",
|
|
7337
7337
|
main: "dist/index.js",
|
|
7338
7338
|
module: "dist/index.js",
|
|
@@ -7384,7 +7384,7 @@ var package_default = {
|
|
|
7384
7384
|
},
|
|
7385
7385
|
dependencies: {
|
|
7386
7386
|
"@lume/kiwi": "^0.4.3",
|
|
7387
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
7387
|
+
"@tscircuit/capacity-autorouter": "^0.0.49",
|
|
7388
7388
|
"@tscircuit/checks": "^0.0.30",
|
|
7389
7389
|
"@tscircuit/circuit-json-util": "^0.0.45",
|
|
7390
7390
|
"@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.361",
|
|
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.49",
|
|
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",
|