@inditextech/weave-store-websockets 0.62.4 → 0.64.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.cjs CHANGED
@@ -1098,7 +1098,7 @@ const length = (obj) => keys(obj).length;
1098
1098
  * Calls `Object.prototype.hasOwnProperty`.
1099
1099
  *
1100
1100
  * @param {any} obj
1101
- * @param {string|symbol} key
1101
+ * @param {string|number|symbol} key
1102
1102
  * @return {boolean}
1103
1103
  */
1104
1104
  const hasProperty = (obj, key) => Object.prototype.hasOwnProperty.call(obj, key);
package/dist/server.js CHANGED
@@ -1100,7 +1100,7 @@ const length = (obj) => keys(obj).length;
1100
1100
  * Calls `Object.prototype.hasOwnProperty`.
1101
1101
  *
1102
1102
  * @param {any} obj
1103
- * @param {string|symbol} key
1103
+ * @param {string|number|symbol} key
1104
1104
  * @return {boolean}
1105
1105
  */
1106
1106
  const hasProperty = (obj, key) => Object.prototype.hasOwnProperty.call(obj, key);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inditextech/weave-store-websockets",
3
- "version": "0.62.4",
3
+ "version": "0.64.0",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Jesus Manuel Piñeiro Cid <jesusmpc@inditex.com>",
@@ -57,7 +57,7 @@
57
57
  "yjs": "13.6.27"
58
58
  },
59
59
  "devDependencies": {
60
- "@inditextech/weave-sdk": "0.62.4",
60
+ "@inditextech/weave-sdk": "0.64.0",
61
61
  "@types/express": "^5.0.1",
62
62
  "@types/ioredis": "^4.28.10",
63
63
  "@types/koa": "^2.15.0",