@tscircuit/core 0.0.1291 → 0.0.1292
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
|
@@ -22237,7 +22237,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
22237
22237
|
var package_default = {
|
|
22238
22238
|
name: "@tscircuit/core",
|
|
22239
22239
|
type: "module",
|
|
22240
|
-
version: "0.0.
|
|
22240
|
+
version: "0.0.1291",
|
|
22241
22241
|
types: "dist/index.d.ts",
|
|
22242
22242
|
main: "dist/index.js",
|
|
22243
22243
|
module: "dist/index.js",
|
|
@@ -22271,7 +22271,7 @@ var package_default = {
|
|
|
22271
22271
|
"@tscircuit/alphabet": "0.0.25",
|
|
22272
22272
|
"@tscircuit/breakout-point-solver": "github:tscircuit/breakout-point-solver#bac9629",
|
|
22273
22273
|
"@tscircuit/capacity-autorouter": "^0.0.529",
|
|
22274
|
-
"@tscircuit/checks": "0.0.
|
|
22274
|
+
"@tscircuit/checks": "0.0.137",
|
|
22275
22275
|
"@tscircuit/circuit-json-util": "^0.0.95",
|
|
22276
22276
|
"@tscircuit/common": "^0.0.20",
|
|
22277
22277
|
"@tscircuit/copper-pour-solver": "^0.0.29",
|
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.1292",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@tscircuit/alphabet": "0.0.25",
|
|
36
36
|
"@tscircuit/breakout-point-solver": "github:tscircuit/breakout-point-solver#bac9629",
|
|
37
37
|
"@tscircuit/capacity-autorouter": "^0.0.529",
|
|
38
|
-
"@tscircuit/checks": "0.0.
|
|
38
|
+
"@tscircuit/checks": "0.0.137",
|
|
39
39
|
"@tscircuit/circuit-json-util": "^0.0.95",
|
|
40
40
|
"@tscircuit/common": "^0.0.20",
|
|
41
41
|
"@tscircuit/copper-pour-solver": "^0.0.29",
|