Comparing version 12.0.0-beta.5 to 12.0.0-beta.6
{ | ||
"name": "fluture", | ||
"version": "12.0.0-beta.5", | ||
"version": "12.0.0-beta.6", | ||
"description": "FantasyLand compliant (monadic) alternative to Promises", | ||
@@ -63,3 +63,3 @@ "main": "index.cjs", | ||
"dependencies": { | ||
"concurrify": "^1.1.1", | ||
"concurrify": "^2.0.0", | ||
"sanctuary-show": "^1.0.0", | ||
@@ -71,3 +71,3 @@ "sanctuary-type-identifiers": "^2.0.0" | ||
"chai": "^4.1.2", | ||
"codecov": "^3.0.0", | ||
"codecov": "^3.6.1", | ||
"es-check": "^5.0.0", | ||
@@ -87,7 +87,7 @@ "eslint": "^6.2.1", | ||
"sanctuary-benchmark": "^1.0.0", | ||
"sanctuary-either": "^1.1.0", | ||
"sanctuary-type-classes": "^11.0.0", | ||
"sanctuary-either": "^2.0.0", | ||
"sanctuary-type-classes": "^12.0.0", | ||
"typescript": "^3.6.4", | ||
"xyz": "github:davidchambers/xyz#340d089" | ||
"xyz": "^4.0.0" | ||
} | ||
} |
@@ -105,3 +105,3 @@ # [![Fluture](logo.png)](#butterfly) | ||
Fluture is hosted in full with all of its dependencies at | ||
https://cdn.jsdelivr.net/gh/fluture-js/Fluture@12.0.0-beta.5/dist/bundle.js | ||
https://cdn.jsdelivr.net/gh/fluture-js/Fluture@12.0.0-beta.6/dist/bundle.js | ||
@@ -108,0 +108,0 @@ This script will add `Fluture` to the global scope. |
@@ -66,2 +66,4 @@ /*eslint no-cond-assign:0, no-constant-condition:0 */ | ||
Future.prototype['@@type'] = $$type; | ||
Future.prototype['@@show'] = function Future$show(){ | ||
@@ -68,0 +70,0 @@ return this.toString(); |
Sorry, the diff of this file is not supported yet
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
178701
3416
+ Addedconcurrify@2.0.0(transitive)
- Removedconcurrify@1.1.1(transitive)
Updatedconcurrify@^2.0.0