@inditextech/weave-store-websockets 4.0.1 → 4.2.0-SNAPSHOT.307.1
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/dist/client.stats.html +1 -1
- package/package.json +3 -3
package/dist/client.stats.html
CHANGED
|
@@ -4930,7 +4930,7 @@ var drawChart = (function (exports) {
|
|
|
4930
4930
|
</script>
|
|
4931
4931
|
<script>
|
|
4932
4932
|
/*<!--*/
|
|
4933
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"client.d.ts","children":[{"name":"src","children":[{"uid":"
|
|
4933
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"client.d.ts","children":[{"name":"src","children":[{"uid":"12c8bd17-1","name":"types.d.ts"},{"uid":"12c8bd17-3","name":"store-websockets.d.ts"},{"uid":"12c8bd17-5","name":"constants.d.ts"},{"uid":"12c8bd17-7","name":"index.client.d.ts"}]}]},{"name":"client.js","children":[{"name":"src","children":[{"uid":"12c8bd17-9","name":"constants.ts"},{"uid":"12c8bd17-11","name":"store-websockets.ts"},{"uid":"12c8bd17-13","name":"index.client.ts"}]}]}],"isRoot":true},"nodeParts":{"12c8bd17-1":{"renderedLength":378,"gzipLength":229,"brotliLength":182,"metaUid":"12c8bd17-0"},"12c8bd17-3":{"renderedLength":246,"gzipLength":160,"brotliLength":135,"metaUid":"12c8bd17-2"},"12c8bd17-5":{"renderedLength":76,"gzipLength":92,"brotliLength":79,"metaUid":"12c8bd17-4"},"12c8bd17-7":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"12c8bd17-6"},"12c8bd17-9":{"renderedLength":91,"gzipLength":104,"brotliLength":89,"metaUid":"12c8bd17-8"},"12c8bd17-11":{"renderedLength":2628,"gzipLength":797,"brotliLength":687,"metaUid":"12c8bd17-10"},"12c8bd17-13":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"12c8bd17-12"}},"nodeMetas":{"12c8bd17-0":{"id":"/src/types.d.ts","moduleParts":{"client.d.ts":"12c8bd17-1"},"imported":[{"uid":"12c8bd17-17"},{"uid":"12c8bd17-18"}],"importedBy":[{"uid":"12c8bd17-6"},{"uid":"12c8bd17-2"}]},"12c8bd17-2":{"id":"/src/store-websockets.d.ts","moduleParts":{"client.d.ts":"12c8bd17-3"},"imported":[{"uid":"12c8bd17-14"},{"uid":"12c8bd17-15"},{"uid":"12c8bd17-0"},{"uid":"12c8bd17-16"}],"importedBy":[{"uid":"12c8bd17-6"}]},"12c8bd17-4":{"id":"/src/constants.d.ts","moduleParts":{"client.d.ts":"12c8bd17-5"},"imported":[],"importedBy":[{"uid":"12c8bd17-6"}]},"12c8bd17-6":{"id":"/src/index.client.d.ts","moduleParts":{"client.d.ts":"12c8bd17-7"},"imported":[{"uid":"12c8bd17-2"},{"uid":"12c8bd17-4"},{"uid":"12c8bd17-0"}],"importedBy":[],"isEntry":true},"12c8bd17-8":{"id":"/src/constants.ts","moduleParts":{"client.js":"12c8bd17-9"},"imported":[],"importedBy":[{"uid":"12c8bd17-12"},{"uid":"12c8bd17-10"}]},"12c8bd17-10":{"id":"/src/store-websockets.ts","moduleParts":{"client.js":"12c8bd17-11"},"imported":[{"uid":"12c8bd17-14"},{"uid":"12c8bd17-15"},{"uid":"12c8bd17-8"},{"uid":"12c8bd17-19"},{"uid":"12c8bd17-16"}],"importedBy":[{"uid":"12c8bd17-12"}]},"12c8bd17-12":{"id":"/src/index.client.ts","moduleParts":{"client.js":"12c8bd17-13"},"imported":[{"uid":"12c8bd17-10"},{"uid":"12c8bd17-8"},{"uid":"12c8bd17-19"}],"importedBy":[],"isEntry":true},"12c8bd17-14":{"id":"@inditextech/weave-sdk","moduleParts":{},"imported":[],"importedBy":[{"uid":"12c8bd17-2"},{"uid":"12c8bd17-10"}]},"12c8bd17-15":{"id":"@inditextech/weave-types","moduleParts":{},"imported":[],"importedBy":[{"uid":"12c8bd17-2"},{"uid":"12c8bd17-10"}]},"12c8bd17-16":{"id":"y-websocket","moduleParts":{},"imported":[],"importedBy":[{"uid":"12c8bd17-2"},{"uid":"12c8bd17-10"}]},"12c8bd17-17":{"id":"yjs","moduleParts":{},"imported":[],"importedBy":[{"uid":"12c8bd17-0"}]},"12c8bd17-18":{"id":"http","moduleParts":{},"imported":[],"importedBy":[{"uid":"12c8bd17-0"}]},"12c8bd17-19":{"id":"/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"12c8bd17-12"},{"uid":"12c8bd17-10"}]}},"env":{"rollup":"4.23.0"},"options":{"gzip":true,"brotli":true,"sourcemap":false}};
|
|
4934
4934
|
|
|
4935
4935
|
const run = () => {
|
|
4936
4936
|
const width = window.innerWidth;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inditextech/weave-store-websockets",
|
|
3
|
-
"version": "4.0.1",
|
|
3
|
+
"version": "4.2.0-SNAPSHOT.307.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Jesus Manuel Piñeiro Cid <jesusmpc@inditex.com>",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"version:release": "npm version $RELEASE_VERSION -m \"[npm-scripts] prepare release $RELEASE_VERSION\" --tag-version-prefix \"\""
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@inditextech/weave-sdk": "4.0.1",
|
|
59
|
-
"@inditextech/weave-types": "4.0.1",
|
|
58
|
+
"@inditextech/weave-sdk": "4.2.0-SNAPSHOT.307.1",
|
|
59
|
+
"@inditextech/weave-types": "4.2.0-SNAPSHOT.307.1",
|
|
60
60
|
"@syncedstore/core": "0.6.0",
|
|
61
61
|
"ws": "8.18.1",
|
|
62
62
|
"y-websocket": "3.0.0"
|