@lionweb/delta-protocol-low-level-client-browser 0.8.0-beta.3 → 0.8.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lionweb/delta-protocol-low-level-client-browser",
|
|
3
|
-
"version": "0.8.0-beta.
|
|
3
|
+
"version": "0.8.0-beta.4",
|
|
4
4
|
"description": "Implementation of a low-level client for a delta protocol client using the WebSocket protocol, relying on the WebSocket browser API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"release": "npm publish"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@lionweb/delta-protocol-common": "0.8.0-beta.
|
|
31
|
-
"@lionweb/delta-protocol-client": "0.8.0-beta.
|
|
32
|
-
"@lionweb/ts-utils": "0.8.0-beta.
|
|
30
|
+
"@lionweb/delta-protocol-common": "0.8.0-beta.4",
|
|
31
|
+
"@lionweb/delta-protocol-client": "0.8.0-beta.4",
|
|
32
|
+
"@lionweb/ts-utils": "0.8.0-beta.4"
|
|
33
33
|
}
|
|
34
34
|
}
|