+66
-3
deno.lock
+66
-3
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.56": "0.3.0-beta.56",
4
6
"jsr:@deno/gfm@0.10": "0.10.0",
5
7
"jsr:@denosaurs/emoji@0.3": "0.3.1",
6
8
"jsr:@luca/esbuild-deno-loader@~0.11.1": "0.11.1",
···
8
10
"jsr:@std/assert@^1.0.13": "1.0.13",
9
11
"jsr:@std/async@^1.0.12": "1.0.12",
10
12
"jsr:@std/bytes@^1.0.2": "1.0.6",
13
+
"jsr:@std/cache@0.2": "0.2.0",
11
14
"jsr:@std/cli@^1.0.16": "1.0.20",
12
15
"jsr:@std/cli@^1.0.20": "1.0.20",
16
+
"jsr:@std/cli@^1.0.21": "1.0.21",
13
17
"jsr:@std/data-structures@^1.0.6": "1.0.7",
14
18
"jsr:@std/dotenv@*": "0.225.5",
15
19
"jsr:@std/encoding@^1.0.10": "1.0.10",
···
19
23
"jsr:@std/fs@^1.0.18": "1.0.18",
20
24
"jsr:@std/fs@^1.0.19": "1.0.19",
21
25
"jsr:@std/html@^1.0.4": "1.0.4",
22
-
"jsr:@std/http@^1.0.13": "1.0.19",
26
+
"jsr:@std/http@^1.0.13": "1.0.20",
23
27
"jsr:@std/http@^1.0.17": "1.0.19",
24
-
"jsr:@std/internal@^1.0.6": "1.0.9",
25
-
"jsr:@std/internal@^1.0.9": "1.0.9",
28
+
"jsr:@std/internal@^1.0.6": "1.0.10",
29
+
"jsr:@std/internal@^1.0.9": "1.0.10",
26
30
"jsr:@std/media-types@^1.1.0": "1.1.0",
27
31
"jsr:@std/net@^1.0.4": "1.0.4",
28
32
"jsr:@std/path@^1.0.6": "1.1.0",
···
87
91
"npm:typed-htmx@~0.3.1": "0.3.1"
88
92
},
89
93
"jsr": {
94
+
"@bigmoves/atproto-oauth-client@0.2.0": {
95
+
"integrity": "5c3ca124dd52eff51dace83790779ebe48c4b41559b799e16c8750bd415f2124",
96
+
"dependencies": [
97
+
"npm:@atproto-labs/handle-resolver-node",
98
+
"npm:@atproto-labs/simple-store",
99
+
"npm:@atproto/jwk",
100
+
"npm:@atproto/oauth-client",
101
+
"npm:@atproto/oauth-types",
102
+
"npm:jose"
103
+
]
104
+
},
105
+
"@bigmoves/bff@0.3.0-beta.56": {
106
+
"integrity": "3dd2256c79aafe0fa48e0e2790c2f85a0466e868944d596b5630e63fbdfc5ff4",
107
+
"dependencies": [
108
+
"jsr:@bigmoves/atproto-oauth-client",
109
+
"jsr:@std/assert@^1.0.13",
110
+
"jsr:@std/cache",
111
+
"jsr:@std/fmt",
112
+
"jsr:@std/http@^1.0.13",
113
+
"jsr:@std/path@^1.0.8",
114
+
"npm:@atproto/api@~0.15.7",
115
+
"npm:@atproto/common",
116
+
"npm:@atproto/identity",
117
+
"npm:@atproto/lexicon@0.4.11",
118
+
"npm:@atproto/lexicon@~0.4.11",
119
+
"npm:@atproto/oauth-client",
120
+
"npm:@atproto/syntax",
121
+
"npm:@atproto/xrpc-server@0.7.19",
122
+
"npm:clsx",
123
+
"npm:jsonwebtoken",
124
+
"npm:multiformats@^13.3.2",
125
+
"npm:preact",
126
+
"npm:preact-render-to-string",
127
+
"npm:tailwind-merge"
128
+
]
129
+
},
90
130
"@deno/gfm@0.10.0": {
91
131
"integrity": "51708205e3559a4aeb6afb29d07c5bfafe7941f91bb360351ef6621de9a39527",
92
132
"dependencies": [
···
125
165
"@std/bytes@1.0.6": {
126
166
"integrity": "f6ac6adbd8ccd99314045f5703e23af0a68d7f7e58364b47d2c7f408aeb5820a"
127
167
},
168
+
"@std/cache@0.2.0": {
169
+
"integrity": "63a2ccd5a9e7c03e430f7d34dfcfd0d0cfc90731a1eaf8208f4c66e418fc3035"
170
+
},
128
171
"@std/cli@1.0.20": {
129
172
"integrity": "a8c384a2c98cec6ec6a2055c273a916e2772485eb784af0db004c5ab8ba52333"
173
+
},
174
+
"@std/cli@1.0.21": {
175
+
"integrity": "cd25b050bdf6282e321854e3822bee624f07aca7636a3a76d95f77a3a919ca2a"
130
176
},
131
177
"@std/data-structures@1.0.7": {
132
178
"integrity": "16932d2c8d281f65eaaa2209af2473209881e33b1ced54cd1b015e7b4cdbb0d2"
···
180
226
"jsr:@std/streams"
181
227
]
182
228
},
229
+
"@std/http@1.0.20": {
230
+
"integrity": "b5cc33fc001bccce65ed4c51815668c9891c69ccd908295997e983d8f56070a1",
231
+
"dependencies": [
232
+
"jsr:@std/cli@^1.0.21",
233
+
"jsr:@std/encoding@^1.0.10",
234
+
"jsr:@std/fmt",
235
+
"jsr:@std/fs@^1.0.19",
236
+
"jsr:@std/html",
237
+
"jsr:@std/media-types",
238
+
"jsr:@std/net",
239
+
"jsr:@std/path@^1.1.1",
240
+
"jsr:@std/streams"
241
+
]
242
+
},
183
243
"@std/internal@1.0.8": {
184
244
"integrity": "fc66e846d8d38a47cffd274d80d2ca3f0de71040f855783724bb6b87f60891f5"
185
245
},
186
246
"@std/internal@1.0.9": {
187
247
"integrity": "bdfb97f83e4db7a13e8faab26fb1958d1b80cc64366501af78a0aee151696eb8"
248
+
},
249
+
"@std/internal@1.0.10": {
250
+
"integrity": "e3be62ce42cab0e177c27698e5d9800122f67b766a0bea6ca4867886cbde8cf7"
188
251
},
189
252
"@std/media-types@1.1.0": {
190
253
"integrity": "c9d093f0c05c3512932b330e3cc1fe1d627b301db33a4c2c2185c02471d6eaa4"