@tscircuit/core 0.0.594 → 0.0.595
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
|
@@ -11228,7 +11228,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
11228
11228
|
var package_default = {
|
|
11229
11229
|
name: "@tscircuit/core",
|
|
11230
11230
|
type: "module",
|
|
11231
|
-
version: "0.0.
|
|
11231
|
+
version: "0.0.594",
|
|
11232
11232
|
types: "dist/index.d.ts",
|
|
11233
11233
|
main: "dist/index.js",
|
|
11234
11234
|
module: "dist/index.js",
|
|
@@ -11254,7 +11254,7 @@ var package_default = {
|
|
|
11254
11254
|
"@tscircuit/capacity-autorouter": "^0.0.100",
|
|
11255
11255
|
"@tscircuit/checks": "^0.0.56",
|
|
11256
11256
|
"@tscircuit/circuit-json-flex": "^0.0.1",
|
|
11257
|
-
"@tscircuit/circuit-json-util": "^0.0.
|
|
11257
|
+
"@tscircuit/circuit-json-util": "^0.0.60",
|
|
11258
11258
|
"@tscircuit/footprinter": "^0.0.204",
|
|
11259
11259
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
11260
11260
|
"@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.595",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@tscircuit/capacity-autorouter": "^0.0.100",
|
|
28
28
|
"@tscircuit/checks": "^0.0.56",
|
|
29
29
|
"@tscircuit/circuit-json-flex": "^0.0.1",
|
|
30
|
-
"@tscircuit/circuit-json-util": "^0.0.
|
|
30
|
+
"@tscircuit/circuit-json-util": "^0.0.60",
|
|
31
31
|
"@tscircuit/footprinter": "^0.0.204",
|
|
32
32
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
33
33
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|