(packageName: string)
| 61 | // ATProtocol |
| 62 | // References used to link packages to things that are not inherently atproto |
| 63 | export const PACKAGE_SUBJECT_REF = (packageName: string) => |
| 64 | `https://npmx.dev/package/${packageName}` |
| 65 | // OAuth scopes as we add new ones we need to check these on certain actions. If not redirect the user to login again to upgrade the scopes |
| 66 | export const LIKES_SCOPE = `repo:${dev.npmx.feed.like.$nsid}` |
| 67 | export const PROFILE_SCOPE = `repo:${dev.npmx.actor.profile.$nsid}` |
no outgoing calls
no test coverage detected