@redux-devtools/instrument
Advanced tools
Comparing version 1.11.2 to 2.0.0
{ | ||
"name": "@redux-devtools/instrument", | ||
"version": "1.11.2", | ||
"version": "2.0.0", | ||
"description": "Redux DevTools instrumentation", | ||
@@ -20,7 +20,8 @@ "keywords": [ | ||
"files": [ | ||
"lib", | ||
"dist", | ||
"src" | ||
], | ||
"main": "lib/instrument.js", | ||
"types": "lib/instrument.d.ts", | ||
"main": "dist/redux-devtools-instrument.cjs.js", | ||
"module": "dist/redux-devtools-instrument.esm.js", | ||
"types": "dist/instrument.d.ts", | ||
"repository": { | ||
@@ -31,6 +32,4 @@ "type": "git", | ||
"scripts": { | ||
"build": "yarn run build:types && yarn run build:js", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"build:js": "babel src --out-dir lib --extensions \".ts\" --source-maps inline", | ||
"clean": "rimraf lib", | ||
"build": "rollup -c", | ||
"clean": "rimraf dist", | ||
"test": "jest", | ||
@@ -43,9 +42,12 @@ "lint": "eslint . --ext .ts", | ||
"dependencies": { | ||
"@babel/runtime": "^7.16.7", | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.16.7", | ||
"@babel/core": "^7.16.7", | ||
"@babel/eslint-parser": "^7.16.5", | ||
"@babel/plugin-transform-runtime": "^7.16.7", | ||
"@babel/preset-env": "^7.16.7", | ||
"@babel/preset-typescript": "^7.16.7", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@types/jest": "^27.4.0", | ||
@@ -62,4 +64,7 @@ "@types/lodash": "^4.14.178", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.63.0", | ||
"rollup-plugin-typescript2": "^0.31.1", | ||
"rxjs": "^7.5.1", | ||
"ts-jest": "^27.1.2", | ||
"tslib": "^2.3.1", | ||
"typescript": "~4.5.4" | ||
@@ -70,3 +75,3 @@ }, | ||
}, | ||
"gitHead": "88efc25786b0ff950646533e228f597716e79df9" | ||
"gitHead": "24e5e78e6943d69d352827345b1824a971b74f14" | ||
} |
@@ -984,3 +984,3 @@ import difference from 'lodash/difference'; | ||
*/ | ||
export default function instrument< | ||
export function instrument< | ||
OptionsS, | ||
@@ -987,0 +987,0 @@ OptionsA extends Action<unknown>, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41966
2542
101142
3
23
1
+ Added@babel/runtime@^7.16.7