decentralised sync engine
0
fork

Configure Feed

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

feat: ws library

serenity dbc793ab ebac19d1

+32
+4
package.json
··· 15 15 "devDependencies": { 16 16 "@eslint/js": "^9.37.0", 17 17 "@types/node": "^24.7.1", 18 + "@types/ws": "^8.18.1", 18 19 "eslint": "^9.37.0", 19 20 "globals": "^16.4.0", 20 21 "jiti": "^2.6.1", ··· 24 25 "tsconfig-paths": "^4.2.0", 25 26 "typescript": "^5.9.3", 26 27 "typescript-eslint": "^8.46.0" 28 + }, 29 + "dependencies": { 30 + "ws": "^8.18.3" 27 31 } 28 32 }
+28
pnpm-lock.yaml
··· 7 7 importers: 8 8 9 9 .: 10 + dependencies: 11 + ws: 12 + specifier: ^8.18.3 13 + version: 8.18.3 10 14 devDependencies: 11 15 '@eslint/js': 12 16 specifier: ^9.37.0 ··· 14 18 '@types/node': 15 19 specifier: ^24.7.1 16 20 version: 24.7.1 21 + '@types/ws': 22 + specifier: ^8.18.1 23 + version: 8.18.1 17 24 eslint: 18 25 specifier: ^9.37.0 19 26 version: 9.37.0(jiti@2.6.1) ··· 144 151 145 152 '@types/node@24.7.1': 146 153 resolution: {integrity: sha512-CmyhGZanP88uuC5GpWU9q+fI61j2SkhO3UGMUdfYRE6Bcy0ccyzn1Rqj9YAB/ZY4kOXmNf0ocah5GtphmLMP6Q==} 154 + 155 + '@types/ws@8.18.1': 156 + resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==} 147 157 148 158 '@typescript-eslint/eslint-plugin@8.46.0': 149 159 resolution: {integrity: sha512-hA8gxBq4ukonVXPy0OKhiaUh/68D0E88GSmtC1iAEnGaieuDi38LhS7jdCHRLi6ErJBNDGCzvh5EnzdPwUc0DA==} ··· 701 711 resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} 702 712 engines: {node: '>=0.10.0'} 703 713 714 + ws@8.18.3: 715 + resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==} 716 + engines: {node: '>=10.0.0'} 717 + peerDependencies: 718 + bufferutil: ^4.0.1 719 + utf-8-validate: '>=5.0.2' 720 + peerDependenciesMeta: 721 + bufferutil: 722 + optional: true 723 + utf-8-validate: 724 + optional: true 725 + 704 726 yn@3.1.1: 705 727 resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} 706 728 engines: {node: '>=6'} ··· 808 830 '@types/node@24.7.1': 809 831 dependencies: 810 832 undici-types: 7.14.0 833 + 834 + '@types/ws@8.18.1': 835 + dependencies: 836 + '@types/node': 24.7.1 811 837 812 838 '@typescript-eslint/eslint-plugin@8.46.0(@typescript-eslint/parser@8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)': 813 839 dependencies: ··· 1369 1395 isexe: 2.0.0 1370 1396 1371 1397 word-wrap@1.2.5: {} 1398 + 1399 + ws@8.18.3: {} 1372 1400 1373 1401 yn@3.1.1: {} 1374 1402