@tscircuit/core 0.0.1343 → 0.0.1344
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
|
@@ -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.1343",
|
|
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",
|
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.1344",
|
|
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",
|