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

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

Changed files
+2 -44
+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.50", 6 + "@bigmoves/bff": "jsr:@bigmoves/bff@0.3.0-beta.51", 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",
+1 -43
deno.lock
··· 1 1 { 2 2 "version": "5", 3 3 "specifiers": { 4 - "jsr:@bigmoves/atproto-oauth-client@0.2": "0.2.0", 5 - "jsr:@bigmoves/bff@0.3.0-beta.50": "0.3.0-beta.50", 6 4 "jsr:@deno/gfm@0.10": "0.10.0", 7 5 "jsr:@denosaurs/emoji@0.3": "0.3.1", 8 6 "jsr:@luca/esbuild-deno-loader@~0.11.1": "0.11.1", ··· 10 8 "jsr:@std/assert@^1.0.13": "1.0.13", 11 9 "jsr:@std/async@^1.0.12": "1.0.12", 12 10 "jsr:@std/bytes@^1.0.2": "1.0.6", 13 - "jsr:@std/cache@0.2": "0.2.0", 14 11 "jsr:@std/cli@^1.0.16": "1.0.20", 15 12 "jsr:@std/cli@^1.0.20": "1.0.20", 16 13 "jsr:@std/data-structures@^1.0.6": "1.0.7", ··· 89 86 "npm:typed-htmx@~0.3.1": "0.3.1" 90 87 }, 91 88 "jsr": { 92 - "@bigmoves/atproto-oauth-client@0.2.0": { 93 - "integrity": "5c3ca124dd52eff51dace83790779ebe48c4b41559b799e16c8750bd415f2124", 94 - "dependencies": [ 95 - "npm:@atproto-labs/handle-resolver-node", 96 - "npm:@atproto-labs/simple-store", 97 - "npm:@atproto/jwk", 98 - "npm:@atproto/oauth-client", 99 - "npm:@atproto/oauth-types", 100 - "npm:jose" 101 - ] 102 - }, 103 - "@bigmoves/bff@0.3.0-beta.50": { 104 - "integrity": "ff816044b655649a22c96fc1ce7f6c1e2a4999d87b44edbec9f13f66b8504924", 105 - "dependencies": [ 106 - "jsr:@bigmoves/atproto-oauth-client", 107 - "jsr:@std/assert@^1.0.13", 108 - "jsr:@std/cache", 109 - "jsr:@std/fmt", 110 - "jsr:@std/http@^1.0.13", 111 - "jsr:@std/path@^1.0.8", 112 - "npm:@atproto/api@~0.15.7", 113 - "npm:@atproto/common", 114 - "npm:@atproto/identity", 115 - "npm:@atproto/lexicon@0.4.11", 116 - "npm:@atproto/lexicon@~0.4.11", 117 - "npm:@atproto/oauth-client", 118 - "npm:@atproto/syntax", 119 - "npm:@atproto/xrpc-server@0.7.19", 120 - "npm:clsx", 121 - "npm:jsonwebtoken", 122 - "npm:multiformats@^13.3.2", 123 - "npm:preact", 124 - "npm:preact-render-to-string", 125 - "npm:tailwind-merge" 126 - ] 127 - }, 128 89 "@deno/gfm@0.10.0": { 129 90 "integrity": "51708205e3559a4aeb6afb29d07c5bfafe7941f91bb360351ef6621de9a39527", 130 91 "dependencies": [ ··· 162 123 }, 163 124 "@std/bytes@1.0.6": { 164 125 "integrity": "f6ac6adbd8ccd99314045f5703e23af0a68d7f7e58364b47d2c7f408aeb5820a" 165 - }, 166 - "@std/cache@0.2.0": { 167 - "integrity": "63a2ccd5a9e7c03e430f7d34dfcfd0d0cfc90731a1eaf8208f4c66e418fc3035" 168 126 }, 169 127 "@std/cli@1.0.20": { 170 128 "integrity": "a8c384a2c98cec6ec6a2055c273a916e2772485eb784af0db004c5ab8ba52333" ··· 2129 2087 }, 2130 2088 "workspace": { 2131 2089 "dependencies": [ 2132 - "jsr:@bigmoves/bff@0.3.0-beta.50", 2090 + "jsr:@bigmoves/bff@0.3.0-beta.51", 2133 2091 "jsr:@std/http@^1.0.17", 2134 2092 "jsr:@std/path@^1.0.9", 2135 2093 "npm:@atproto/api@~0.15.16",