@tscircuit/core 0.0.1106 → 0.0.1108
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
|
@@ -18390,7 +18390,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
18390
18390
|
var package_default = {
|
|
18391
18391
|
name: "@tscircuit/core",
|
|
18392
18392
|
type: "module",
|
|
18393
|
-
version: "0.0.
|
|
18393
|
+
version: "0.0.1107",
|
|
18394
18394
|
types: "dist/index.d.ts",
|
|
18395
18395
|
main: "dist/index.js",
|
|
18396
18396
|
module: "dist/index.js",
|
|
@@ -18422,9 +18422,9 @@ var package_default = {
|
|
|
18422
18422
|
"@biomejs/biome": "^1.8.3",
|
|
18423
18423
|
"@resvg/resvg-js": "^2.6.2",
|
|
18424
18424
|
"@tscircuit/alphabet": "0.0.18",
|
|
18425
|
-
"@tscircuit/checks": "0.0.
|
|
18425
|
+
"@tscircuit/checks": "0.0.110",
|
|
18426
18426
|
"@tscircuit/capacity-autorouter": "^0.0.326",
|
|
18427
|
-
"@tscircuit/circuit-json-util": "^0.0.
|
|
18427
|
+
"@tscircuit/circuit-json-util": "^0.0.90",
|
|
18428
18428
|
"@tscircuit/common": "^0.0.20",
|
|
18429
18429
|
"@tscircuit/copper-pour-solver": "^0.0.20",
|
|
18430
18430
|
"@tscircuit/footprinter": "^0.0.321",
|
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.1108",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"@biomejs/biome": "^1.8.3",
|
|
34
34
|
"@resvg/resvg-js": "^2.6.2",
|
|
35
35
|
"@tscircuit/alphabet": "0.0.18",
|
|
36
|
-
"@tscircuit/checks": "0.0.
|
|
36
|
+
"@tscircuit/checks": "0.0.110",
|
|
37
37
|
"@tscircuit/capacity-autorouter": "^0.0.326",
|
|
38
|
-
"@tscircuit/circuit-json-util": "^0.0.
|
|
38
|
+
"@tscircuit/circuit-json-util": "^0.0.90",
|
|
39
39
|
"@tscircuit/common": "^0.0.20",
|
|
40
40
|
"@tscircuit/copper-pour-solver": "^0.0.20",
|
|
41
41
|
"@tscircuit/footprinter": "^0.0.321",
|