@tscircuit/core 0.0.1069 → 0.0.1070
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
|
@@ -18056,7 +18056,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
18056
18056
|
var package_default = {
|
|
18057
18057
|
name: "@tscircuit/core",
|
|
18058
18058
|
type: "module",
|
|
18059
|
-
version: "0.0.
|
|
18059
|
+
version: "0.0.1069",
|
|
18060
18060
|
types: "dist/index.d.ts",
|
|
18061
18061
|
main: "dist/index.js",
|
|
18062
18062
|
module: "dist/index.js",
|
|
@@ -18089,7 +18089,7 @@ var package_default = {
|
|
|
18089
18089
|
"@resvg/resvg-js": "^2.6.2",
|
|
18090
18090
|
"@tscircuit/alphabet": "0.0.18",
|
|
18091
18091
|
"@tscircuit/capacity-autorouter": "^0.0.299",
|
|
18092
|
-
"@tscircuit/checks": "0.0.
|
|
18092
|
+
"@tscircuit/checks": "0.0.98",
|
|
18093
18093
|
"@tscircuit/circuit-json-util": "^0.0.80",
|
|
18094
18094
|
"@tscircuit/common": "^0.0.20",
|
|
18095
18095
|
"@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.1070",
|
|
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.18",
|
|
36
36
|
"@tscircuit/capacity-autorouter": "^0.0.299",
|
|
37
|
-
"@tscircuit/checks": "0.0.
|
|
37
|
+
"@tscircuit/checks": "0.0.98",
|
|
38
38
|
"@tscircuit/circuit-json-util": "^0.0.80",
|
|
39
39
|
"@tscircuit/common": "^0.0.20",
|
|
40
40
|
"@tscircuit/copper-pour-solver": "^0.0.20",
|