@tscircuit/core 0.0.1287 → 0.0.1288
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
|
@@ -22044,7 +22044,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
22044
22044
|
var package_default = {
|
|
22045
22045
|
name: "@tscircuit/core",
|
|
22046
22046
|
type: "module",
|
|
22047
|
-
version: "0.0.
|
|
22047
|
+
version: "0.0.1287",
|
|
22048
22048
|
types: "dist/index.d.ts",
|
|
22049
22049
|
main: "dist/index.js",
|
|
22050
22050
|
module: "dist/index.js",
|
|
@@ -22078,7 +22078,7 @@ var package_default = {
|
|
|
22078
22078
|
"@tscircuit/alphabet": "0.0.25",
|
|
22079
22079
|
"@tscircuit/breakout-point-solver": "github:tscircuit/breakout-point-solver#bac9629",
|
|
22080
22080
|
"@tscircuit/capacity-autorouter": "^0.0.529",
|
|
22081
|
-
"@tscircuit/checks": "0.0.
|
|
22081
|
+
"@tscircuit/checks": "0.0.136",
|
|
22082
22082
|
"@tscircuit/circuit-json-util": "^0.0.95",
|
|
22083
22083
|
"@tscircuit/common": "^0.0.20",
|
|
22084
22084
|
"@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.1288",
|
|
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.136",
|
|
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",
|