@tscircuit/core 0.0.570 → 0.0.572
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 +3 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -10985,7 +10985,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
10985
10985
|
var package_default = {
|
|
10986
10986
|
name: "@tscircuit/core",
|
|
10987
10987
|
type: "module",
|
|
10988
|
-
version: "0.0.
|
|
10988
|
+
version: "0.0.571",
|
|
10989
10989
|
types: "dist/index.d.ts",
|
|
10990
10990
|
main: "dist/index.js",
|
|
10991
10991
|
module: "dist/index.js",
|
|
@@ -11011,7 +11011,7 @@ var package_default = {
|
|
|
11011
11011
|
"@tscircuit/capacity-autorouter": "^0.0.93",
|
|
11012
11012
|
"@tscircuit/checks": "^0.0.56",
|
|
11013
11013
|
"@tscircuit/circuit-json-util": "^0.0.51",
|
|
11014
|
-
"@tscircuit/footprinter": "^0.0.
|
|
11014
|
+
"@tscircuit/footprinter": "^0.0.203",
|
|
11015
11015
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
11016
11016
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
11017
11017
|
"@tscircuit/log-soup": "^1.0.2",
|
|
@@ -11044,7 +11044,7 @@ var package_default = {
|
|
|
11044
11044
|
"pkg-pr-new": "^0.0.37",
|
|
11045
11045
|
react: "^19.1.0",
|
|
11046
11046
|
"react-dom": "^19.1.0",
|
|
11047
|
-
"schematic-symbols": "^0.0.
|
|
11047
|
+
"schematic-symbols": "^0.0.180",
|
|
11048
11048
|
"ts-expect": "^1.3.0",
|
|
11049
11049
|
tsup: "^8.2.4"
|
|
11050
11050
|
},
|
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.572",
|
|
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.93",
|
|
28
28
|
"@tscircuit/checks": "^0.0.56",
|
|
29
29
|
"@tscircuit/circuit-json-util": "^0.0.51",
|
|
30
|
-
"@tscircuit/footprinter": "^0.0.
|
|
30
|
+
"@tscircuit/footprinter": "^0.0.203",
|
|
31
31
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
32
32
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
33
33
|
"@tscircuit/log-soup": "^1.0.2",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"pkg-pr-new": "^0.0.37",
|
|
61
61
|
"react": "^19.1.0",
|
|
62
62
|
"react-dom": "^19.1.0",
|
|
63
|
-
"schematic-symbols": "^0.0.
|
|
63
|
+
"schematic-symbols": "^0.0.180",
|
|
64
64
|
"ts-expect": "^1.3.0",
|
|
65
65
|
"tsup": "^8.2.4"
|
|
66
66
|
},
|