my website at ewancroft.uk
6
fork

Configure Feed

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

chore: allow pkgs to be public

+3
+1
packages/atproto/package.json
··· 12 12 }, 13 13 "main": "./dist/index.js", 14 14 "types": "./dist/index.d.ts", 15 + "publishConfig": { "access": "public" }, 15 16 "files": ["dist", "src"], 16 17 "scripts": { 17 18 "build": "tsc --project tsconfig.json",
+1
packages/ui/package.json
··· 13 13 }, 14 14 "svelte": "./dist/index.js", 15 15 "types": "./dist/index.d.ts", 16 + "publishConfig": { "access": "public" }, 16 17 "files": [ 17 18 "dist", 18 19 "src"
+1
packages/utils/package.json
··· 12 12 }, 13 13 "main": "./dist/index.js", 14 14 "types": "./dist/index.d.ts", 15 + "publishConfig": { "access": "public" }, 15 16 "files": ["dist", "src"], 16 17 "scripts": { 17 18 "build": "tsc --project tsconfig.json",