Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Bump @uwx/exif-be-gone-web to work on RN

uwx 8631feec ddfd0645

+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",
+6 -58
yarn.lock
··· 5176 5176 resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e" 5177 5177 integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA== 5178 5178 5179 - "@sindresorhus/merge-streams@^4.0.0": 5180 - version "4.0.0" 5181 - resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz#abb11d99aeb6d27f1b563c38147a72d50058e339" 5182 - integrity sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ== 5183 - 5184 5179 "@sinonjs/commons@^3.0.0": 5185 5180 version "3.0.0" 5186 5181 resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.0.tgz#beb434fe875d965265e04722ccfc21df7f755d72" ··· 5930 5925 "@urql/core" "^5.0.0" 5931 5926 wonka "^6.3.2" 5932 5927 5933 - "@uwx/exif-be-gone-web@1.6.5": 5934 - version "1.6.5" 5935 - resolved "https://registry.yarnpkg.com/@uwx/exif-be-gone-web/-/exif-be-gone-web-1.6.5.tgz#4956529e3fa31b4f49b0627380de15e014606789" 5936 - integrity sha512-KLcTMfusQmYPzI9cvoacm8tX/z6259AN6dBIJf31pfhQCnE23IODY0nQte1Hxxo+3uVKHBFEmg+Y0EI+gnwtQA== 5928 + "@uwx/exif-be-gone-web@1.6.6": 5929 + version "1.6.6" 5930 + resolved "https://registry.yarnpkg.com/@uwx/exif-be-gone-web/-/exif-be-gone-web-1.6.6.tgz#a2593a0dd19811a64e2386bae56d9b8343dba036" 5931 + integrity sha512-MTJ+TDh4Ez1DUVSuy1huh7DTl5HiDRfNMT7Mt6/Y/4eKGhHNlyQjcB9iyP6pg/JSh67yuF4Absux3yBfHtxTWw== 5937 5932 dependencies: 5938 5933 fflate "^0.8.2" 5939 - globby "^16.2.0" 5940 - hex-encoding "^2.0.3" 5934 + uint8-encoding "^2.0.1" 5941 5935 5942 5936 "@webassemblyjs/ast@1.11.6", "@webassemblyjs/ast@^1.11.5": 5943 5937 version "1.11.6" ··· 9404 9398 merge2 "^1.3.0" 9405 9399 micromatch "^4.0.4" 9406 9400 9407 - fast-glob@^3.3.3: 9408 - version "3.3.3" 9409 - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818" 9410 - integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg== 9411 - dependencies: 9412 - "@nodelib/fs.stat" "^2.0.2" 9413 - "@nodelib/fs.walk" "^1.2.3" 9414 - glob-parent "^5.1.2" 9415 - merge2 "^1.3.0" 9416 - micromatch "^4.0.8" 9417 - 9418 9401 fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0: 9419 9402 version "2.1.0" 9420 9403 resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" ··· 9987 9970 merge2 "^1.4.1" 9988 9971 slash "^4.0.0" 9989 9972 9990 - globby@^16.2.0: 9991 - version "16.2.0" 9992 - resolved "https://registry.yarnpkg.com/globby/-/globby-16.2.0.tgz#6ab1351fbac1d9b9e47ed423814c2ad41af308ea" 9993 - integrity sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q== 9994 - dependencies: 9995 - "@sindresorhus/merge-streams" "^4.0.0" 9996 - fast-glob "^3.3.3" 9997 - ignore "^7.0.5" 9998 - is-path-inside "^4.0.0" 9999 - slash "^5.1.0" 10000 - unicorn-magic "^0.4.0" 10001 - 10002 9973 globby@^6.1.0: 10003 9974 version "6.1.0" 10004 9975 resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c" ··· 10158 10129 integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA== 10159 10130 dependencies: 10160 10131 hermes-estree "0.25.1" 10161 - 10162 - hex-encoding@^2.0.3: 10163 - version "2.0.3" 10164 - resolved "https://registry.yarnpkg.com/hex-encoding/-/hex-encoding-2.0.3.tgz#59ecfa5c07170f29405db7c2a7633b1ad380df47" 10165 - integrity sha512-sSmMo4ij2Vejht+5UkzuzNGiYgIWTSUw0GQqxHIQXsuuXB1ozYnjCZJZ/nwWNYRoU8+92Dp736wqxmiAN6/fcw== 10166 - dependencies: 10167 - node-buffer-encoding "^1.0.3" 10168 - uint8-encoding "^2.0.1" 10169 10132 10170 10133 hls.js@^1.6.2: 10171 10134 version "1.6.2" ··· 10769 10732 dependencies: 10770 10733 path-is-inside "^1.0.2" 10771 10734 10772 - is-path-inside@^4.0.0: 10773 - version "4.0.0" 10774 - resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-4.0.0.tgz#805aeb62c47c1b12fc3fd13bfb3ed1e7430071db" 10775 - integrity sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA== 10776 - 10777 10735 is-plain-obj@^2.1.0: 10778 10736 version "2.1.0" 10779 10737 resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287" ··· 12659 12617 lower-case "^2.0.2" 12660 12618 tslib "^2.0.3" 12661 12619 12662 - node-buffer-encoding@^1.0.3: 12663 - version "1.0.3" 12664 - resolved "https://registry.yarnpkg.com/node-buffer-encoding/-/node-buffer-encoding-1.0.3.tgz#94bab4c82e8ace9e69c17771f9fe8269f9469ddd" 12665 - integrity sha512-9hJZNChhQoCN1rCFScJiEwtzvWEJw2wSnu2nhDLD/YOYl1Ce8GbtnorsnjwwjpSk4sWE7zSp2etX6j7+bO7fVA== 12666 - 12667 12620 node-fetch@2.7.0: 12668 12621 version "2.7.0" 12669 12622 resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d" ··· 15211 15164 resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7" 15212 15165 integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== 15213 15166 15214 - slash@^5.0.0, slash@^5.1.0: 15167 + slash@^5.0.0: 15215 15168 version "5.1.0" 15216 15169 resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce" 15217 15170 integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg== ··· 16215 16168 version "0.14.5" 16216 16169 resolved "https://registry.yarnpkg.com/unicode-segmenter/-/unicode-segmenter-0.14.5.tgz#c658f6dd30de172cdcd94542adc205ba43fb63c6" 16217 16170 integrity sha512-jHGmj2LUuqDcX3hqY12Ql+uhUTn8huuxNZGq7GvtF6bSybzH3aFgedYu/KTzQStEgt1Ra2F3HxadNXsNjb3m3g== 16218 - 16219 - unicorn-magic@^0.4.0: 16220 - version "0.4.0" 16221 - resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.4.0.tgz#78c6a090fd6d07abd2468b83b385603e00dfdb24" 16222 - integrity sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw== 16223 16171 16224 16172 universalify@^0.2.0: 16225 16173 version "0.2.0"