@liveblocks/redux
Advanced tools
+1
-1
@@ -32,3 +32,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }// src/index.ts | ||
| var PKG_NAME = "@liveblocks/redux"; | ||
| var PKG_VERSION = "3.19.4-test1"; | ||
| var PKG_VERSION = "3.19.4"; | ||
| var PKG_FORMAT = "cjs"; | ||
@@ -35,0 +35,0 @@ |
+1
-1
@@ -32,3 +32,3 @@ // src/index.ts | ||
| var PKG_NAME = "@liveblocks/redux"; | ||
| var PKG_VERSION = "3.19.4-test1"; | ||
| var PKG_VERSION = "3.19.4"; | ||
| var PKG_FORMAT = "esm"; | ||
@@ -35,0 +35,0 @@ |
+3
-3
| { | ||
| "name": "@liveblocks/redux", | ||
| "version": "3.19.4-test1", | ||
| "version": "3.19.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.", | ||
@@ -28,4 +28,4 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@liveblocks/client": "3.19.4-test1", | ||
| "@liveblocks/core": "3.19.4-test1" | ||
| "@liveblocks/client": "3.19.4", | ||
| "@liveblocks/core": "3.19.4" | ||
| }, | ||
@@ -32,0 +32,0 @@ "peerDependencies": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
-100%65738
-0.05%+ Added
+ Added
- Removed
- Removed
Updated
Updated