@inditextech/weave-store-websockets 5.0.0-SNAPSHOT.403.1 → 5.0.0-SNAPSHOT.413.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 +7 -7
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":"a690f73b-1","name":"types.d.ts"},{"uid":"a690f73b-3","name":"store-websockets.d.ts"},{"uid":"a690f73b-5","name":"constants.d.ts"},{"uid":"a690f73b-7","name":"index.client.d.ts"}]}]},{"name":"client.js","children":[{"name":"src","children":[{"uid":"a690f73b-9","name":"constants.ts"},{"uid":"a690f73b-11","name":"store-websockets.ts"},{"uid":"a690f73b-13","name":"index.client.ts"}]}]}],"isRoot":true},"nodeParts":{"a690f73b-1":{"renderedLength":378,"gzipLength":229,"brotliLength":182,"metaUid":"a690f73b-0"},"a690f73b-3":{"renderedLength":278,"gzipLength":168,"brotliLength":135,"metaUid":"a690f73b-2"},"a690f73b-5":{"renderedLength":76,"gzipLength":92,"brotliLength":79,"metaUid":"a690f73b-4"},"a690f73b-7":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"a690f73b-6"},"a690f73b-9":{"renderedLength":91,"gzipLength":104,"brotliLength":89,"metaUid":"a690f73b-8"},"a690f73b-11":{"renderedLength":2652,"gzipLength":803,"brotliLength":703,"metaUid":"a690f73b-10"},"a690f73b-13":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"a690f73b-12"}},"nodeMetas":{"a690f73b-0":{"id":"/src/types.d.ts","moduleParts":{"client.d.ts":"a690f73b-1"},"imported":[{"uid":"a690f73b-17"},{"uid":"a690f73b-18"}],"importedBy":[{"uid":"a690f73b-6"},{"uid":"a690f73b-2"}]},"a690f73b-2":{"id":"/src/store-websockets.d.ts","moduleParts":{"client.d.ts":"a690f73b-3"},"imported":[{"uid":"a690f73b-14"},{"uid":"a690f73b-15"},{"uid":"a690f73b-0"},{"uid":"a690f73b-16"}],"importedBy":[{"uid":"a690f73b-6"}]},"a690f73b-4":{"id":"/src/constants.d.ts","moduleParts":{"client.d.ts":"a690f73b-5"},"imported":[],"importedBy":[{"uid":"a690f73b-6"}]},"a690f73b-6":{"id":"/src/index.client.d.ts","moduleParts":{"client.d.ts":"a690f73b-7"},"imported":[{"uid":"a690f73b-2"},{"uid":"a690f73b-4"},{"uid":"a690f73b-0"}],"importedBy":[],"isEntry":true},"a690f73b-8":{"id":"/src/constants.ts","moduleParts":{"client.js":"a690f73b-9"},"imported":[],"importedBy":[{"uid":"a690f73b-12"},{"uid":"a690f73b-10"}]},"a690f73b-10":{"id":"/src/store-websockets.ts","moduleParts":{"client.js":"a690f73b-11"},"imported":[{"uid":"a690f73b-14"},{"uid":"a690f73b-15"},{"uid":"a690f73b-8"},{"uid":"a690f73b-19"},{"uid":"a690f73b-16"}],"importedBy":[{"uid":"a690f73b-12"}]},"a690f73b-12":{"id":"/src/index.client.ts","moduleParts":{"client.js":"a690f73b-13"},"imported":[{"uid":"a690f73b-10"},{"uid":"a690f73b-8"},{"uid":"a690f73b-19"}],"importedBy":[],"isEntry":true},"a690f73b-14":{"id":"@inditextech/weave-sdk","moduleParts":{},"imported":[],"importedBy":[{"uid":"a690f73b-2"},{"uid":"a690f73b-10"}]},"a690f73b-15":{"id":"@inditextech/weave-types","moduleParts":{},"imported":[],"importedBy":[{"uid":"a690f73b-2"},{"uid":"a690f73b-10"}]},"a690f73b-16":{"id":"y-websocket","moduleParts":{},"imported":[],"importedBy":[{"uid":"a690f73b-2"},{"uid":"a690f73b-10"}]},"a690f73b-17":{"id":"yjs","moduleParts":{},"imported":[],"importedBy":[{"uid":"a690f73b-0"}]},"a690f73b-18":{"id":"http","moduleParts":{},"imported":[],"importedBy":[{"uid":"a690f73b-0"}]},"a690f73b-19":{"id":"/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"a690f73b-12"},{"uid":"a690f73b-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": "5.0.0-SNAPSHOT.
|
|
3
|
+
"version": "5.0.0-SNAPSHOT.413.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": "5.0.0-SNAPSHOT.
|
|
59
|
-
"@inditextech/weave-types": "5.0.0-SNAPSHOT.
|
|
58
|
+
"@inditextech/weave-sdk": "5.0.0-SNAPSHOT.413.1",
|
|
59
|
+
"@inditextech/weave-types": "5.0.0-SNAPSHOT.413.1",
|
|
60
60
|
"ws": "8.18.1",
|
|
61
61
|
"y-websocket": "3.0.0"
|
|
62
62
|
},
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"@types/ws": "^8.18.1",
|
|
70
70
|
"@typescript-eslint/eslint-plugin": "8.26.0",
|
|
71
71
|
"@typescript-eslint/parser": "8.26.0",
|
|
72
|
-
"@vitest/coverage-v8": "
|
|
73
|
-
"@vitest/ui": "
|
|
72
|
+
"@vitest/coverage-v8": "^3.2.6",
|
|
73
|
+
"@vitest/ui": "^3.2.6",
|
|
74
74
|
"emittery": "^1.1.0",
|
|
75
75
|
"eslint": "8.57.1",
|
|
76
76
|
"express": "^5.1.0",
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"koa": "^3.0.0",
|
|
80
80
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
81
81
|
"typescript-eslint": "8.22.0",
|
|
82
|
-
"vitest": "
|
|
83
|
-
"vitest-sonar-reporter": "
|
|
82
|
+
"vitest": "^3.2.6",
|
|
83
|
+
"vitest-sonar-reporter": "^3.0.0"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
86
|
"ioredis": ">= 5.6.1",
|