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.

chore: bump

+3 -8
+1 -1
lex/deno.json
··· 1 1 { 2 2 "name": "@atp/lex", 3 - "version": "0.1.0-alpha.5", 3 + "version": "0.1.0-alpha.6", 4 4 "exports": { 5 5 ".": "./mod.ts", 6 6 "./cbor": "./cbor/mod.ts",
+1 -6
lex/schema/typed-object.ts
··· 1 1 import { isPlainObject } from "../data/object.ts"; 2 - import type { 3 - $Type, 4 - $Typed, 5 - $TypedMaybe, 6 - Un$Typed, 7 - } from "../core.ts"; 2 + import type { $Type, $Typed, $TypedMaybe, Un$Typed } from "../core.ts"; 8 3 import { $typed } from "../core.ts"; 9 4 import { 10 5 type Infer,
+1 -1
xrpc-server/deno.json
··· 1 1 { 2 2 "name": "@atp/xrpc-server", 3 - "version": "0.1.0-alpha.10", 3 + "version": "0.1.0-alpha.11", 4 4 "exports": "./mod.ts", 5 5 "license": "MIT", 6 6 "imports": {