@relaycorp/ws-mock
Advanced tools
Comparing version 5.2.2 to 5.2.3
{ | ||
"name": "@relaycorp/ws-mock", | ||
"version": "5.2.2", | ||
"version": "5.2.3", | ||
"author": { | ||
@@ -25,3 +25,3 @@ "email": "no-reply@relaycorp.tech", | ||
"static-checks:prettier": "prettier \"src/**/*.ts\" --list-different", | ||
"test:ci:unit": "exit 0", | ||
"test": "exit 0", | ||
"test:integration": "exit 0", | ||
@@ -43,11 +43,11 @@ "cov": "run-s build test:unit && opn coverage/lcov-report/index.html", | ||
"devDependencies": { | ||
"@relaycorp/shared-config": "^1.8.0", | ||
"@relaycorp/shared-config": "^1.9.1", | ||
"@types/ws": "^8.5.3", | ||
"del-cli": "^4.0.1", | ||
"del-cli": "^5.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.7.1", | ||
"ts-node": "^10.8.1", | ||
"ts-node": "^10.9.1", | ||
"tslint": "^5.20.1", | ||
"typedoc": "^0.22.17", | ||
"typescript": "^4.7.4" | ||
"typedoc": "^0.23.24", | ||
"typescript": "^4.8.2" | ||
}, | ||
@@ -54,0 +54,0 @@ "prettier": "@relaycorp/shared-config/.prettierrc.json", |
Sorry, the diff of this file is not supported yet
60694