a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
99
fork

Configure Feed

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

chore(util-text): drop C source files from published package

closes https://github.com/mary-ext/atcute/pull/73

Mary 8e81a91e f608e2ad

+7 -1
+5
.changeset/six-owls-slide.md
··· 1 + --- 2 + '@atcute/util-text': patch 3 + --- 4 + 5 + drop C source files from published package
+2 -1
packages/misc/util-text/package.json
··· 9 9 }, 10 10 "files": [ 11 11 "dist/", 12 + "!dist/**/*.bench.js", 13 + "!dist/**/*.test.js", 12 14 "lib/", 13 - "src/", 14 15 "!lib/**/*.bench.ts", 15 16 "!lib/**/*.test.ts" 16 17 ],