@liveblocks/redux 2.17.0-usrnotsettings3 → 2.17.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/index.js CHANGED
@@ -34,7 +34,7 @@ function mappingToFunctionIsNotAllowed(key) {
34
34
 
35
35
  // src/version.ts
36
36
  var PKG_NAME = "@liveblocks/redux";
37
- var PKG_VERSION = "2.17.0-usrnotsettings3";
37
+ var PKG_VERSION = "2.17.0";
38
38
  var PKG_FORMAT = "cjs";
39
39
 
40
40
  // src/index.ts
package/dist/index.mjs CHANGED
@@ -34,7 +34,7 @@ function mappingToFunctionIsNotAllowed(key) {
34
34
 
35
35
  // src/version.ts
36
36
  var PKG_NAME = "@liveblocks/redux";
37
- var PKG_VERSION = "2.17.0-usrnotsettings3";
37
+ var PKG_VERSION = "2.17.0";
38
38
  var PKG_FORMAT = "esm";
39
39
 
40
40
  // src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/redux",
3
- "version": "2.17.0-usrnotsettings3",
3
+ "version": "2.17.0",
4
4
  "description": "A store enhancer to integrate Liveblocks into Redux stores. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "commonjs",
@@ -33,8 +33,8 @@
33
33
  "test:watch": "jest --silent --verbose --color=always --watch"
34
34
  },
35
35
  "dependencies": {
36
- "@liveblocks/client": "2.17.0-usrnotsettings3",
37
- "@liveblocks/core": "2.17.0-usrnotsettings3"
36
+ "@liveblocks/client": "2.17.0",
37
+ "@liveblocks/core": "2.17.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "redux": "^4"