grain.social is a photo sharing platform built on atproto.

feat: update @bigmoves/bff dependency to version 0.3.0-beta.50 in deno.json and deno.lock

+5 -5
+1 -1
deno.json
··· 3 3 "$lexicon/": "./__generated__/", 4 4 "@atproto/api": "npm:@atproto/api@^0.15.16", 5 5 "@atproto/syntax": "npm:@atproto/syntax@^0.4.0", 6 - "@bigmoves/bff": "jsr:@bigmoves/bff@0.3.0-beta.49", 6 + "@bigmoves/bff": "jsr:@bigmoves/bff@0.3.0-beta.50", 7 7 "@std/http": "jsr:@std/http@^1.0.17", 8 8 "@std/path": "jsr:@std/path@^1.0.9", 9 9 "@tailwindcss/cli": "npm:@tailwindcss/cli@^4.1.4",
+4 -4
deno.lock
··· 2 2 "version": "5", 3 3 "specifiers": { 4 4 "jsr:@bigmoves/atproto-oauth-client@0.2": "0.2.0", 5 - "jsr:@bigmoves/bff@0.3.0-beta.49": "0.3.0-beta.49", 5 + "jsr:@bigmoves/bff@0.3.0-beta.50": "0.3.0-beta.50", 6 6 "jsr:@deno/gfm@0.10": "0.10.0", 7 7 "jsr:@denosaurs/emoji@0.3": "0.3.1", 8 8 "jsr:@luca/esbuild-deno-loader@~0.11.1": "0.11.1", ··· 100 100 "npm:jose" 101 101 ] 102 102 }, 103 - "@bigmoves/bff@0.3.0-beta.49": { 104 - "integrity": "39d13ea1b72ae47c099ad59fd8d0d04ead4234c550e98b7bdbb51737de7b3666", 103 + "@bigmoves/bff@0.3.0-beta.50": { 104 + "integrity": "ff816044b655649a22c96fc1ce7f6c1e2a4999d87b44edbec9f13f66b8504924", 105 105 "dependencies": [ 106 106 "jsr:@bigmoves/atproto-oauth-client", 107 107 "jsr:@std/assert@^1.0.13", ··· 2129 2129 }, 2130 2130 "workspace": { 2131 2131 "dependencies": [ 2132 - "jsr:@bigmoves/bff@0.3.0-beta.49", 2132 + "jsr:@bigmoves/bff@0.3.0-beta.50", 2133 2133 "jsr:@std/http@^1.0.17", 2134 2134 "jsr:@std/path@^1.0.9", 2135 2135 "npm:@atproto/api@~0.15.16",