zustand-computed
Advanced tools
Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "zustand-computed", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "A Zustand middleware to create computed states.", | ||
"author": "chrisvander", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/mjs/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/mjs/index.js", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
}, | ||
"repository": "chrisvander/zustand-computed", | ||
@@ -14,3 +21,3 @@ "files": [ | ||
"test": "jest", | ||
"build": "tsc" | ||
"build": "rm -rf dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./fixup.sh" | ||
}, | ||
@@ -17,0 +24,0 @@ "dependencies": {}, |
@@ -140,3 +140,3 @@ # zustand-computed | ||
[npm-url]: https://www.npmjs.com/package/zustand-computed | ||
[issues-img]: https://img.shields.io/github/issues/chrisvander/zustand-computed/issues | ||
[issues-img]: https://img.shields.io/github/issues/chrisvander/zustand-computed | ||
[issues-url]: https://github.com/chrisvander/chrisvander/zustand-computed/issues |
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
20734
17
175
1