@bitty/either
Advanced tools
Comparing version 0.1.2 to 0.2.0
{ | ||
"name": "@bitty/either", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Either monad implementation.", | ||
@@ -49,14 +49,14 @@ "sideEffects": false, | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^13.0.6", | ||
"ava": "^3.15.0", | ||
"@rollup/plugin-node-resolve": "^13.1.3", | ||
"ava": "^4.0.1", | ||
"jwt-decode": "^3.1.2", | ||
"prettier": "^2.4.1", | ||
"rollup": "^2.60.0", | ||
"prettier": "^2.5.1", | ||
"rollup": "^2.63.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"typescript": "^4.5.2" | ||
"typescript": "^4.5.4" | ||
}, | ||
"dependencies": { | ||
"@bitty/falsy": "0.1.2", | ||
"@bitty/nullish": "0.1.2", | ||
"@bitty/predicate": "0.1.2" | ||
"@bitty/falsy": "0.2.0", | ||
"@bitty/nullish": "0.2.0", | ||
"@bitty/predicate": "0.2.0" | ||
}, | ||
@@ -71,3 +71,4 @@ "scripts": { | ||
"build:bundle": "rollup --config rollup.config.js" | ||
} | ||
}, | ||
"readme": "# `@bitty/either`\n\n## Examples\n\n- [`getAuthenticatedUser`](./examples/getAuthenticatedUser/getAuthenticatedUser.ts) is a function used to get an authenticated user. Its a pretty common case and it was implemented in the way I think we should use `Either`.\n" | ||
} |
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
83320
+ Added@bitty/falsy@0.2.0(transitive)
+ Added@bitty/nullish@0.2.0(transitive)
+ Added@bitty/predicate@0.2.0(transitive)
- Removed@bitty/falsy@0.1.2(transitive)
- Removed@bitty/nullish@0.1.2(transitive)
- Removed@bitty/predicate@0.1.2(transitive)
Updated@bitty/falsy@0.2.0
Updated@bitty/nullish@0.2.0
Updated@bitty/predicate@0.2.0