a tool for shared writing and social publishing

update @atproto/api

+23 -14
+22 -13
package-lock.json
··· 9 9 "version": "1.0.0", 10 10 "license": "ISC", 11 11 "dependencies": { 12 - "@atproto/api": "^0.14.2", 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 - "version": "0.14.9", 218 - "resolved": "https://registry.npmjs.org/@atproto/api/-/api-0.14.9.tgz", 219 - "integrity": "sha512-9S7Vl6gK8hmy0+Gw5AWriUsQfQYZxwW7yTK5UdPPGlmjvQP49YeSLrsxB1ZkTyrlLSG2tpYrGsN4vco6KOORAQ==", 217 + "version": "0.16.9", 218 + "resolved": "https://registry.npmjs.org/@atproto/api/-/api-0.16.9.tgz", 219 + "integrity": "sha512-hXbnBIDEIwXxxyduxxZsf0aP8Z+JKyfG7L47FZqAYOI6uNm8oBTLLrHQ2RmJZZeyMIMM17gvxNtPDoULKQfupw==", 220 220 "license": "MIT", 221 221 "dependencies": { 222 - "@atproto/common-web": "^0.4.0", 223 - "@atproto/lexicon": "^0.4.8", 224 - "@atproto/syntax": "^0.3.4", 225 - "@atproto/xrpc": "^0.6.10", 222 + "@atproto/common-web": "^0.4.3", 223 + "@atproto/lexicon": "^0.5.1", 224 + "@atproto/syntax": "^0.4.1", 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 - "node_modules/@atproto/api/node_modules/@atproto/xrpc": { 233 - "version": "0.6.12", 234 - "resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.6.12.tgz", 235 - "integrity": "sha512-Ut3iISNLujlmY9Gu8sNU+SPDJDvqlVzWddU8qUr0Yae5oD4SguaUFjjhireMGhQ3M5E0KljQgDbTmnBo1kIZ3w==", 232 + "node_modules/@atproto/api/node_modules/@atproto/lexicon": { 233 + "version": "0.5.1", 234 + "resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.5.1.tgz", 235 + "integrity": "sha512-y8AEtYmfgVl4fqFxqXAeGvhesiGkxiy3CWoJIfsFDDdTlZUC8DFnZrYhcqkIop3OlCkkljvpSJi1hbeC1tbi8A==", 236 236 "license": "MIT", 237 237 "dependencies": { 238 - "@atproto/lexicon": "^0.4.10", 238 + "@atproto/common-web": "^0.4.3", 239 + "@atproto/syntax": "^0.4.1", 240 + "iso-datestring-validator": "^2.2.2", 241 + "multiformats": "^9.9.0", 239 242 "zod": "^3.23.8" 240 243 } 244 + }, 245 + "node_modules/@atproto/api/node_modules/@atproto/syntax": { 246 + "version": "0.4.1", 247 + "resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.4.1.tgz", 248 + "integrity": "sha512-CJdImtLAiFO+0z3BWTtxwk6aY5w4t8orHTMVJgkf++QRJWTxPbIFko/0hrkADB7n2EruDxDSeAgfUGehpH6ngw==", 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 - "@atproto/api": "^0.14.2", 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",