a web app for declaring if an atproto account is automated + package for the lexicon jsr.io/@voyager/autonomy-lexicon
atprotocol lexicon

Update @atproto/api to latest version

Changed files
+12 -20
+2 -7
deno.json
··· 7 7 "publish:lexicon": "deno run --env --allow-net --allow-read --allow-env scripts/publish_lexicon.ts" 8 8 }, 9 9 "imports": { 10 - "@atproto/api": "npm:@atproto/api@^0.13.0" 10 + "@atproto/api": "npm:@atproto/api" 11 11 }, 12 12 "publish": { 13 - "exclude": [ 14 - "client/", 15 - "scripts/", 16 - ".env", 17 - ".env.example" 18 - ] 13 + "exclude": ["client/", "scripts/", ".env", ".env.example"] 19 14 } 20 15 }
+10 -13
deno.lock
··· 1 1 { 2 2 "version": "5", 3 3 "specifiers": { 4 - "npm:@atproto/api@0.13": "0.13.35" 4 + "npm:@atproto/api@*": "0.17.2" 5 5 }, 6 6 "npm": { 7 - "@atproto/api@0.13.35": { 8 - "integrity": "sha512-vsEfBj0C333TLjDppvTdTE0IdKlXuljKSveAeI4PPx/l6eUKNnDTsYxvILtXUVzwUlTDmSRqy5O4Ryh78n1b7g==", 7 + "@atproto/api@0.17.2": { 8 + "integrity": "sha512-luRY9YPaRQFpm3v7a1bTOaekQ/KPCG3gb0jVyaOtfMXDSfIZJh9lr9MtmGPdEp7AvfE8urkngZ+V/p8Ial3z2g==", 9 9 "dependencies": [ 10 10 "@atproto/common-web", 11 11 "@atproto/lexicon", 12 - "@atproto/syntax@0.3.4", 12 + "@atproto/syntax", 13 13 "@atproto/xrpc", 14 14 "await-lock", 15 15 "multiformats", ··· 26 26 "zod" 27 27 ] 28 28 }, 29 - "@atproto/lexicon@0.4.14": { 30 - "integrity": "sha512-jiKpmH1QER3Gvc7JVY5brwrfo+etFoe57tKPQX/SmPwjvUsFnJAow5xLIryuBaJgFAhnTZViXKs41t//pahGHQ==", 29 + "@atproto/lexicon@0.5.1": { 30 + "integrity": "sha512-y8AEtYmfgVl4fqFxqXAeGvhesiGkxiy3CWoJIfsFDDdTlZUC8DFnZrYhcqkIop3OlCkkljvpSJi1hbeC1tbi8A==", 31 31 "dependencies": [ 32 32 "@atproto/common-web", 33 - "@atproto/syntax@0.4.1", 33 + "@atproto/syntax", 34 34 "iso-datestring-validator", 35 35 "multiformats", 36 36 "zod" 37 37 ] 38 - }, 39 - "@atproto/syntax@0.3.4": { 40 - "integrity": "sha512-8CNmi5DipOLaVeSMPggMe7FCksVag0aO6XZy9WflbduTKM4dFZVCs4686UeMLfGRXX+X966XgwECHoLYrovMMg==" 41 38 }, 42 39 "@atproto/syntax@0.4.1": { 43 40 "integrity": "sha512-CJdImtLAiFO+0z3BWTtxwk6aY5w4t8orHTMVJgkf++QRJWTxPbIFko/0hrkADB7n2EruDxDSeAgfUGehpH6ngw==" 44 41 }, 45 - "@atproto/xrpc@0.6.12": { 46 - "integrity": "sha512-Ut3iISNLujlmY9Gu8sNU+SPDJDvqlVzWddU8qUr0Yae5oD4SguaUFjjhireMGhQ3M5E0KljQgDbTmnBo1kIZ3w==", 42 + "@atproto/xrpc@0.7.5": { 43 + "integrity": "sha512-MUYNn5d2hv8yVegRL0ccHvTHAVj5JSnW07bkbiaz96UH45lvYNRVwt44z+yYVnb0/mvBzyD3/ZQ55TRGt7fHkA==", 47 44 "dependencies": [ 48 45 "@atproto/lexicon", 49 46 "zod" ··· 77 74 }, 78 75 "workspace": { 79 76 "dependencies": [ 80 - "npm:@atproto/api@0.13" 77 + "npm:@atproto/api@*" 81 78 ] 82 79 } 83 80 }