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.

refactor(lex-cli): upgrade to optique 1.0

Mary 49e88723 beebb2ca

+13 -13
+2 -2
packages/lexicons/lex-cli/package.json
··· 35 35 "@atcute/lexicon-resolver": "workspace:^", 36 36 "@atcute/lexicons": "workspace:^", 37 37 "@badrap/valita": "^0.4.6", 38 - "@optique/core": "^0.10.7", 39 - "@optique/run": "^0.10.7", 38 + "@optique/core": "^1.0.0", 39 + "@optique/run": "^1.0.0", 40 40 "picocolors": "^1.1.1", 41 41 "prettier": "^3.8.3" 42 42 },
+11 -11
pnpm-lock.yaml
··· 614 614 specifier: ^0.4.6 615 615 version: 0.4.6 616 616 '@optique/core': 617 - specifier: ^0.10.7 618 - version: 0.10.7 617 + specifier: ^1.0.0 618 + version: 1.0.0 619 619 '@optique/run': 620 - specifier: ^0.10.7 621 - version: 0.10.7 620 + specifier: ^1.0.0 621 + version: 1.0.0 622 622 picocolors: 623 623 specifier: ^1.1.1 624 624 version: 1.1.1 ··· 2189 2189 resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} 2190 2190 engines: {node: '>= 8'} 2191 2191 2192 - '@optique/core@0.10.7': 2193 - resolution: {integrity: sha512-FwSX8ILFqzcCqZi6Xetsa4flJp/yyqFG4d4eFD98BtqdzxxuylzdrKvsXj/ow8mcoVjYkTuaIkqHSBxonqMcQg==} 2192 + '@optique/core@1.0.0': 2193 + resolution: {integrity: sha512-8h2GgREAQl4vGFUWLxqZQty4rg36FAlMvcAHPMGEAL5IUR97qSRZohtI99vwoQ6eHIRBOyF/krnMQZGPFyoNVw==} 2194 2194 engines: {bun: '>=1.2.0', deno: '>=2.3.0', node: '>=20.0.0'} 2195 2195 2196 - '@optique/run@0.10.7': 2197 - resolution: {integrity: sha512-1CVdH8uyptj1nFGS2MLacSmZceRClez4LD/G/Gm38wrAVnJq6I+9Fvyh2bVHErsZLQzR0a12CYMUWIgDKY3X1w==} 2196 + '@optique/run@1.0.0': 2197 + resolution: {integrity: sha512-QQywmuYmCWBYaok+MTL1c+NwGHzeUrV7AsMqiWYnRKcAxGmAhKKfdY2Hofq321fZWgqOpGBGGCW8YDGEr3zhmw==} 2198 2198 engines: {bun: '>=1.2.0', deno: '>=2.3.0', node: '>=20.0.0'} 2199 2199 2200 2200 '@oxfmt/binding-android-arm-eabi@0.45.0': ··· 6033 6033 '@nodelib/fs.scandir': 2.1.5 6034 6034 fastq: 1.20.1 6035 6035 6036 - '@optique/core@0.10.7': {} 6036 + '@optique/core@1.0.0': {} 6037 6037 6038 - '@optique/run@0.10.7': 6038 + '@optique/run@1.0.0': 6039 6039 dependencies: 6040 - '@optique/core': 0.10.7 6040 + '@optique/core': 1.0.0 6041 6041 6042 6042 '@oxfmt/binding-android-arm-eabi@0.45.0': 6043 6043 optional: true