@tscircuit/core 0.0.1189 → 0.0.1191
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
|
@@ -20023,7 +20023,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
20023
20023
|
var package_default = {
|
|
20024
20024
|
name: "@tscircuit/core",
|
|
20025
20025
|
type: "module",
|
|
20026
|
-
version: "0.0.
|
|
20026
|
+
version: "0.0.1190",
|
|
20027
20027
|
types: "dist/index.d.ts",
|
|
20028
20028
|
main: "dist/index.js",
|
|
20029
20029
|
module: "dist/index.js",
|
|
@@ -20057,7 +20057,7 @@ var package_default = {
|
|
|
20057
20057
|
"@tscircuit/alphabet": "0.0.25",
|
|
20058
20058
|
"@tscircuit/circuit-json-util": "^0.0.94",
|
|
20059
20059
|
"@tscircuit/capacity-autorouter": "^0.0.447",
|
|
20060
|
-
"@tscircuit/checks": "0.0.
|
|
20060
|
+
"@tscircuit/checks": "0.0.124",
|
|
20061
20061
|
"@tscircuit/common": "^0.0.20",
|
|
20062
20062
|
"@tscircuit/copper-pour-solver": "^0.0.23",
|
|
20063
20063
|
"@tscircuit/footprinter": "^0.0.351",
|
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.1191",
|
|
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/circuit-json-util": "^0.0.94",
|
|
37
37
|
"@tscircuit/capacity-autorouter": "^0.0.447",
|
|
38
|
-
"@tscircuit/checks": "0.0.
|
|
38
|
+
"@tscircuit/checks": "0.0.124",
|
|
39
39
|
"@tscircuit/common": "^0.0.20",
|
|
40
40
|
"@tscircuit/copper-pour-solver": "^0.0.23",
|
|
41
41
|
"@tscircuit/footprinter": "^0.0.351",
|