observable-slice
Advanced tools
Comparing version 0.0.20-3 to 0.0.20-4
{ | ||
"name": "observable-slice", | ||
"version": "0.0.20-3", | ||
"version": "0.0.20-4", | ||
"description": "An observable for global state that can be subscribed to with react hooks, or callbacks", | ||
@@ -22,6 +22,2 @@ "license": "MIT", | ||
"module": "./dist/index.module.js", | ||
"exports": { | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.modern.js" | ||
}, | ||
"keywords": [ | ||
@@ -37,3 +33,6 @@ "redux", | ||
"files": [ | ||
"." | ||
"dist", | ||
"readme.md", | ||
"licence", | ||
"package.json" | ||
], | ||
@@ -44,5 +43,6 @@ "engines": { | ||
"scripts": { | ||
"build": "rm -rf ./dist && microbundle --sourcemap false --tsconfig tsconfig.json --visualize --external react --name observable-slice && cp ./licence ./dist/license && cp readme.md ./dist && cp package.json ./dist", | ||
"build": "rm -rf ./dist && microbundle --sourcemap false --tsconfig tsconfig.json --visualize --external react --name observable-slice", | ||
"test": "tsdx test", | ||
"lint": "tsdx lint src" | ||
"lint": "tsdx lint src", | ||
"prepare": "yarn build" | ||
}, | ||
@@ -49,0 +49,0 @@ "peerDependencies": { |
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
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
23521
10