Comparing version 3.0.5 to 3.0.6
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 3.0.6 | ||
* Add `package.types`. | ||
## 3.0.5 | ||
@@ -5,0 +8,0 @@ * Fixed `@change` handling if handler already removed (by @majo44). |
{ | ||
"name": "storeon", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "Tiny (167 bytes) event-based Redux-like state manager for React and Preact", | ||
@@ -16,2 +16,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"types": "index.d.ts", | ||
"peerDependencies": { | ||
@@ -39,3 +40,4 @@ "preact": "^10.0.0", | ||
"require": "./index.cjs", | ||
"import": "./index.js" | ||
"import": "./index.js", | ||
"types": "index.d.ts" | ||
}, | ||
@@ -57,4 +59,5 @@ "./package.json": "./package.json", | ||
"import": "./react/index.js" | ||
} | ||
}, | ||
"index.d.ts": "index.d.ts" | ||
} | ||
} |
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
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
39023