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.

chore(lexicon-doc): fix dependency constraint

Mary 61a57f7e af96a245

+17 -33
+5
.changeset/light-laws-itch.md
··· 1 + --- 2 + '@atcute/lexicon-doc': patch 3 + --- 4 + 5 + fix dependency constraint
+2 -2
packages/lexicons/lexicon-doc/package.json
··· 28 28 "prepublish": "rm -rf dist; pnpm run build" 29 29 }, 30 30 "dependencies": { 31 - "@atcute/identity": "^1.1.3", 32 - "@atcute/lexicons": "workspace:*", 31 + "@atcute/identity": "workspace:^", 32 + "@atcute/lexicons": "workspace:^", 33 33 "@badrap/valita": "^0.4.6" 34 34 }, 35 35 "devDependencies": {
+10 -31
pnpm-lock.yaml
··· 160 160 version: 4.41.0 161 161 devDependencies: 162 162 '@atcute/atproto': 163 - specifier: ^3.1.9 164 - version: 3.1.9 163 + specifier: workspace:^ 164 + version: link:../../definitions/atproto 165 165 166 166 packages/clients/jetstream: 167 167 dependencies: ··· 531 531 packages/lexicons/lexicon-doc: 532 532 dependencies: 533 533 '@atcute/identity': 534 - specifier: ^1.1.3 535 - version: 1.1.3 534 + specifier: workspace:^ 535 + version: link:../../identity/identity 536 536 '@atcute/lexicons': 537 - specifier: workspace:* 537 + specifier: workspace:^ 538 538 version: link:../lexicons 539 539 '@badrap/valita': 540 540 specifier: ^0.4.6 ··· 935 935 936 936 packages: 937 937 938 - '@atcute/atproto@3.1.9': 939 - resolution: {integrity: sha512-DyWwHCTdR4hY2BPNbLXgVmm7lI+fceOwWbE4LXbGvbvVtSn+ejSVFaAv01Ra3kWDha0whsOmbJL8JP0QPpf1+w==} 940 - 941 938 '@atcute/atproto@file:packages/definitions/atproto': 942 939 resolution: {directory: packages/definitions/atproto, type: directory} 943 940 ··· 950 947 '@atcute/frontpage@file:packages/definitions/frontpage': 951 948 resolution: {directory: packages/definitions/frontpage, type: directory} 952 949 953 - '@atcute/identity@1.1.3': 954 - resolution: {integrity: sha512-oIqPoI8TwWeQxvcLmFEZLdN2XdWcaLVtlm8pNk0E72As9HNzzD9pwKPrLr3rmTLRIoULPPFmq9iFNsTeCIU9ng==} 955 - 956 950 '@atcute/leaflet@file:packages/definitions/leaflet': 957 951 resolution: {directory: packages/definitions/leaflet, type: directory} 958 952 959 953 '@atcute/lexicon-community@file:packages/definitions/lexicon-community': 960 954 resolution: {directory: packages/definitions/lexicon-community, type: directory} 961 - 962 - '@atcute/lexicons@1.2.5': 963 - resolution: {integrity: sha512-9yO9WdgxW8jZ7SbzUycH710z+JmsQ9W9n5S6i6eghYju32kkluFmgBeS47r8e8p2+Dv4DemS7o/3SUGsX9FR5Q==} 964 955 965 956 '@atcute/microcosm@file:packages/definitions/microcosm': 966 957 resolution: {directory: packages/definitions/microcosm, type: directory} ··· 3833 3824 3834 3825 snapshots: 3835 3826 3836 - '@atcute/atproto@3.1.9': 3837 - dependencies: 3838 - '@atcute/lexicons': 1.2.5 3839 - 3840 3827 '@atcute/atproto@file:packages/definitions/atproto': 3841 3828 dependencies: 3842 3829 '@atcute/lexicons': link:packages/lexicons/lexicons ··· 3857 3844 '@atcute/atproto': link:packages/definitions/atproto 3858 3845 '@atcute/lexicons': link:packages/lexicons/lexicons 3859 3846 3860 - '@atcute/identity@1.1.3': 3861 - dependencies: 3862 - '@atcute/lexicons': 1.2.5 3863 - '@badrap/valita': 0.4.6 3864 - 3865 3847 '@atcute/leaflet@file:packages/definitions/leaflet': 3866 3848 dependencies: 3867 3849 '@atcute/atproto': link:packages/definitions/atproto ··· 3871 3853 dependencies: 3872 3854 '@atcute/atproto': link:packages/definitions/atproto 3873 3855 '@atcute/lexicons': link:packages/lexicons/lexicons 3874 - 3875 - '@atcute/lexicons@1.2.5': 3876 - dependencies: 3877 - '@standard-schema/spec': 1.0.0 3878 - esm-env: 1.2.2 3879 3856 3880 3857 '@atcute/microcosm@file:packages/definitions/microcosm': 3881 3858 dependencies: ··· 5734 5711 5735 5712 '@types/bn.js@5.2.0': 5736 5713 dependencies: 5737 - '@types/node': 24.10.1 5714 + '@types/node': 22.19.1 5738 5715 5739 5716 '@types/bun@1.3.3': 5740 5717 dependencies: ··· 5766 5743 '@types/node@24.10.1': 5767 5744 dependencies: 5768 5745 undici-types: 7.16.0 5746 + optional: true 5769 5747 5770 5748 '@types/ws@8.18.1': 5771 5749 dependencies: ··· 6055 6033 6056 6034 bun-types@1.3.3: 6057 6035 dependencies: 6058 - '@types/node': 24.10.1 6036 + '@types/node': 22.19.1 6059 6037 6060 6038 bytes@3.1.2: {} 6061 6039 ··· 7431 7409 7432 7410 undici-types@6.21.0: {} 7433 7411 7434 - undici-types@7.16.0: {} 7412 + undici-types@7.16.0: 7413 + optional: true 7435 7414 7436 7415 undici@6.22.0: {} 7437 7416