this repo has no description
0
fork

Configure Feed

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

Move atcute types packages from devDeps to deps

futurGH 043696ab 2f516c6d

+18 -18
+3 -3
package.json
··· 26 26 "./scripts": "./dist/scripts/index.js" 27 27 }, 28 28 "devDependencies": { 29 - "@atcute/bluesky": "^1.0.7", 30 - "@atcute/ozone": "^1.0.4", 31 29 "@types/better-sqlite3": "^7.6.11", 32 30 "@types/node": "^20.11.19", 33 31 "@types/prompts": "^2.4.9", ··· 39 37 "typescript": "^5.5.4" 40 38 }, 41 39 "dependencies": { 42 - "@atcute/cbor": "^1.0.0", 40 + "@atcute/bluesky": "^1.0.7", 41 + "@atcute/ozone": "^1.0.4", 42 + "@atcute/cbor": "^1.0.2", 43 43 "@atcute/client": "^2.0.3", 44 44 "@fastify/websocket": "^10.0.1", 45 45 "@noble/curves": "^1.6.0",
+15 -15
pnpm-lock.yaml
··· 8 8 9 9 .: 10 10 dependencies: 11 + '@atcute/bluesky': 12 + specifier: ^1.0.7 13 + version: 1.0.7(@atcute/client@2.0.3) 11 14 '@atcute/cbor': 12 - specifier: ^1.0.0 13 - version: 1.0.0 15 + specifier: ^1.0.2 16 + version: 1.0.2 14 17 '@atcute/client': 15 18 specifier: ^2.0.3 16 19 version: 2.0.3 20 + '@atcute/ozone': 21 + specifier: ^1.0.4 22 + version: 1.0.4(@atcute/bluesky@1.0.7(@atcute/client@2.0.3))(@atcute/client@2.0.3) 17 23 '@fastify/websocket': 18 24 specifier: ^10.0.1 19 25 version: 10.0.1 ··· 36 42 specifier: ^5.1.0 37 43 version: 5.1.0 38 44 devDependencies: 39 - '@atcute/bluesky': 40 - specifier: ^1.0.7 41 - version: 1.0.7(@atcute/client@2.0.3) 42 - '@atcute/ozone': 43 - specifier: ^1.0.4 44 - version: 1.0.4(@atcute/bluesky@1.0.7(@atcute/client@2.0.3))(@atcute/client@2.0.3) 45 45 '@types/better-sqlite3': 46 46 specifier: ^7.6.11 47 47 version: 7.6.11 ··· 84 84 peerDependencies: 85 85 '@atcute/client': ^1.0.0 || ^2.0.0 86 86 87 - '@atcute/cbor@1.0.0': 88 - resolution: {integrity: sha512-aHbURHim6cem7ZRLYg+Q9CkbGAPAV9P2pms7V/p5OkpP/dAb7RgoFwf49vg1454xrCtfFOhCtheUnmxLROdG3Q==} 87 + '@atcute/cbor@1.0.2': 88 + resolution: {integrity: sha512-yuLzYCwWIv5qHwmecNqaWZE2ZQ7YDnX61l/exBGqtCO9wy70NLetembjukagJOn7beJ6Uf6mW90cMpETYCItLw==} 89 89 90 - '@atcute/cid@1.0.0': 91 - resolution: {integrity: sha512-JnWv3sg48zDBP318ErPYPI482Vw1Nm7e7WG+VYGSLRLp56b9LgcIh28p28gEmPtmsnM9hTAkKvJdi+CAkNDQUA==} 90 + '@atcute/cid@1.0.1': 91 + resolution: {integrity: sha512-92Cor2ruS7y+/wdFutp2qFDjJj4mTcO7HdZ/BhTQRg/nzWdAnTann5DAmYjD+IWRaXd5SYk4dOZnDt4lsGofzg==} 92 92 93 93 '@atcute/client@2.0.3': 94 94 resolution: {integrity: sha512-j9GryA5l+4F0BTQWa6/1XmsuSPSq+bqNCY3mrHUGD592hMqUZxgpYDLgRWL+719V287AW/56AwvFYlbjlENp7A==} ··· 1019 1019 dependencies: 1020 1020 '@atcute/client': 2.0.3 1021 1021 1022 - '@atcute/cbor@1.0.0': 1022 + '@atcute/cbor@1.0.2': 1023 1023 dependencies: 1024 1024 '@atcute/base32': 1.0.0 1025 - '@atcute/cid': 1.0.0 1025 + '@atcute/cid': 1.0.1 1026 1026 fp16: 0.3.0 1027 1027 1028 - '@atcute/cid@1.0.0': 1028 + '@atcute/cid@1.0.1': 1029 1029 dependencies: 1030 1030 '@atcute/base32': 1.0.0 1031 1031 '@atcute/varint': 1.0.0