@tscircuit/core 0.0.1186 → 0.0.1188
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
|
@@ -20023,7 +20023,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
20023
20023
|
var package_default = {
|
|
20024
20024
|
name: "@tscircuit/core",
|
|
20025
20025
|
type: "module",
|
|
20026
|
-
version: "0.0.
|
|
20026
|
+
version: "0.0.1187",
|
|
20027
20027
|
types: "dist/index.d.ts",
|
|
20028
20028
|
main: "dist/index.js",
|
|
20029
20029
|
module: "dist/index.js",
|
|
@@ -20057,7 +20057,7 @@ var package_default = {
|
|
|
20057
20057
|
"@tscircuit/alphabet": "0.0.25",
|
|
20058
20058
|
"@tscircuit/circuit-json-util": "^0.0.94",
|
|
20059
20059
|
"@tscircuit/capacity-autorouter": "^0.0.447",
|
|
20060
|
-
"@tscircuit/checks": "0.0.
|
|
20060
|
+
"@tscircuit/checks": "0.0.121",
|
|
20061
20061
|
"@tscircuit/common": "^0.0.20",
|
|
20062
20062
|
"@tscircuit/copper-pour-solver": "^0.0.23",
|
|
20063
20063
|
"@tscircuit/footprinter": "^0.0.351",
|
|
@@ -20086,7 +20086,7 @@ var package_default = {
|
|
|
20086
20086
|
"circuit-json": "^0.0.418",
|
|
20087
20087
|
"circuit-json-to-bpc": "^0.0.13",
|
|
20088
20088
|
"circuit-json-to-connectivity-map": "^0.0.23",
|
|
20089
|
-
"circuit-json-to-gltf": "^0.0.
|
|
20089
|
+
"circuit-json-to-gltf": "^0.0.96",
|
|
20090
20090
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
20091
20091
|
"circuit-json-to-spice": "^0.0.34",
|
|
20092
20092
|
"circuit-to-svg": "^0.0.345",
|
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.1188",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@tscircuit/alphabet": "0.0.25",
|
|
36
36
|
"@tscircuit/circuit-json-util": "^0.0.94",
|
|
37
37
|
"@tscircuit/capacity-autorouter": "^0.0.447",
|
|
38
|
-
"@tscircuit/checks": "0.0.
|
|
38
|
+
"@tscircuit/checks": "0.0.121",
|
|
39
39
|
"@tscircuit/common": "^0.0.20",
|
|
40
40
|
"@tscircuit/copper-pour-solver": "^0.0.23",
|
|
41
41
|
"@tscircuit/footprinter": "^0.0.351",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"circuit-json": "^0.0.418",
|
|
65
65
|
"circuit-json-to-bpc": "^0.0.13",
|
|
66
66
|
"circuit-json-to-connectivity-map": "^0.0.23",
|
|
67
|
-
"circuit-json-to-gltf": "^0.0.
|
|
67
|
+
"circuit-json-to-gltf": "^0.0.96",
|
|
68
68
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
69
69
|
"circuit-json-to-spice": "^0.0.34",
|
|
70
70
|
"circuit-to-svg": "^0.0.345",
|