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

Configure Feed

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

chore(util-text): drop native binaries

closes https://github.com/mary-ext/atcute/issues/72

Mary 1b72c8c5 83ab20c0

+6 -3
+5
.changeset/pink-clubs-take.md
··· 1 + --- 2 + "@atcute/util-text": minor 3 + --- 4 + 5 + drop native binaries
+1 -3
packages/misc/util-text/package.json
··· 10 10 "files": [ 11 11 "dist/", 12 12 "lib/", 13 - "prebuilds/**/*.node", 14 13 "src/", 15 14 "!lib/**/*.bench.ts", 16 15 "!lib/**/*.test.ts" ··· 20 19 "exports": { 21 20 ".": { 22 21 "react-native": "./dist/index.rn.js", 23 - "node": "./dist/index.node.js", 24 22 "default": "./dist/index.js" 25 23 } 26 24 }, ··· 31 29 "build:native": "node build.native.js", 32 30 "build": "tsgo --project tsconfig.build.json", 33 31 "test": "vitest", 34 - "prepublish": "rm -rf dist; pnpm run build:native; pnpm run build" 32 + "prepublish": "rm -rf dist; pnpm run build" 35 33 }, 36 34 "dependencies": { 37 35 "unicode-segmenter": "^0.14.5"