@tscircuit/core 0.0.1123 → 0.0.1125
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 +3 -3
package/dist/index.js
CHANGED
|
@@ -18681,7 +18681,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
18681
18681
|
var package_default = {
|
|
18682
18682
|
name: "@tscircuit/core",
|
|
18683
18683
|
type: "module",
|
|
18684
|
-
version: "0.0.
|
|
18684
|
+
version: "0.0.1124",
|
|
18685
18685
|
types: "dist/index.d.ts",
|
|
18686
18686
|
main: "dist/index.js",
|
|
18687
18687
|
module: "dist/index.js",
|
|
@@ -18713,7 +18713,7 @@ var package_default = {
|
|
|
18713
18713
|
"@biomejs/biome": "^1.8.3",
|
|
18714
18714
|
"@resvg/resvg-js": "^2.6.2",
|
|
18715
18715
|
"@tscircuit/alphabet": "0.0.18",
|
|
18716
|
-
"@tscircuit/checks": "0.0.
|
|
18716
|
+
"@tscircuit/checks": "0.0.114",
|
|
18717
18717
|
"@tscircuit/capacity-autorouter": "^0.0.359",
|
|
18718
18718
|
"@tscircuit/circuit-json-util": "^0.0.90",
|
|
18719
18719
|
"@tscircuit/common": "^0.0.20",
|
|
@@ -18743,7 +18743,7 @@ var package_default = {
|
|
|
18743
18743
|
"circuit-json": "^0.0.403",
|
|
18744
18744
|
"circuit-json-to-bpc": "^0.0.13",
|
|
18745
18745
|
"circuit-json-to-connectivity-map": "^0.0.23",
|
|
18746
|
-
"circuit-json-to-gltf": "^0.0.
|
|
18746
|
+
"circuit-json-to-gltf": "^0.0.91",
|
|
18747
18747
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
18748
18748
|
"circuit-json-to-spice": "^0.0.34",
|
|
18749
18749
|
"circuit-to-svg": "^0.0.337",
|
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.1125",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@biomejs/biome": "^1.8.3",
|
|
34
34
|
"@resvg/resvg-js": "^2.6.2",
|
|
35
35
|
"@tscircuit/alphabet": "0.0.18",
|
|
36
|
-
"@tscircuit/checks": "0.0.
|
|
36
|
+
"@tscircuit/checks": "0.0.114",
|
|
37
37
|
"@tscircuit/capacity-autorouter": "^0.0.359",
|
|
38
38
|
"@tscircuit/circuit-json-util": "^0.0.90",
|
|
39
39
|
"@tscircuit/common": "^0.0.20",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"circuit-json": "^0.0.403",
|
|
64
64
|
"circuit-json-to-bpc": "^0.0.13",
|
|
65
65
|
"circuit-json-to-connectivity-map": "^0.0.23",
|
|
66
|
-
"circuit-json-to-gltf": "^0.0.
|
|
66
|
+
"circuit-json-to-gltf": "^0.0.91",
|
|
67
67
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
68
68
|
"circuit-json-to-spice": "^0.0.34",
|
|
69
69
|
"circuit-to-svg": "^0.0.337",
|