@inditextech/weave-store-standalone 5.1.0-SNAPSHOT.424.1 → 5.1.0
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/server.stats.html +1 -1
- package/package.json +3 -3
package/dist/server.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":"server.d.ts","children":[{"name":"src","children":[{"uid":"
|
|
4933
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"server.d.ts","children":[{"name":"src","children":[{"uid":"2ca4ea4f-1","name":"types.d.ts"},{"uid":"2ca4ea4f-3","name":"store-standalone.d.ts"},{"uid":"2ca4ea4f-5","name":"constants.d.ts"},{"uid":"2ca4ea4f-7","name":"index.server.d.ts"}]}]},{"name":"server.js","children":[{"name":"src","children":[{"uid":"2ca4ea4f-9","name":"yjs.ts"},{"uid":"2ca4ea4f-11","name":"constants.ts"},{"uid":"2ca4ea4f-13","name":"store-standalone.ts"},{"uid":"2ca4ea4f-15","name":"index.server.ts"}]}]}],"isRoot":true},"nodeParts":{"2ca4ea4f-1":{"renderedLength":141,"gzipLength":131,"brotliLength":115,"metaUid":"2ca4ea4f-0"},"2ca4ea4f-3":{"renderedLength":234,"gzipLength":148,"brotliLength":139,"metaUid":"2ca4ea4f-2"},"2ca4ea4f-5":{"renderedLength":76,"gzipLength":89,"brotliLength":77,"metaUid":"2ca4ea4f-4"},"2ca4ea4f-7":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"2ca4ea4f-6"},"2ca4ea4f-9":{"renderedLength":55,"gzipLength":71,"brotliLength":59,"metaUid":"2ca4ea4f-8"},"2ca4ea4f-11":{"renderedLength":91,"gzipLength":99,"brotliLength":78,"metaUid":"2ca4ea4f-10"},"2ca4ea4f-13":{"renderedLength":1498,"gzipLength":613,"brotliLength":513,"metaUid":"2ca4ea4f-12"},"2ca4ea4f-15":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"2ca4ea4f-14"}},"nodeMetas":{"2ca4ea4f-0":{"id":"/src/types.d.ts","moduleParts":{"server.d.ts":"2ca4ea4f-1"},"imported":[{"uid":"2ca4ea4f-18"}],"importedBy":[{"uid":"2ca4ea4f-6"},{"uid":"2ca4ea4f-2"}]},"2ca4ea4f-2":{"id":"/src/store-standalone.d.ts","moduleParts":{"server.d.ts":"2ca4ea4f-3"},"imported":[{"uid":"2ca4ea4f-16"},{"uid":"2ca4ea4f-17"},{"uid":"2ca4ea4f-0"}],"importedBy":[{"uid":"2ca4ea4f-6"}]},"2ca4ea4f-4":{"id":"/src/constants.d.ts","moduleParts":{"server.d.ts":"2ca4ea4f-5"},"imported":[],"importedBy":[{"uid":"2ca4ea4f-6"}]},"2ca4ea4f-6":{"id":"/src/index.server.d.ts","moduleParts":{"server.d.ts":"2ca4ea4f-7"},"imported":[{"uid":"2ca4ea4f-2"},{"uid":"2ca4ea4f-4"},{"uid":"2ca4ea4f-0"}],"importedBy":[],"isEntry":true},"2ca4ea4f-8":{"id":"/src/yjs.ts","moduleParts":{"server.js":"2ca4ea4f-9"},"imported":[{"uid":"2ca4ea4f-18"}],"importedBy":[{"uid":"2ca4ea4f-12"}]},"2ca4ea4f-10":{"id":"/src/constants.ts","moduleParts":{"server.js":"2ca4ea4f-11"},"imported":[],"importedBy":[{"uid":"2ca4ea4f-14"},{"uid":"2ca4ea4f-12"}]},"2ca4ea4f-12":{"id":"/src/store-standalone.ts","moduleParts":{"server.js":"2ca4ea4f-13"},"imported":[{"uid":"2ca4ea4f-8"},{"uid":"2ca4ea4f-16"},{"uid":"2ca4ea4f-17"},{"uid":"2ca4ea4f-10"},{"uid":"2ca4ea4f-20"}],"importedBy":[{"uid":"2ca4ea4f-14"}]},"2ca4ea4f-14":{"id":"/src/index.server.ts","moduleParts":{"server.js":"2ca4ea4f-15"},"imported":[{"uid":"2ca4ea4f-12"},{"uid":"2ca4ea4f-10"},{"uid":"2ca4ea4f-19"}],"importedBy":[],"isEntry":true},"2ca4ea4f-16":{"id":"@inditextech/weave-sdk","moduleParts":{},"imported":[],"importedBy":[{"uid":"2ca4ea4f-2"},{"uid":"2ca4ea4f-12"}]},"2ca4ea4f-17":{"id":"@inditextech/weave-types","moduleParts":{},"imported":[],"importedBy":[{"uid":"2ca4ea4f-2"},{"uid":"2ca4ea4f-12"}]},"2ca4ea4f-18":{"id":"yjs","moduleParts":{},"imported":[],"importedBy":[{"uid":"2ca4ea4f-0"},{"uid":"2ca4ea4f-8"}]},"2ca4ea4f-19":{"id":"/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"2ca4ea4f-14"}]},"2ca4ea4f-20":{"id":"buffer","moduleParts":{},"imported":[],"importedBy":[{"uid":"2ca4ea4f-12"}]}},"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-standalone",
|
|
3
|
-
"version": "5.1.0
|
|
3
|
+
"version": "5.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Jesus Manuel Piñeiro Cid <jesusmpc@inditex.com>",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"version:release": "npm version $RELEASE_VERSION -m \"[npm-scripts] prepare release $RELEASE_VERSION\" --tag-version-prefix \"\""
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@inditextech/weave-sdk": "5.1.0
|
|
56
|
-
"@inditextech/weave-types": "5.1.0
|
|
55
|
+
"@inditextech/weave-sdk": "5.1.0",
|
|
56
|
+
"@inditextech/weave-types": "5.1.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@types/lodash.debounce": "^4.0.9",
|