@liveblocks/redux
Advanced tools
Comparing version 0.19.0 to 0.19.1-test1
{ | ||
"name": "@liveblocks/redux", | ||
"version": "0.19.0", | ||
"version": "0.19.1-test1", | ||
"description": "A store enhancer to integrate Liveblocks into Redux stores.", | ||
@@ -21,8 +21,8 @@ "main": "./dist/index.js", | ||
"scripts": { | ||
"dev": "tsup --watch --onSuccess ../../scripts/build.sh", | ||
"build": "tsup && ../../scripts/build.sh", | ||
"dev": "tsup --watch", | ||
"build": "tsup", | ||
"format": "eslint --fix src/ && prettier --write src/", | ||
"lint": "eslint src/", | ||
"test": "jest --silent --verbose", | ||
"test:watch": "jest --silent --verbose --watch" | ||
"test": "jest --silent --verbose --color=always", | ||
"test:watch": "jest --silent --verbose --color=always --watch" | ||
}, | ||
@@ -36,4 +36,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@liveblocks/client": "0.19.0", | ||
"@liveblocks/core": "0.19.0" | ||
"@liveblocks/client": "0.19.1-test1", | ||
"@liveblocks/core": "0.19.1-test1" | ||
}, | ||
@@ -40,0 +40,0 @@ "peerDependencies": { |
16287
4
397
+ Added@liveblocks/client@0.19.1-test1(transitive)
+ Added@liveblocks/core@0.19.1-test1(transitive)
- Removed@liveblocks/client@0.19.0(transitive)
- Removed@liveblocks/core@0.19.0(transitive)