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.

fix(time-ms): graceful fallback on native build failure

Mary b9fe24c5 8261c117

+6 -1
+5
.changeset/little-turtles-enjoy.md
··· 1 + --- 2 + '@atcute/time-ms': patch 3 + --- 4 + 5 + graceful fallback on native build failure
+1 -1
packages/misc/time-ms/package.json
··· 39 39 } 40 40 }, 41 41 "scripts": { 42 - "install": "node-gyp-build", 42 + "install": "node-gyp-build || exit 0", 43 43 "build:native": "prebuildify --napi --strip", 44 44 "build": "tsgo --project tsconfig.build.json", 45 45 "prepublish": "rm -rf dist; pnpm run build:native; pnpm run build"