Skip to content

Commit

Permalink
reconnect if Handshake doesn't complete
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Dec 5, 2024
1 parent b073547 commit f497a31
Show file tree
Hide file tree
Showing 5 changed files with 3,974 additions and 7,209 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,36 +49,36 @@
"discord-verify": "^1.2.0"
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-import-attributes": "^7.26.0",
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@effect/babel-plugin": "^0.2.0",
"@effect/build-utils": "^0.7.8",
"@effect/experimental": "^0.33.0",
"@effect/experimental": "^0.33.4",
"@effect/language-service": "^0.2.0",
"@effect/platform": "^0.70.0",
"@effect/platform-node": "^0.65.0",
"@eslint/compat": "^1.2.3",
"@effect/platform": "^0.70.4",
"@effect/platform-node": "^0.65.4",
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@tim-smart/discord-api-docs-parser": "^0.6.0",
"@types/chai": "^5.0.1",
"@types/node": "^22.10.1",
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/coverage-v8": "^2.1.8",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^9.1.0",
"dotenv": "^16.4.5",
"effect": "^3.11.0",
"dotenv": "^16.4.7",
"effect": "^3.11.3",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-codegen": "0.29.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.31.0",
Expand All @@ -87,13 +87,13 @@
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"lerna": "^8.1.9",
"madge": "^8.0.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vitest": "2.1.6"
"vite": "^6.0.3",
"vitest": "2.1.8"
},
"gitHead": "781225ad6e1931ec1484fb889065f4580d8ae2f1"
}
Loading

0 comments on commit f497a31

Please sign in to comment.