@cosmjs/socket
Advanced tools
+6
-6
| { | ||
| "name": "@cosmjs/socket", | ||
| "version": "0.38.0-rc.1", | ||
| "version": "0.38.0", | ||
| "description": "Utility functions for working with WebSockets", | ||
@@ -8,3 +8,4 @@ "contributors": [ | ||
| "Confio OÜ <hello@confio.tech>", | ||
| "Will Clark <willclarktech@users.noreply.github.com>" | ||
| "Will Clark <willclarktech@users.noreply.github.com>", | ||
| "Simon Warta <webmaster128@users.noreply.github.com>" | ||
| ], | ||
@@ -45,3 +46,3 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@cosmjs/stream": "^0.38.0-rc.1", | ||
| "@cosmjs/stream": "^0.38.0", | ||
| "isomorphic-ws": "^4.0.1", | ||
@@ -52,3 +53,3 @@ "ws": "^7", | ||
| "devDependencies": { | ||
| "@cosmjs/utils": "^0.38.0-rc.1", | ||
| "@cosmjs/utils": "^0.38.0", | ||
| "@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
@@ -76,4 +77,3 @@ "@types/jasmine": "^4", | ||
| "webpack-cli": "^4.6.0" | ||
| }, | ||
| "stableVersion": "0.37.0" | ||
| } | ||
| } |
37042
0.04%Updated