@liveblocks/redux
Advanced tools
Comparing version 0.18.2 to 0.18.3-test1
{ | ||
"name": "@liveblocks/redux", | ||
"version": "0.18.2", | ||
"version": "0.18.3-test1", | ||
"description": "A store enhancer to integrate Liveblocks into Redux stores.", | ||
"main": "./index.js", | ||
"module": "./index.mjs", | ||
"types": "./index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./index.js", | ||
"import": "./index.mjs", | ||
"types": "./index.d.ts" | ||
} | ||
}, | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist/**", | ||
"README.md" | ||
], | ||
"keywords": [ | ||
@@ -23,2 +20,10 @@ "redux", | ||
], | ||
"scripts": { | ||
"build": "tsup && ../../scripts/build.sh", | ||
"format": "eslint --fix src/ && prettier --write src/", | ||
"lint": "eslint src/", | ||
"test": "jest --watch --silent --verbose", | ||
"test-ci": "jest --silent --verbose", | ||
"dtslint": "dtslint --localTs node_modules/typescript/lib --expectOnly types" | ||
}, | ||
"license": "Apache-2.0", | ||
@@ -30,7 +35,30 @@ "repository": { | ||
}, | ||
"dependencies": { | ||
"@liveblocks/core": "0.18.3-test1", | ||
"@liveblocks/client": "0.18.3-test1" | ||
}, | ||
"peerDependencies": { | ||
"@liveblocks/client": "0.18.2", | ||
"redux": "^4" | ||
}, | ||
"devDependencies": { | ||
"@definitelytyped/dtslint": "^0.0.103", | ||
"@reduxjs/toolkit": "^1.7.2", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@types/jest": "^29.1.2", | ||
"@typescript-eslint/eslint-plugin": "^5.26.0", | ||
"@typescript-eslint/parser": "^5.26.0", | ||
"eslint": "^8.12.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"jest": "^29.1.2", | ||
"jest-environment-jsdom": "^29.1.2", | ||
"msw": "^0.36.4", | ||
"prettier": "^2.7.1", | ||
"redux": "^4.1.2", | ||
"ts-jest": "^29.0.3", | ||
"tsup": "^6.2.2", | ||
"typescript": "^4.7.2", | ||
"whatwg-fetch": "^3.6.2" | ||
}, | ||
"sideEffects": false | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16287
3
18
5
1
+ Added@liveblocks/client@0.18.3-test1(transitive)
+ Added@liveblocks/core@0.18.3-test1(transitive)
- Removed@liveblocks/client@0.18.2(transitive)