@tscircuit/core 0.0.1018 → 0.0.1019
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
|
@@ -22239,7 +22239,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
22239
22239
|
var package_default = {
|
|
22240
22240
|
name: "@tscircuit/core",
|
|
22241
22241
|
type: "module",
|
|
22242
|
-
version: "0.0.
|
|
22242
|
+
version: "0.0.1018",
|
|
22243
22243
|
types: "dist/index.d.ts",
|
|
22244
22244
|
main: "dist/index.js",
|
|
22245
22245
|
module: "dist/index.js",
|
|
@@ -22272,7 +22272,7 @@ var package_default = {
|
|
|
22272
22272
|
"@resvg/resvg-js": "^2.6.2",
|
|
22273
22273
|
"@tscircuit/alphabet": "0.0.18",
|
|
22274
22274
|
"@tscircuit/capacity-autorouter": "^0.0.264",
|
|
22275
|
-
"@tscircuit/checks": "^0.0.
|
|
22275
|
+
"@tscircuit/checks": "^0.0.88",
|
|
22276
22276
|
"@tscircuit/circuit-json-util": "^0.0.77",
|
|
22277
22277
|
"@tscircuit/common": "^0.0.20",
|
|
22278
22278
|
"@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.1019",
|
|
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.264",
|
|
37
|
-
"@tscircuit/checks": "^0.0.
|
|
37
|
+
"@tscircuit/checks": "^0.0.88",
|
|
38
38
|
"@tscircuit/circuit-json-util": "^0.0.77",
|
|
39
39
|
"@tscircuit/common": "^0.0.20",
|
|
40
40
|
"@tscircuit/copper-pour-solver": "^0.0.20",
|