@goldfishjs/requester
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.3.0](https://github.com/alipay/goldfish/blob/master/packages/requester/README.md/compare/v1.2.1...v1.3.0) (2020-11-24) | ||
**Note:** Version bump only for package @goldfishjs/requester | ||
## [1.2.1](https://github.com/alipay/goldfish/blob/master/packages/requester/README.md/compare/v1.2.0...v1.2.1) (2020-09-25) | ||
@@ -8,0 +16,0 @@ |
@@ -16,3 +16,3 @@ import _regeneratorRuntime from "@babel/runtime/regenerator"; | ||
case 0: | ||
if (!((options === null || options === void 0 ? void 0 : options.usePreviousResult) && promiseList.length)) { | ||
if (!(options !== null && options !== void 0 && options.usePreviousResult && promiseList.length)) { | ||
_context.next = 2; | ||
@@ -19,0 +19,0 @@ break; |
{ | ||
"name": "@goldfishjs/requester", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "goldfish-requester", | ||
@@ -26,8 +26,8 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@goldfishjs/module-usage": "^1.2.1", | ||
"@goldfishjs/reactive": "^1.2.1", | ||
"@goldfishjs/reactive-connect": "^1.2.1", | ||
"@goldfishjs/utils": "^1.2.1", | ||
"@goldfishjs/module-usage": "^1.3.0", | ||
"@goldfishjs/reactive": "^1.3.0", | ||
"@goldfishjs/reactive-connect": "^1.3.0", | ||
"@goldfishjs/utils": "^1.3.0", | ||
"mini-types": "^0.1.3" | ||
} | ||
} |
25775