@rpldy/life-events
Advanced tools
Comparing version 0.5.0 to 0.6.0
{ | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"name": "@rpldy/life-events", | ||
"description": "events pub/sub management with return values", | ||
"author": "yoav niran (https://github.com/yoavniran)", | ||
"main": "lib/index.js", | ||
"module": "src/index.js", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"main:dev": "src/index.js", | ||
"types": "types/index.d.ts", | ||
@@ -20,3 +21,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@rpldy/shared": "^0.5.0", | ||
"@rpldy/shared": "^0.6.0", | ||
"is-promise": "^4.0.0" | ||
@@ -30,3 +31,3 @@ }, | ||
}, | ||
"gitHead": "ccd432a0d36a69f08fa65494d0a63735767fb273" | ||
"gitHead": "43de735c426078647a9768caa733ba6cfd190d32" | ||
} |
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
26602
560
15
1
+ Added@rpldy/shared@0.6.0(transitive)
- Removed@rpldy/shared@0.5.0(transitive)
Updated@rpldy/shared@^0.6.0