this repo has no description
0
fork

Configure Feed

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

package updates

alice b06d6b4e 24d56749

+22 -22
+2 -2
package.json
··· 13 13 "build": "tsc" 14 14 }, 15 15 "dependencies": { 16 - "@atproto/api": "^0.3.7", 16 + "@atproto/api": "^0.3.8", 17 17 "@atproto/did-resolver": "^0.1.0", 18 18 "@atproto/lexicon": "^0.1.0", 19 19 "@atproto/repo": "^0.1.0", ··· 27 27 "devDependencies": { 28 28 "@flydotio/dockerfile": "^0.2.7", 29 29 "@types/express": "^4.17.17", 30 - "@types/node": "^20.2.3", 30 + "@types/node": "^20.2.4", 31 31 "@types/pg": "^8.10.1", 32 32 "@typescript-eslint/eslint-plugin": "^5.59.7", 33 33 "@typescript-eslint/parser": "^5.59.7",
+20 -20
pnpm-lock.yaml
··· 2 2 3 3 dependencies: 4 4 '@atproto/api': 5 - specifier: ^0.3.7 6 - version: 0.3.7 5 + specifier: ^0.3.8 6 + version: 0.3.8 7 7 '@atproto/did-resolver': 8 8 specifier: ^0.1.0 9 9 version: 0.1.0 ··· 40 40 specifier: ^4.17.17 41 41 version: 4.17.17 42 42 '@types/node': 43 - specifier: ^20.2.3 44 - version: 20.2.3 43 + specifier: ^20.2.4 44 + version: 20.2.4 45 45 '@types/pg': 46 46 specifier: ^8.10.1 47 47 version: 8.10.1 ··· 56 56 version: 8.41.0 57 57 ts-node: 58 58 specifier: ^10.9.1 59 - version: 10.9.1(@types/node@20.2.3)(typescript@5.0.4) 59 + version: 10.9.1(@types/node@20.2.4)(typescript@5.0.4) 60 60 typescript: 61 61 specifier: ^5.0.4 62 62 version: 5.0.4 63 63 64 64 packages: 65 65 66 - /@atproto/api@0.3.7: 67 - resolution: {integrity: sha512-JHN3rHNGro4AaJWU64hsmpTUzd2+FbfMBiDkqyBmoKtj972ueBJeH8tz6WdnPcsIRfCj1kRthKFj2yJwgt6aSQ==} 66 + /@atproto/api@0.3.8: 67 + resolution: {integrity: sha512-7qaIZGEP5J9FW4z8bXezzAmLRzHSXXHo6bWP9Jyu5MLp8tYt9vG6yR2N0QA7GvO0xSYqP87Q5vblPjYXGqtDKg==} 68 68 dependencies: 69 69 '@atproto/common-web': 0.1.0 70 70 '@atproto/uri': 0.0.2 ··· 384 384 resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} 385 385 dependencies: 386 386 '@types/connect': 3.4.35 387 - '@types/node': 20.2.3 387 + '@types/node': 20.2.4 388 388 dev: true 389 389 390 390 /@types/connect@3.4.35: 391 391 resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} 392 392 dependencies: 393 - '@types/node': 20.2.3 393 + '@types/node': 20.2.4 394 394 dev: true 395 395 396 396 /@types/express-serve-static-core@4.17.35: 397 397 resolution: {integrity: sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg==} 398 398 dependencies: 399 - '@types/node': 20.2.3 399 + '@types/node': 20.2.4 400 400 '@types/qs': 6.9.7 401 401 '@types/range-parser': 1.2.4 402 402 '@types/send': 0.17.1 ··· 411 411 '@types/serve-static': 1.15.1 412 412 dev: true 413 413 414 - /@types/json-schema@7.0.11: 415 - resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==} 414 + /@types/json-schema@7.0.12: 415 + resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==} 416 416 dev: true 417 417 418 418 /@types/mime@1.3.2: ··· 423 423 resolution: {integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==} 424 424 dev: true 425 425 426 - /@types/node@20.2.3: 427 - resolution: {integrity: sha512-pg9d0yC4rVNWQzX8U7xb4olIOFuuVL9za3bzMT2pu2SU0SNEi66i2qrvhE2qt0HvkhuCaWJu7pLNOt/Pj8BIrw==} 426 + /@types/node@20.2.4: 427 + resolution: {integrity: sha512-ni5f8Xlf4PwnT/Z3f0HURc3ZSw8UyrqMqmM3L5ysa7VjHu8c3FOmIo1nKCcLrV/OAmtf3N4kFna/aJqxsfEtnA==} 428 428 dev: true 429 429 430 430 /@types/pg@8.10.1: 431 431 resolution: {integrity: sha512-AmEHA/XxMxemQom5iDwP62FYNkv+gDDnetRG7v2N2dPtju7UKI7FknUimcZo7SodKTHtckYPzaTqUEvUKbVJEA==} 432 432 dependencies: 433 - '@types/node': 20.2.3 433 + '@types/node': 20.2.4 434 434 pg-protocol: 1.6.0 435 435 pg-types: 4.0.1 436 436 dev: true ··· 451 451 resolution: {integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==} 452 452 dependencies: 453 453 '@types/mime': 1.3.2 454 - '@types/node': 20.2.3 454 + '@types/node': 20.2.4 455 455 dev: true 456 456 457 457 /@types/serve-static@1.15.1: 458 458 resolution: {integrity: sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==} 459 459 dependencies: 460 460 '@types/mime': 3.0.1 461 - '@types/node': 20.2.3 461 + '@types/node': 20.2.4 462 462 dev: true 463 463 464 464 /@typescript-eslint/eslint-plugin@5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.41.0)(typescript@5.0.4): ··· 570 570 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 571 571 dependencies: 572 572 '@eslint-community/eslint-utils': 4.4.0(eslint@8.41.0) 573 - '@types/json-schema': 7.0.11 573 + '@types/json-schema': 7.0.12 574 574 '@types/semver': 7.5.0 575 575 '@typescript-eslint/scope-manager': 5.59.7 576 576 '@typescript-eslint/types': 5.59.7 ··· 2119 2119 engines: {node: '>=0.6'} 2120 2120 dev: false 2121 2121 2122 - /ts-node@10.9.1(@types/node@20.2.3)(typescript@5.0.4): 2122 + /ts-node@10.9.1(@types/node@20.2.4)(typescript@5.0.4): 2123 2123 resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} 2124 2124 hasBin: true 2125 2125 peerDependencies: ··· 2138 2138 '@tsconfig/node12': 1.0.11 2139 2139 '@tsconfig/node14': 1.0.3 2140 2140 '@tsconfig/node16': 1.0.4 2141 - '@types/node': 20.2.3 2141 + '@types/node': 20.2.4 2142 2142 acorn: 8.8.2 2143 2143 acorn-walk: 8.2.0 2144 2144 arg: 4.1.3