tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
291
fork
atom
a tool for shared writing and social publishing
291
fork
atom
overview
issues
27
pulls
pipelines
update atproto sync
awarm.space
6 months ago
77faadfd
03985522
+24
-24
2 changed files
expand all
collapse all
unified
split
package-lock.json
package.json
+23
-23
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
16
-
"@atproto/sync": "^0.1.29",
16
16
+
"@atproto/sync": "^0.1.32",
17
17
"@atproto/syntax": "^0.3.3",
18
18
"@atproto/xrpc": "^0.6.9",
19
19
"@atproto/xrpc-server": "^0.7.19",
···
381
381
}
382
382
},
383
383
"node_modules/@atproto/lexicon": {
384
384
-
"version": "0.4.12",
385
385
-
"resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.4.12.tgz",
386
386
-
"integrity": "sha512-fcEvEQ1GpQYF5igZ4IZjPWEoWVpsEF22L9RexxLS3ptfySXLflEyH384e7HITzO/73McDeaJx3lqHIuqn9ulnw==",
384
384
+
"version": "0.4.14",
385
385
+
"resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.4.14.tgz",
386
386
+
"integrity": "sha512-jiKpmH1QER3Gvc7JVY5brwrfo+etFoe57tKPQX/SmPwjvUsFnJAow5xLIryuBaJgFAhnTZViXKs41t//pahGHQ==",
387
387
"license": "MIT",
388
388
"dependencies": {
389
389
"@atproto/common-web": "^0.4.2",
···
472
472
}
473
473
},
474
474
"node_modules/@atproto/repo": {
475
475
-
"version": "0.8.5",
476
476
-
"resolved": "https://registry.npmjs.org/@atproto/repo/-/repo-0.8.5.tgz",
477
477
-
"integrity": "sha512-QZ4UWBWDyPMXgPhktmaRYRyCXIw7lIEAyGtaFy7UmCPpJ5TtFKw3GhGrEiNz/fY3/6lrkdDj44/Tzkud/eP/VQ==",
475
475
+
"version": "0.8.7",
476
476
+
"resolved": "https://registry.npmjs.org/@atproto/repo/-/repo-0.8.7.tgz",
477
477
+
"integrity": "sha512-KFn2bDj1XfIX2BoXg4CvgUtwWKpm7gXAFd0upuDDuDtbdIDvemyq/ZzDfY4P9nBLtE6KUNZeobtKcMtveWbhkg==",
478
478
"license": "MIT",
479
479
"dependencies": {
480
480
"@atproto/common": "^0.4.11",
481
481
"@atproto/common-web": "^0.4.2",
482
482
"@atproto/crypto": "^0.4.4",
483
483
-
"@atproto/lexicon": "^0.4.12",
483
483
+
"@atproto/lexicon": "^0.4.14",
484
484
"@ipld/dag-cbor": "^7.0.0",
485
485
"multiformats": "^9.9.0",
486
486
"uint8arrays": "3.0.0",
···
498
498
"license": "(Apache-2.0 AND MIT)"
499
499
},
500
500
"node_modules/@atproto/sync": {
501
501
-
"version": "0.1.29",
502
502
-
"resolved": "https://registry.npmjs.org/@atproto/sync/-/sync-0.1.29.tgz",
503
503
-
"integrity": "sha512-tKIhbY4rfCCfinBapnGf7X276dron9A7NT7VFB1Wa9NqODjoJPGDBaRG8s9WmeeIknMgJquhRJOrYu0hQUupTQ==",
501
501
+
"version": "0.1.32",
502
502
+
"resolved": "https://registry.npmjs.org/@atproto/sync/-/sync-0.1.32.tgz",
503
503
+
"integrity": "sha512-8aXr8xyJASclXZ5WWp6p8xic1vIrNMhP1ZWYBSFl3QkyPUEmzzTJs4e1cjCVen1sPsxyLOXaVWHRMyqu621+GA==",
504
504
"license": "MIT",
505
505
"dependencies": {
506
506
"@atproto/common": "^0.4.11",
507
507
"@atproto/identity": "^0.4.8",
508
508
-
"@atproto/lexicon": "^0.4.12",
509
509
-
"@atproto/repo": "^0.8.5",
508
508
+
"@atproto/lexicon": "^0.4.14",
509
509
+
"@atproto/repo": "^0.8.7",
510
510
"@atproto/syntax": "^0.4.0",
511
511
-
"@atproto/xrpc-server": "^0.9.0",
511
511
+
"@atproto/xrpc-server": "^0.9.3",
512
512
"multiformats": "^9.9.0",
513
513
"p-queue": "^6.6.2",
514
514
"ws": "^8.12.0"
···
524
524
"license": "MIT"
525
525
},
526
526
"node_modules/@atproto/sync/node_modules/@atproto/xrpc": {
527
527
-
"version": "0.7.1",
528
528
-
"resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.7.1.tgz",
529
529
-
"integrity": "sha512-ANHEzlskYlMEdH18m+Itp3a8d0pEJao2qoDybDoMupTnoeNkya4VKIaOgAi6ERQnqatBBZyn9asW+7rJmSt/8g==",
527
527
+
"version": "0.7.3",
528
528
+
"resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.7.3.tgz",
529
529
+
"integrity": "sha512-JaJbZ4ymIJzOakR3B/B+6NyppW3oQWn06OtQq03LqVsu93Afpc8VkNtPN3QnhQcD/yYSYCu73lLsDM/ErJEk7Q==",
530
530
"license": "MIT",
531
531
"dependencies": {
532
532
-
"@atproto/lexicon": "^0.4.12",
532
532
+
"@atproto/lexicon": "^0.4.14",
533
533
"zod": "^3.23.8"
534
534
}
535
535
},
536
536
"node_modules/@atproto/sync/node_modules/@atproto/xrpc-server": {
537
537
-
"version": "0.9.0",
538
538
-
"resolved": "https://registry.npmjs.org/@atproto/xrpc-server/-/xrpc-server-0.9.0.tgz",
539
539
-
"integrity": "sha512-vREyUFx4EiOtPYfPHVF8x6vQThi/72ZkGSwxfFkFpUZp5PXCjagk3vFw0NH8GbbtQeSAPfdgrcZunfJJgLt4SQ==",
537
537
+
"version": "0.9.3",
538
538
+
"resolved": "https://registry.npmjs.org/@atproto/xrpc-server/-/xrpc-server-0.9.3.tgz",
539
539
+
"integrity": "sha512-nKQagbjNPzdapJ9HEbqeCajWC/iSatIvqs9s5OiEm3eJeSLyQUfOIwVuS5TdhcmZ96S0ALZPE8juVexTxz1pZg==",
540
540
"license": "MIT",
541
541
"dependencies": {
542
542
"@atproto/common": "^0.4.11",
543
543
"@atproto/crypto": "^0.4.4",
544
544
-
"@atproto/lexicon": "^0.4.12",
545
545
-
"@atproto/xrpc": "^0.7.1",
544
544
+
"@atproto/lexicon": "^0.4.14",
545
545
+
"@atproto/xrpc": "^0.7.3",
546
546
"cbor-x": "^1.5.1",
547
547
"express": "^4.17.2",
548
548
"http-errors": "^2.0.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
26
-
"@atproto/sync": "^0.1.29",
26
26
+
"@atproto/sync": "^0.1.32",
27
27
"@atproto/syntax": "^0.3.3",
28
28
"@atproto/xrpc": "^0.6.9",
29
29
"@atproto/xrpc-server": "^0.7.19",