Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump @atproto/api@0.12.0 (#3260)

* Bump @atproto/api@0.12.0

* Fix unit tests

authored by

Paul Frazee and committed by
GitHub
3abf302b 959121f3

+30 -32
+2
jest/jestSetup.js
··· 88 88 ReactNavigationInstrumentation: jest.fn(), 89 89 }, 90 90 })) 91 + 92 + jest.mock('crypto', () => ({}))
+1 -1
package.json
··· 44 44 "update-extensions": "scripts/updateExtensions.sh" 45 45 }, 46 46 "dependencies": { 47 - "@atproto/api": "^0.11.2", 47 + "@atproto/api": "^0.12.0", 48 48 "@bam.tech/react-native-image-resizer": "^3.0.4", 49 49 "@braintree/sanitize-url": "^6.0.2", 50 50 "@emoji-mart/react": "^1.1.1",
+27 -31
yarn.lock
··· 34 34 jsonpointer "^5.0.0" 35 35 leven "^3.1.0" 36 36 37 - "@atproto/api@^0.11.2": 38 - version "0.11.2" 39 - resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.11.2.tgz#33432cdaeff674d8b21a28601542884bbe1473b2" 40 - integrity sha512-VYpavKaEfuXhce9mP/+boZ7BNglnKSReFCRNXhFpa1KnAvWFHGsf+2jP69skEEnZ1XY4/lQhXdDzZdUIqXn2aA== 37 + "@atproto/api@^0.12.0": 38 + version "0.12.0" 39 + resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.12.0.tgz#69e52f8761dc7d76c675fa7284bd49240bb0df64" 40 + integrity sha512-nSWiad1Z6IC/oVFSVxD5gZLhkD+J4EW2CFqAqIhklJNc0cjFKdmf8D56Pac6Ktm1sJoM6TVZ8GEeuEG6bJS/aQ== 41 41 dependencies: 42 - "@atproto/common-web" "^0.2.4" 43 - "@atproto/lexicon" "^0.3.3" 44 - "@atproto/syntax" "^0.2.1" 45 - "@atproto/xrpc" "^0.4.3" 42 + "@atproto/common-web" "^0.3.0" 43 + "@atproto/lexicon" "^0.4.0" 44 + "@atproto/syntax" "^0.3.0" 45 + "@atproto/xrpc" "^0.5.0" 46 46 multiformats "^9.9.0" 47 47 tlds "^1.234.0" 48 - typed-emitter "^2.1.0" 49 - zod "^3.21.4" 50 48 51 49 "@atproto/api@^0.9.5": 52 50 version "0.9.5" ··· 144 142 uint8arrays "3.0.0" 145 143 zod "^3.21.4" 146 144 147 - "@atproto/common-web@^0.2.4": 148 - version "0.2.4" 149 - resolved "https://registry.yarnpkg.com/@atproto/common-web/-/common-web-0.2.4.tgz#a77e0a7f8f025115b3db4f7c530b934b10ab3d82" 150 - integrity sha512-6+DOhQcTklFmeiSkZRx6iFeqi4OFtGl4yEDGATk00q4tEcPoPvyOBtYHN6+G9lrfJIfx5RfmggamvXlJv1PxxA== 145 + "@atproto/common-web@^0.3.0": 146 + version "0.3.0" 147 + resolved "https://registry.yarnpkg.com/@atproto/common-web/-/common-web-0.3.0.tgz#36da8c2c31d8cf8a140c3c8f03223319bf4430bb" 148 + integrity sha512-67VnV6JJyX+ZWyjV7xFQMypAgDmjVaR9ZCuU/QW+mqlqI7fex2uL4Fv+7/jHadgzhuJHVd6OHOvNn0wR5WZYtA== 151 149 dependencies: 152 150 graphemer "^1.4.0" 153 151 multiformats "^9.9.0" ··· 255 253 multiformats "^9.9.0" 256 254 zod "^3.21.4" 257 255 258 - "@atproto/lexicon@^0.3.3": 259 - version "0.3.3" 260 - resolved "https://registry.yarnpkg.com/@atproto/lexicon/-/lexicon-0.3.3.tgz#e242bf8b024661b3312a8da5b84fe2cd627a6ab1" 261 - integrity sha512-6FOjdc3V05JKrtkhjfhHMS7f/4hMJOeHNtoE3Na7iFMpzBz0Lw5sw8kIFKY8pc8IG79qGcFgELyHLsljZYX+5A== 256 + "@atproto/lexicon@^0.4.0": 257 + version "0.4.0" 258 + resolved "https://registry.yarnpkg.com/@atproto/lexicon/-/lexicon-0.4.0.tgz#63e8829945d80c25524882caa8ed27b1151cc576" 259 + integrity sha512-RvCBKdSI4M8qWm5uTNz1z3R2yIvIhmOsMuleOj8YR6BwRD+QbtUBy3l+xQ7iXf4M5fdfJFxaUNa6Ty0iRwdKqQ== 262 260 dependencies: 263 - "@atproto/common-web" "^0.2.4" 264 - "@atproto/syntax" "^0.2.1" 261 + "@atproto/common-web" "^0.3.0" 262 + "@atproto/syntax" "^0.3.0" 265 263 iso-datestring-validator "^2.2.2" 266 264 multiformats "^9.9.0" 267 265 zod "^3.21.4" ··· 361 359 dependencies: 362 360 "@atproto/common-web" "^0.2.3" 363 361 364 - "@atproto/syntax@^0.2.1": 365 - version "0.2.1" 366 - resolved "https://registry.yarnpkg.com/@atproto/syntax/-/syntax-0.2.1.tgz#3abcb050c122e7ce80fc25b49cd7d86c63dc6c2e" 367 - integrity sha512-ImOuiICtB5h78j90hAYOfTYzr5q5Wut0irNdELiogA3i74a8EXThe+j6Tj8snanYggrShbu5c6BDc1tVj477Yw== 368 - dependencies: 369 - "@atproto/common-web" "^0.2.4" 362 + "@atproto/syntax@^0.3.0": 363 + version "0.3.0" 364 + resolved "https://registry.yarnpkg.com/@atproto/syntax/-/syntax-0.3.0.tgz#fafa2dbea9add37253005cb663e7373e05e618b3" 365 + integrity sha512-Weq0ZBxffGHDXHl9U7BQc2BFJi/e23AL+k+i5+D9hUq/bzT4yjGsrCejkjq0xt82xXDjmhhvQSZ0LqxyZ5woxA== 370 366 371 367 "@atproto/xrpc-server@^0.4.2": 372 368 version "0.4.2" ··· 393 389 "@atproto/lexicon" "^0.3.1" 394 390 zod "^3.21.4" 395 391 396 - "@atproto/xrpc@^0.4.3": 397 - version "0.4.3" 398 - resolved "https://registry.yarnpkg.com/@atproto/xrpc/-/xrpc-0.4.3.tgz#19d85cb7f343369363e664917945dec1f89fde97" 399 - integrity sha512-0rn3abHORG0T93mci8WW97Cpg2ClU2aCtTq5rxdCPRsl9P4tyP+8F4snbkrIaMbVO05Rd9D9gFwtWs5Z473pCQ== 392 + "@atproto/xrpc@^0.5.0": 393 + version "0.5.0" 394 + resolved "https://registry.yarnpkg.com/@atproto/xrpc/-/xrpc-0.5.0.tgz#dacbfd8f7b13f0ab5bd56f8fdd4b460e132a6032" 395 + integrity sha512-swu+wyOLvYW4l3n+VAuJbHcPcES+tin2Lsrp8Bw5aIXIICiuFn1YMFlwK9JwVUzTH21Py1s1nHEjr4CJeElJog== 400 396 dependencies: 401 - "@atproto/lexicon" "^0.3.3" 397 + "@atproto/lexicon" "^0.4.0" 402 398 zod "^3.21.4" 403 399 404 400 "@aws-crypto/crc32@3.0.0":