Skip to content

Commit 3768787

Browse files
authored
feat: add key crash client (#93)
* feat: add key crash client add duplex 'half' to request inits to satisfy new fetch spec * chore: fix exports * chore: expect 200 from key crash test
1 parent 3a4e1a4 commit 3768787

File tree

22 files changed

+504
-72
lines changed

22 files changed

+504
-72
lines changed

package-lock.json

Lines changed: 155 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@semantic-release/changelog": "^6.0.1",
6060
"@semantic-release/git": "^10.0.1",
6161
"@types/jasmine": "^3.7.4",
62-
"@types/node": "^15.6.1",
62+
"@types/node": "^18.11.18",
6363
"@typescript-eslint/eslint-plugin": "^4.31.0",
6464
"@typescript-eslint/parser": "^4.31.0",
6565
"dotenv": "^10.0.0",
@@ -68,9 +68,9 @@
6868
"jasmine": "^3.7.0",
6969
"jasmine-reporters": "^2.4.0",
7070
"semantic-release": "^19.0.2",
71-
"ts-node": "^10.0.0",
71+
"ts-node": "^10.9.1",
7272
"tsconfig-paths": "^4.1.2",
7373
"tsconfig-replace-paths": "^0.0.5",
74-
"typescript": "^4.4.3"
74+
"typescript": "^4.9.4"
7575
}
7676
}

0 commit comments

Comments
 (0)