a tool for shared writing and social publishing

update atproto sync

+48 -15
+47 -14
package-lock.json
··· 13 13 "@atproto/common": "^0.4.8", 14 14 "@atproto/identity": "^0.4.6", 15 15 "@atproto/oauth-client-node": "^0.2.17", 16 - "@atproto/sync": "^0.1.23", 16 + "@atproto/sync": "^0.1.29", 17 17 "@atproto/syntax": "^0.3.3", 18 18 "@atproto/xrpc": "^0.6.9", 19 19 "@atproto/xrpc-server": "^0.7.19", ··· 376 376 } 377 377 }, 378 378 "node_modules/@atproto/lexicon": { 379 - "version": "0.4.11", 380 - "resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.4.11.tgz", 381 - "integrity": "sha512-btefdnvNz2Ao2I+qbmj0F06HC8IlrM/IBz6qOBS50r0S6uDf5tOO+Mv2tSVdimFkdzyDdLtBI1sV36ONxz2cOw==", 379 + "version": "0.4.12", 380 + "resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.4.12.tgz", 381 + "integrity": "sha512-fcEvEQ1GpQYF5igZ4IZjPWEoWVpsEF22L9RexxLS3ptfySXLflEyH384e7HITzO/73McDeaJx3lqHIuqn9ulnw==", 382 382 "license": "MIT", 383 383 "dependencies": { 384 384 "@atproto/common-web": "^0.4.2", ··· 467 467 } 468 468 }, 469 469 "node_modules/@atproto/repo": { 470 - "version": "0.8.1", 471 - "resolved": "https://registry.npmjs.org/@atproto/repo/-/repo-0.8.1.tgz", 472 - "integrity": "sha512-d1NtHhXYJVJlFVI6mbVOUnpB0rnhqxPnZcALkJoYJjaDPVr4NNqRFAtrwb+GHzxT6DhijoXYQf24pKGfEFDd4g==", 470 + "version": "0.8.5", 471 + "resolved": "https://registry.npmjs.org/@atproto/repo/-/repo-0.8.5.tgz", 472 + "integrity": "sha512-QZ4UWBWDyPMXgPhktmaRYRyCXIw7lIEAyGtaFy7UmCPpJ5TtFKw3GhGrEiNz/fY3/6lrkdDj44/Tzkud/eP/VQ==", 473 473 "license": "MIT", 474 474 "dependencies": { 475 475 "@atproto/common": "^0.4.11", 476 476 "@atproto/common-web": "^0.4.2", 477 477 "@atproto/crypto": "^0.4.4", 478 - "@atproto/lexicon": "^0.4.11", 478 + "@atproto/lexicon": "^0.4.12", 479 479 "@ipld/dag-cbor": "^7.0.0", 480 480 "multiformats": "^9.9.0", 481 481 "uint8arrays": "3.0.0", ··· 493 493 "license": "(Apache-2.0 AND MIT)" 494 494 }, 495 495 "node_modules/@atproto/sync": { 496 - "version": "0.1.23", 497 - "resolved": "https://registry.npmjs.org/@atproto/sync/-/sync-0.1.23.tgz", 498 - "integrity": "sha512-1ItRNHMLMcBeTziOZpxS4Q+ha2enQce3fSiAQaCpLCQ8VTNq1D1aRR6ePZCQFzab9jDDtBz0v4FufOnMByRIeg==", 496 + "version": "0.1.29", 497 + "resolved": "https://registry.npmjs.org/@atproto/sync/-/sync-0.1.29.tgz", 498 + "integrity": "sha512-tKIhbY4rfCCfinBapnGf7X276dron9A7NT7VFB1Wa9NqODjoJPGDBaRG8s9WmeeIknMgJquhRJOrYu0hQUupTQ==", 499 499 "license": "MIT", 500 500 "dependencies": { 501 501 "@atproto/common": "^0.4.11", 502 502 "@atproto/identity": "^0.4.8", 503 - "@atproto/lexicon": "^0.4.11", 504 - "@atproto/repo": "^0.8.1", 503 + "@atproto/lexicon": "^0.4.12", 504 + "@atproto/repo": "^0.8.5", 505 505 "@atproto/syntax": "^0.4.0", 506 - "@atproto/xrpc-server": "^0.7.18", 506 + "@atproto/xrpc-server": "^0.9.0", 507 507 "multiformats": "^9.9.0", 508 508 "p-queue": "^6.6.2", 509 509 "ws": "^8.12.0" ··· 517 517 "resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.4.0.tgz", 518 518 "integrity": "sha512-b9y5ceHS8YKOfP3mdKmwAx5yVj9294UN7FG2XzP6V5aKUdFazEYRnR9m5n5ZQFKa3GNvz7de9guZCJ/sUTcOAA==", 519 519 "license": "MIT" 520 + }, 521 + "node_modules/@atproto/sync/node_modules/@atproto/xrpc": { 522 + "version": "0.7.1", 523 + "resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.7.1.tgz", 524 + "integrity": "sha512-ANHEzlskYlMEdH18m+Itp3a8d0pEJao2qoDybDoMupTnoeNkya4VKIaOgAi6ERQnqatBBZyn9asW+7rJmSt/8g==", 525 + "license": "MIT", 526 + "dependencies": { 527 + "@atproto/lexicon": "^0.4.12", 528 + "zod": "^3.23.8" 529 + } 530 + }, 531 + "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server": { 532 + "version": "0.9.0", 533 + "resolved": "https://registry.npmjs.org/@atproto/xrpc-server/-/xrpc-server-0.9.0.tgz", 534 + "integrity": "sha512-vREyUFx4EiOtPYfPHVF8x6vQThi/72ZkGSwxfFkFpUZp5PXCjagk3vFw0NH8GbbtQeSAPfdgrcZunfJJgLt4SQ==", 535 + "license": "MIT", 536 + "dependencies": { 537 + "@atproto/common": "^0.4.11", 538 + "@atproto/crypto": "^0.4.4", 539 + "@atproto/lexicon": "^0.4.12", 540 + "@atproto/xrpc": "^0.7.1", 541 + "cbor-x": "^1.5.1", 542 + "express": "^4.17.2", 543 + "http-errors": "^2.0.0", 544 + "mime-types": "^2.1.35", 545 + "rate-limiter-flexible": "^2.4.1", 546 + "uint8arrays": "3.0.0", 547 + "ws": "^8.12.0", 548 + "zod": "^3.23.8" 549 + }, 550 + "engines": { 551 + "node": ">=18.7.0" 552 + } 520 553 }, 521 554 "node_modules/@atproto/sync/node_modules/multiformats": { 522 555 "version": "9.9.0",
+1 -1
package.json
··· 23 23 "@atproto/common": "^0.4.8", 24 24 "@atproto/identity": "^0.4.6", 25 25 "@atproto/oauth-client-node": "^0.2.17", 26 - "@atproto/sync": "^0.1.23", 26 + "@atproto/sync": "^0.1.29", 27 27 "@atproto/syntax": "^0.3.3", 28 28 "@atproto/xrpc": "^0.6.9", 29 29 "@atproto/xrpc-server": "^0.7.19",