Comparing version 2.6.5 to 2.7.0
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://homer0.github.io/wootils/", | ||
"version": "2.6.5", | ||
"version": "2.7.0", | ||
"repository": "homer0/wootils", | ||
@@ -13,4 +13,4 @@ "author": "Leonardo Apiwan (@homer0) <me@homer0.com>", | ||
"fs-extra": "^8.1.0", | ||
"colors": "^1.3.3", | ||
"urijs": "^1.19.1", | ||
"colors": "^1.4.0", | ||
"urijs": "^1.19.2", | ||
"statuses": "^1.5.0", | ||
@@ -20,15 +20,15 @@ "extend": "^3.0.2" | ||
"devDependencies": { | ||
"eslint": "^6.2.1", | ||
"eslint-plugin-homer0": "^2.0.0", | ||
"jest-ex": "^6.1.1", | ||
"eslint": "^6.7.1", | ||
"eslint-plugin-homer0": "^2.1.0", | ||
"jest-ex": "^6.1.2", | ||
"jest-cli": "^24.9.0", | ||
"jasmine-expect": "^4.0.3", | ||
"@babel/preset-env": "^7.5.5", | ||
"@babel/core": "^7.5.5", | ||
"@babel/plugin-transform-runtime": "^7.5.5", | ||
"@babel/preset-env": "^7.7.4", | ||
"@babel/core": "^7.7.4", | ||
"@babel/plugin-transform-runtime": "^7.7.4", | ||
"esdoc": "^1.1.0", | ||
"esdoc-standard-plugin": "^1.0.0", | ||
"esdoc-node": "^1.0.4", | ||
"leasot": "^8.0.0", | ||
"coveralls": "^3.0.6" | ||
"esdoc-node": "1.0.4", | ||
"leasot": "^9.3.0", | ||
"coveralls": "^3.0.9" | ||
}, | ||
@@ -35,0 +35,0 @@ "engine-strict": true, |
@@ -104,2 +104,8 @@ # Wootils | ||
#### extendPromise | ||
A way to extend promise chains by _injecting_ custom properties. | ||
[Read more about extendPromise](manual/extendPromise.html) | ||
#### ObjectUtils | ||
@@ -106,0 +112,0 @@ |
@@ -104,2 +104,8 @@ # Wootils | ||
#### extendPromise | ||
A way to extend promise chains by _injecting_ custom properties. | ||
[Read more about extendPromise](./documents/shared/extendPromise.md) | ||
#### ObjectUtils | ||
@@ -106,0 +112,0 @@ |
const APIClient = require('./apiClient'); | ||
const deferred = require('./deferred'); | ||
const EventsHub = require('./eventsHub'); | ||
const extendPromise = require('./extendPromise'); | ||
const ObjectUtils = require('./objectUtils'); | ||
@@ -10,3 +11,4 @@ | ||
EventsHub, | ||
extendPromise, | ||
ObjectUtils, | ||
}; |
Sorry, the diff of this file is not supported yet
624997
76
8611
165
Updatedcolors@^1.4.0
Updatedurijs@^1.19.2