Skip to content

Commit

Permalink
build(imago): update deps & imports (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 20, 2024
1 parent 78271bc commit 5131a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/imago/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.6",
"@thi.ng/associative": "^6.3.65",
"@thi.ng/blurhash": "^0.1.29",
"@thi.ng/checks": "^3.6.8",
"@thi.ng/date": "^2.7.23",
"@thi.ng/defmulti": "^3.0.44",
"@thi.ng/errors": "^2.5.12",
"@thi.ng/file-io": "^2.1.7",
"@thi.ng/logger": "^3.0.16",
"@thi.ng/object-utils": "^1.0.0",
"@thi.ng/pixel": "^6.1.37",
"@thi.ng/pixel-dither": "^1.1.135",
"@thi.ng/prefixes": "^2.3.23",
Expand Down
2 changes: 1 addition & 1 deletion packages/imago/src/ops/exif.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { meldDeepObj } from "@thi.ng/associative";
import { meldDeepObj } from "@thi.ng/object-utils";
import type { EXIFSpec, Processor } from "../api.js";

export const exifProc: Processor = async (spec, input, ctx) => {
Expand Down

0 comments on commit 5131a85

Please sign in to comment.