@tscircuit/core 0.0.1150 → 0.0.1151
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
|
@@ -19149,7 +19149,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
19149
19149
|
var package_default = {
|
|
19150
19150
|
name: "@tscircuit/core",
|
|
19151
19151
|
type: "module",
|
|
19152
|
-
version: "0.0.
|
|
19152
|
+
version: "0.0.1150",
|
|
19153
19153
|
types: "dist/index.d.ts",
|
|
19154
19154
|
main: "dist/index.js",
|
|
19155
19155
|
module: "dist/index.js",
|
|
@@ -19182,7 +19182,7 @@ var package_default = {
|
|
|
19182
19182
|
"@resvg/resvg-js": "^2.6.2",
|
|
19183
19183
|
"@tscircuit/alphabet": "0.0.25",
|
|
19184
19184
|
"@tscircuit/capacity-autorouter": "^0.0.414",
|
|
19185
|
-
"@tscircuit/checks": "0.0.
|
|
19185
|
+
"@tscircuit/checks": "0.0.116",
|
|
19186
19186
|
"@tscircuit/circuit-json-util": "^0.0.92",
|
|
19187
19187
|
"@tscircuit/common": "^0.0.20",
|
|
19188
19188
|
"@tscircuit/copper-pour-solver": "^0.0.20",
|
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.1151",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@resvg/resvg-js": "^2.6.2",
|
|
35
35
|
"@tscircuit/alphabet": "0.0.25",
|
|
36
36
|
"@tscircuit/capacity-autorouter": "^0.0.414",
|
|
37
|
-
"@tscircuit/checks": "0.0.
|
|
37
|
+
"@tscircuit/checks": "0.0.116",
|
|
38
38
|
"@tscircuit/circuit-json-util": "^0.0.92",
|
|
39
39
|
"@tscircuit/common": "^0.0.20",
|
|
40
40
|
"@tscircuit/copper-pour-solver": "^0.0.20",
|