Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

chore: update exif be gone package & atproto api patch versions

xan.lol 66a69d84 fe788646

+7 -59
+1 -1
package.json
··· 137 137 "@types/invariant": "^2.2.37", 138 138 "@types/lodash.throttle": "^4.1.9", 139 139 "@types/node": "^20.14.3", 140 - "@uwx/exif-be-gone-web": "1.6.5", 140 + "@uwx/exif-be-gone-web": "1.6.6", 141 141 "array.prototype.findlast": "^1.2.3", 142 142 "babel-plugin-transform-remove-console": "^6.9.4", 143 143 "base64-js": "^1.5.1",
patches/@atproto+api+0.18.18.patch patches/@atproto+api+0.19.6.patch
+6 -58
yarn.lock
··· 5235 5235 resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e" 5236 5236 integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA== 5237 5237 5238 - "@sindresorhus/merge-streams@^4.0.0": 5239 - version "4.0.0" 5240 - resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz#abb11d99aeb6d27f1b563c38147a72d50058e339" 5241 - integrity sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ== 5242 - 5243 5238 "@sinonjs/commons@^3.0.0": 5244 5239 version "3.0.0" 5245 5240 resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.0.tgz#beb434fe875d965265e04722ccfc21df7f755d72" ··· 5989 5984 "@urql/core" "^5.0.0" 5990 5985 wonka "^6.3.2" 5991 5986 5992 - "@uwx/exif-be-gone-web@1.6.5": 5993 - version "1.6.5" 5994 - resolved "https://registry.yarnpkg.com/@uwx/exif-be-gone-web/-/exif-be-gone-web-1.6.5.tgz#4956529e3fa31b4f49b0627380de15e014606789" 5995 - integrity sha512-KLcTMfusQmYPzI9cvoacm8tX/z6259AN6dBIJf31pfhQCnE23IODY0nQte1Hxxo+3uVKHBFEmg+Y0EI+gnwtQA== 5987 + "@uwx/exif-be-gone-web@1.6.6": 5988 + version "1.6.6" 5989 + resolved "https://registry.yarnpkg.com/@uwx/exif-be-gone-web/-/exif-be-gone-web-1.6.6.tgz#a2593a0dd19811a64e2386bae56d9b8343dba036" 5990 + integrity sha512-MTJ+TDh4Ez1DUVSuy1huh7DTl5HiDRfNMT7Mt6/Y/4eKGhHNlyQjcB9iyP6pg/JSh67yuF4Absux3yBfHtxTWw== 5996 5991 dependencies: 5997 5992 fflate "^0.8.2" 5998 - globby "^16.2.0" 5999 - hex-encoding "^2.0.3" 5993 + uint8-encoding "^2.0.1" 6000 5994 6001 5995 "@webassemblyjs/ast@1.11.6", "@webassemblyjs/ast@^1.11.5": 6002 5996 version "1.11.6" ··· 9458 9452 merge2 "^1.3.0" 9459 9453 micromatch "^4.0.4" 9460 9454 9461 - fast-glob@^3.3.3: 9462 - version "3.3.3" 9463 - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818" 9464 - integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg== 9465 - dependencies: 9466 - "@nodelib/fs.stat" "^2.0.2" 9467 - "@nodelib/fs.walk" "^1.2.3" 9468 - glob-parent "^5.1.2" 9469 - merge2 "^1.3.0" 9470 - micromatch "^4.0.8" 9471 - 9472 9455 fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0: 9473 9456 version "2.1.0" 9474 9457 resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" ··· 10032 10015 merge2 "^1.4.1" 10033 10016 slash "^4.0.0" 10034 10017 10035 - globby@^16.2.0: 10036 - version "16.2.0" 10037 - resolved "https://registry.yarnpkg.com/globby/-/globby-16.2.0.tgz#6ab1351fbac1d9b9e47ed423814c2ad41af308ea" 10038 - integrity sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q== 10039 - dependencies: 10040 - "@sindresorhus/merge-streams" "^4.0.0" 10041 - fast-glob "^3.3.3" 10042 - ignore "^7.0.5" 10043 - is-path-inside "^4.0.0" 10044 - slash "^5.1.0" 10045 - unicorn-magic "^0.4.0" 10046 - 10047 10018 globby@^6.1.0: 10048 10019 version "6.1.0" 10049 10020 resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c" ··· 10203 10174 integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA== 10204 10175 dependencies: 10205 10176 hermes-estree "0.25.1" 10206 - 10207 - hex-encoding@^2.0.3: 10208 - version "2.0.3" 10209 - resolved "https://registry.yarnpkg.com/hex-encoding/-/hex-encoding-2.0.3.tgz#59ecfa5c07170f29405db7c2a7633b1ad380df47" 10210 - integrity sha512-sSmMo4ij2Vejht+5UkzuzNGiYgIWTSUw0GQqxHIQXsuuXB1ozYnjCZJZ/nwWNYRoU8+92Dp736wqxmiAN6/fcw== 10211 - dependencies: 10212 - node-buffer-encoding "^1.0.3" 10213 - uint8-encoding "^2.0.1" 10214 10177 10215 10178 hls.js@^1.6.2: 10216 10179 version "1.6.2" ··· 10809 10772 dependencies: 10810 10773 path-is-inside "^1.0.2" 10811 10774 10812 - is-path-inside@^4.0.0: 10813 - version "4.0.0" 10814 - resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-4.0.0.tgz#805aeb62c47c1b12fc3fd13bfb3ed1e7430071db" 10815 - integrity sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA== 10816 - 10817 10775 is-plain-obj@^2.1.0: 10818 10776 version "2.1.0" 10819 10777 resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287" ··· 12687 12645 lower-case "^2.0.2" 12688 12646 tslib "^2.0.3" 12689 12647 12690 - node-buffer-encoding@^1.0.3: 12691 - version "1.0.3" 12692 - resolved "https://registry.yarnpkg.com/node-buffer-encoding/-/node-buffer-encoding-1.0.3.tgz#94bab4c82e8ace9e69c17771f9fe8269f9469ddd" 12693 - integrity sha512-9hJZNChhQoCN1rCFScJiEwtzvWEJw2wSnu2nhDLD/YOYl1Ce8GbtnorsnjwwjpSk4sWE7zSp2etX6j7+bO7fVA== 12694 - 12695 12648 node-fetch@2.7.0: 12696 12649 version "2.7.0" 12697 12650 resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d" ··· 15223 15176 resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7" 15224 15177 integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== 15225 15178 15226 - slash@^5.0.0, slash@^5.1.0: 15179 + slash@^5.0.0: 15227 15180 version "5.1.0" 15228 15181 resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce" 15229 15182 integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg== ··· 16218 16171 version "0.14.5" 16219 16172 resolved "https://registry.yarnpkg.com/unicode-segmenter/-/unicode-segmenter-0.14.5.tgz#c658f6dd30de172cdcd94542adc205ba43fb63c6" 16220 16173 integrity sha512-jHGmj2LUuqDcX3hqY12Ql+uhUTn8huuxNZGq7GvtF6bSybzH3aFgedYu/KTzQStEgt1Ra2F3HxadNXsNjb3m3g== 16221 - 16222 - unicorn-magic@^0.4.0: 16223 - version "0.4.0" 16224 - resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.4.0.tgz#78c6a090fd6d07abd2468b83b385603e00dfdb24" 16225 - integrity sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw== 16226 16174 16227 16175 universalify@^0.2.0: 16228 16176 version "0.2.0"