tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
update @atproto/api
awarm.space
5 months ago
fd082c46
f6bde575
+23
-14
2 changed files
expand all
collapse all
unified
split
package-lock.json
package.json
+22
-13
package-lock.json
···
9
9
"version": "1.0.0",
10
10
"license": "ISC",
11
11
"dependencies": {
12
12
-
"@atproto/api": "^0.14.2",
12
12
+
"@atproto/api": "^0.16.9",
13
13
"@atproto/common": "^0.4.8",
14
14
"@atproto/identity": "^0.4.6",
15
15
"@atproto/oauth-client-node": "^0.3.8",
···
214
214
}
215
215
},
216
216
"node_modules/@atproto/api": {
217
217
-
"version": "0.14.9",
218
218
-
"resolved": "https://registry.npmjs.org/@atproto/api/-/api-0.14.9.tgz",
219
219
-
"integrity": "sha512-9S7Vl6gK8hmy0+Gw5AWriUsQfQYZxwW7yTK5UdPPGlmjvQP49YeSLrsxB1ZkTyrlLSG2tpYrGsN4vco6KOORAQ==",
217
217
+
"version": "0.16.9",
218
218
+
"resolved": "https://registry.npmjs.org/@atproto/api/-/api-0.16.9.tgz",
219
219
+
"integrity": "sha512-hXbnBIDEIwXxxyduxxZsf0aP8Z+JKyfG7L47FZqAYOI6uNm8oBTLLrHQ2RmJZZeyMIMM17gvxNtPDoULKQfupw==",
220
220
"license": "MIT",
221
221
"dependencies": {
222
222
-
"@atproto/common-web": "^0.4.0",
223
223
-
"@atproto/lexicon": "^0.4.8",
224
224
-
"@atproto/syntax": "^0.3.4",
225
225
-
"@atproto/xrpc": "^0.6.10",
222
222
+
"@atproto/common-web": "^0.4.3",
223
223
+
"@atproto/lexicon": "^0.5.1",
224
224
+
"@atproto/syntax": "^0.4.1",
225
225
+
"@atproto/xrpc": "^0.7.5",
226
226
"await-lock": "^2.2.2",
227
227
"multiformats": "^9.9.0",
228
228
"tlds": "^1.234.0",
229
229
"zod": "^3.23.8"
230
230
}
231
231
},
232
232
-
"node_modules/@atproto/api/node_modules/@atproto/xrpc": {
233
233
-
"version": "0.6.12",
234
234
-
"resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.6.12.tgz",
235
235
-
"integrity": "sha512-Ut3iISNLujlmY9Gu8sNU+SPDJDvqlVzWddU8qUr0Yae5oD4SguaUFjjhireMGhQ3M5E0KljQgDbTmnBo1kIZ3w==",
232
232
+
"node_modules/@atproto/api/node_modules/@atproto/lexicon": {
233
233
+
"version": "0.5.1",
234
234
+
"resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.5.1.tgz",
235
235
+
"integrity": "sha512-y8AEtYmfgVl4fqFxqXAeGvhesiGkxiy3CWoJIfsFDDdTlZUC8DFnZrYhcqkIop3OlCkkljvpSJi1hbeC1tbi8A==",
236
236
"license": "MIT",
237
237
"dependencies": {
238
238
-
"@atproto/lexicon": "^0.4.10",
238
238
+
"@atproto/common-web": "^0.4.3",
239
239
+
"@atproto/syntax": "^0.4.1",
240
240
+
"iso-datestring-validator": "^2.2.2",
241
241
+
"multiformats": "^9.9.0",
239
242
"zod": "^3.23.8"
240
243
}
244
244
+
},
245
245
+
"node_modules/@atproto/api/node_modules/@atproto/syntax": {
246
246
+
"version": "0.4.1",
247
247
+
"resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.4.1.tgz",
248
248
+
"integrity": "sha512-CJdImtLAiFO+0z3BWTtxwk6aY5w4t8orHTMVJgkf++QRJWTxPbIFko/0hrkADB7n2EruDxDSeAgfUGehpH6ngw==",
249
249
+
"license": "MIT"
241
250
},
242
251
"node_modules/@atproto/api/node_modules/multiformats": {
243
252
"version": "9.9.0",
+1
-1
package.json
···
19
19
"author": "",
20
20
"license": "ISC",
21
21
"dependencies": {
22
22
-
"@atproto/api": "^0.14.2",
22
22
+
"@atproto/api": "^0.16.9",
23
23
"@atproto/common": "^0.4.8",
24
24
"@atproto/identity": "^0.4.6",
25
25
"@atproto/oauth-client-node": "^0.3.8",