@tscircuit/core 0.0.1343 → 0.0.1345
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
|
@@ -24064,7 +24064,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
24064
24064
|
var package_default = {
|
|
24065
24065
|
name: "@tscircuit/core",
|
|
24066
24066
|
type: "module",
|
|
24067
|
-
version: "0.0.
|
|
24067
|
+
version: "0.0.1344",
|
|
24068
24068
|
types: "dist/index.d.ts",
|
|
24069
24069
|
main: "dist/index.js",
|
|
24070
24070
|
module: "dist/index.js",
|
|
@@ -24103,7 +24103,7 @@ var package_default = {
|
|
|
24103
24103
|
"@tscircuit/common": "^0.0.20",
|
|
24104
24104
|
"@tscircuit/copper-pour-solver": "^0.0.29",
|
|
24105
24105
|
"@tscircuit/footprinter": "^0.0.357",
|
|
24106
|
-
"@tscircuit/image-utils": "^0.0.
|
|
24106
|
+
"@tscircuit/image-utils": "^0.0.8",
|
|
24107
24107
|
"@tscircuit/infer-cable-insertion-point": "^0.0.2",
|
|
24108
24108
|
"@tscircuit/infgrid-ijump-astar": "^0.0.35",
|
|
24109
24109
|
"@tscircuit/jlcpcb-manufacturing-specs": "git+https://github.com/tscircuit/jlcpcb-manufacturing-specs#e08af159db01a37db007e33f0a7268d0e4a279a5",
|
|
@@ -24130,7 +24130,7 @@ var package_default = {
|
|
|
24130
24130
|
"circuit-json": "^0.0.437",
|
|
24131
24131
|
"circuit-json-to-bpc": "^0.0.13",
|
|
24132
24132
|
"circuit-json-to-connectivity-map": "^0.0.23",
|
|
24133
|
-
"circuit-json-to-gltf": "^0.0.
|
|
24133
|
+
"circuit-json-to-gltf": "^0.0.104",
|
|
24134
24134
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
24135
24135
|
"circuit-json-to-spice": "^0.0.39",
|
|
24136
24136
|
"circuit-to-svg": "^0.0.357",
|
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.1345",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@tscircuit/common": "^0.0.20",
|
|
41
41
|
"@tscircuit/copper-pour-solver": "^0.0.29",
|
|
42
42
|
"@tscircuit/footprinter": "^0.0.357",
|
|
43
|
-
"@tscircuit/image-utils": "^0.0.
|
|
43
|
+
"@tscircuit/image-utils": "^0.0.8",
|
|
44
44
|
"@tscircuit/infer-cable-insertion-point": "^0.0.2",
|
|
45
45
|
"@tscircuit/infgrid-ijump-astar": "^0.0.35",
|
|
46
46
|
"@tscircuit/jlcpcb-manufacturing-specs": "git+https://github.com/tscircuit/jlcpcb-manufacturing-specs#e08af159db01a37db007e33f0a7268d0e4a279a5",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"circuit-json": "^0.0.437",
|
|
68
68
|
"circuit-json-to-bpc": "^0.0.13",
|
|
69
69
|
"circuit-json-to-connectivity-map": "^0.0.23",
|
|
70
|
-
"circuit-json-to-gltf": "^0.0.
|
|
70
|
+
"circuit-json-to-gltf": "^0.0.104",
|
|
71
71
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
72
72
|
"circuit-json-to-spice": "^0.0.39",
|
|
73
73
|
"circuit-to-svg": "^0.0.357",
|