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

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

+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.54", 6 + "@bigmoves/bff": "jsr:@bigmoves/bff@0.3.0-beta.55", 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.54": "0.3.0-beta.54", 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", ··· 90 87 "npm:typed-htmx@~0.3.1": "0.3.1" 91 88 }, 92 89 "jsr": { 93 - "@bigmoves/atproto-oauth-client@0.2.0": { 94 - "integrity": "5c3ca124dd52eff51dace83790779ebe48c4b41559b799e16c8750bd415f2124", 95 - "dependencies": [ 96 - "npm:@atproto-labs/handle-resolver-node", 97 - "npm:@atproto-labs/simple-store", 98 - "npm:@atproto/jwk", 99 - "npm:@atproto/oauth-client", 100 - "npm:@atproto/oauth-types", 101 - "npm:jose" 102 - ] 103 - }, 104 - "@bigmoves/bff@0.3.0-beta.54": { 105 - "integrity": "b3f04813eb9039c142dfc22c7d9bba6a897a2149fd430a45405c9f2df776843a", 106 - "dependencies": [ 107 - "jsr:@bigmoves/atproto-oauth-client", 108 - "jsr:@std/assert@^1.0.13", 109 - "jsr:@std/cache", 110 - "jsr:@std/fmt", 111 - "jsr:@std/http@^1.0.13", 112 - "jsr:@std/path@^1.0.8", 113 - "npm:@atproto/api@~0.15.7", 114 - "npm:@atproto/common", 115 - "npm:@atproto/identity", 116 - "npm:@atproto/lexicon@0.4.11", 117 - "npm:@atproto/lexicon@~0.4.11", 118 - "npm:@atproto/oauth-client", 119 - "npm:@atproto/syntax", 120 - "npm:@atproto/xrpc-server@0.7.19", 121 - "npm:clsx", 122 - "npm:jsonwebtoken", 123 - "npm:multiformats@^13.3.2", 124 - "npm:preact", 125 - "npm:preact-render-to-string", 126 - "npm:tailwind-merge" 127 - ] 128 - }, 129 90 "@deno/gfm@0.10.0": { 130 91 "integrity": "51708205e3559a4aeb6afb29d07c5bfafe7941f91bb360351ef6621de9a39527", 131 92 "dependencies": [ ··· 163 124 }, 164 125 "@std/bytes@1.0.6": { 165 126 "integrity": "f6ac6adbd8ccd99314045f5703e23af0a68d7f7e58364b47d2c7f408aeb5820a" 166 - }, 167 - "@std/cache@0.2.0": { 168 - "integrity": "63a2ccd5a9e7c03e430f7d34dfcfd0d0cfc90731a1eaf8208f4c66e418fc3035" 169 127 }, 170 128 "@std/cli@1.0.20": { 171 129 "integrity": "a8c384a2c98cec6ec6a2055c273a916e2772485eb784af0db004c5ab8ba52333" ··· 2134 2092 }, 2135 2093 "workspace": { 2136 2094 "dependencies": [ 2137 - "jsr:@bigmoves/bff@0.3.0-beta.54", 2095 + "jsr:@bigmoves/bff@0.3.0-beta.55", 2138 2096 "jsr:@std/http@^1.0.17", 2139 2097 "jsr:@std/path@^1.0.9", 2140 2098 "npm:@atproto/api@~0.15.16",