all-promises
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "all-promises", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Collect all Promise Implementations", | ||
@@ -24,7 +24,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"bluebird": "^3.3.5", | ||
"es6-promise": "^3.1.2", | ||
"bluebird": "^3.4.6", | ||
"es6-promise": "^4.0.5", | ||
"es6-promise-polyfill": "^1.2.0", | ||
"es6-promises": "^1.0.10", | ||
"lie": "^3.0.2", | ||
"lie": "^3.1.0", | ||
"my-promise": "^1.1.0", | ||
@@ -36,7 +36,7 @@ "native-promise-only": "^0.8.1", | ||
"q": "^1.4.1", | ||
"rsvp": "^3.2.1", | ||
"rsvp": "^3.3.3", | ||
"vow": "^0.4.12", | ||
"when": "^3.7.7", | ||
"yaku": "^0.15.7" | ||
"yaku": "^0.16.7" | ||
} | ||
} |
@@ -8,3 +8,3 @@ [![Build status][travis-image]][travis-url] | ||
This project is try to collect all Promise implementations which follow [ECMAScript 6 draft](http://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects) (which based on [Promises/A+ 1.1.1](https://promisesaplus.com/)). | ||
This project is try to collect all Promise implementations which follow [ECMAScript 6](http://www.ecma-international.org/ecma-262/6.0/) (which based on [Promises/A+ 1.1.1](https://promisesaplus.com/)). | ||
@@ -11,0 +11,0 @@ |
@@ -36,3 +36,3 @@ 'use strict' | ||
promises.has('es6-promise-polyfill') // false | ||
promises.register('es6-promise-polyfill') | ||
promises.register('es6-promise-polyfill', [], 'Polyfill') | ||
promises.has('es6-promise-polyfill') // true | ||
@@ -39,0 +39,0 @@ var impl = promises.get('es6-promise-polyfill') |
Sorry, the diff of this file is not supported yet
12980
+ Addedes6-promise@4.2.8(transitive)
+ Addedyaku@0.16.7(transitive)
- Removedes6-promise@3.3.1(transitive)
- Removedyaku@0.15.9(transitive)
Updatedbluebird@^3.4.6
Updatedes6-promise@^4.0.5
Updatedlie@^3.1.0
Updatedrsvp@^3.3.3
Updatedyaku@^0.16.7