Suite of AT Protocol TypeScript libraries built on web standards
21
fork

Configure Feed

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

whoops

+3 -3
+1 -1
common/mod.ts
··· 1 1 /** 2 2 * # AT Protocol Common Utilities 3 3 * 4 - * Shared TypeScript code for other @atproto/* packages. 4 + * Shared TypeScript code for other @atp/* packages. 5 5 * This package is oriented towards writing servers. 6 6 */ 7 7 export * as check from "./check.ts";
+2 -2
xrpc/mod.ts
··· 6 6 * 7 7 * @example Fetching an XRPC endpoint 8 8 * ```typescript 9 - * import { LexiconDoc } from '@atproto/lexicon' 10 - * import { XrpcClient } from '@atproto/xrpc' 9 + * import { LexiconDoc } from '@atp/lexicon' 10 + * import { XrpcClient } from '@atp/xrpc' 11 11 * 12 12 * const pingLexicon = { 13 13 * lexicon: 1,