@tscircuit/core 0.0.1332 → 0.0.1333

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -23761,7 +23761,7 @@ import { identity as identity5 } from "transformation-matrix";
23761
23761
  var package_default = {
23762
23762
  name: "@tscircuit/core",
23763
23763
  type: "module",
23764
- version: "0.0.1331",
23764
+ version: "0.0.1332",
23765
23765
  types: "dist/index.d.ts",
23766
23766
  main: "dist/index.js",
23767
23767
  module: "dist/index.js",
@@ -23800,7 +23800,7 @@ var package_default = {
23800
23800
  "@tscircuit/common": "^0.0.20",
23801
23801
  "@tscircuit/copper-pour-solver": "^0.0.29",
23802
23802
  "@tscircuit/footprinter": "^0.0.357",
23803
- "@tscircuit/image-utils": "^0.0.6",
23803
+ "@tscircuit/image-utils": "^0.0.7",
23804
23804
  "@tscircuit/infer-cable-insertion-point": "^0.0.2",
23805
23805
  "@tscircuit/infgrid-ijump-astar": "^0.0.35",
23806
23806
  "@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.1332",
4
+ "version": "0.0.1333",
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.6",
43
+ "@tscircuit/image-utils": "^0.0.7",
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",