@tscircuit/core 0.0.899 → 0.0.900
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 +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1576,7 +1576,7 @@ var PrimitiveComponent2 = class extends Renderable {
|
|
|
1576
1576
|
get [Symbol.toStringTag]() {
|
|
1577
1577
|
return this.getString();
|
|
1578
1578
|
}
|
|
1579
|
-
[Symbol.for("nodejs.util.inspect.custom")]() {
|
|
1579
|
+
[/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")]() {
|
|
1580
1580
|
return this.getString();
|
|
1581
1581
|
}
|
|
1582
1582
|
};
|
|
@@ -19265,7 +19265,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
19265
19265
|
var package_default = {
|
|
19266
19266
|
name: "@tscircuit/core",
|
|
19267
19267
|
type: "module",
|
|
19268
|
-
version: "0.0.
|
|
19268
|
+
version: "0.0.899",
|
|
19269
19269
|
types: "dist/index.d.ts",
|
|
19270
19270
|
main: "dist/index.js",
|
|
19271
19271
|
module: "dist/index.js",
|
|
@@ -19298,7 +19298,7 @@ var package_default = {
|
|
|
19298
19298
|
"@resvg/resvg-js": "^2.6.2",
|
|
19299
19299
|
"@tscircuit/capacity-autorouter": "^0.0.140",
|
|
19300
19300
|
"@tscircuit/checks": "^0.0.87",
|
|
19301
|
-
"@tscircuit/circuit-json-util": "^0.0.
|
|
19301
|
+
"@tscircuit/circuit-json-util": "^0.0.73",
|
|
19302
19302
|
"@tscircuit/common": "^0.0.20",
|
|
19303
19303
|
"@tscircuit/copper-pour-solver": "^0.0.14",
|
|
19304
19304
|
"@tscircuit/footprinter": "^0.0.236",
|
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.900",
|
|
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/capacity-autorouter": "^0.0.140",
|
|
36
36
|
"@tscircuit/checks": "^0.0.87",
|
|
37
|
-
"@tscircuit/circuit-json-util": "^0.0.
|
|
37
|
+
"@tscircuit/circuit-json-util": "^0.0.73",
|
|
38
38
|
"@tscircuit/common": "^0.0.20",
|
|
39
39
|
"@tscircuit/copper-pour-solver": "^0.0.14",
|
|
40
40
|
"@tscircuit/footprinter": "^0.0.236",
|