makepromise
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -0,1 +1,7 @@ | ||
## 2 April 2019 | ||
### [3.0.3](git+https://github.com/artdecocode/makepromise/compare/v3.0.2...v3.0.3) | ||
- [package] Add the `module` field. | ||
## 15 January 2019 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "makepromise", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Make a Promise from a function with a callback and preserve its error stack.", | ||
"main": "build", | ||
"main": "build/index.js", | ||
"module": "src/index.js", | ||
@@ -45,12 +45,12 @@ "scripts": { | ||
"devDependencies": { | ||
"alamode": "1.6.1", | ||
"catchment": "3.2.1", | ||
"documentary": "1.20.1", | ||
"alamode": "1.9.0", | ||
"catchment": "3.2.2", | ||
"documentary": "1.23.2", | ||
"wrote": "1.4.0", | ||
"yarn-s": "1.1.0", | ||
"zoroaster": "3.6.6" | ||
"zoroaster": "3.11.2" | ||
}, | ||
"dependencies": { | ||
"erotic": "2.0.2" | ||
"erotic": "2.0.3" | ||
} | ||
} |
@@ -19,6 +19,4 @@ # makepromise | ||
- [Error Stack](#error-stack) | ||
- [TODO](#todo) | ||
- [Copyright](#copyright) | ||
## API | ||
@@ -32,3 +30,2 @@ | ||
### `async makePromise(`<br/> `fn: function(...args, cb),`<br/> `args: (*[]|*),`<br/>`): void` | ||
@@ -76,4 +73,2 @@ | ||
### `async makePromise(`<br/> `fn: function(...args, cb),`<br/> `args: (*[]|*),`<br/> `resolveValue: *,`<br/>`): void` | ||
@@ -106,4 +101,2 @@ | ||
### Binding Methods | ||
@@ -145,3 +138,2 @@ | ||
## Error Stack | ||
@@ -195,11 +187,6 @@ | ||
## TODO | ||
- [ ] fix missing `v2.0.0` commit. | ||
## Copyright | ||
(c) [Art Deco][1] 2018 | ||
(c) [Art Deco][1] 2019 | ||
[1]: https://artdeco.bz | ||
[1]: https://artd.eco |
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
11561
186
+ Addederotic@2.0.3(transitive)
- Removederotic@2.0.2(transitive)
Updatederotic@2.0.3