@aspida/node-fetch
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -62,3 +62,4 @@ "use strict"; | ||
var send = function (fn) { return function () { return __awaiter(_this, void 0, void 0, function () { | ||
var request, res, _a; | ||
var request, res; | ||
var _a; | ||
var _b, _c, _d; | ||
@@ -65,0 +66,0 @@ return __generator(this, function (_e) { |
{ | ||
"name": "@aspida/node-fetch", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "node-fetch client for aspida", | ||
@@ -28,4 +28,4 @@ "author": "Solufa <solufa2020@gmail.com>", | ||
"dependencies": { | ||
"aspida": "^0.21.0" | ||
"aspida": "^0.21.1" | ||
} | ||
} |
@@ -24,5 +24,2 @@ # @aspida/node-fetch | ||
</a> | ||
<a href="https://dependabot.com"> | ||
<img src="https://api.dependabot.com/badges/status?host=github&repo=aspida/aspida" alt="Dependabot Status" /> | ||
</a> | ||
<a href="https://github.com/aspida/aspida/blob/master/packages/aspida-node-fetch/LICENSE"> | ||
@@ -61,4 +58,4 @@ <img src="https://img.shields.io/npm/l/@aspida/fetch" alt="License" /> | ||
import fetch from "node-fetch" | ||
import aspida from "@aspida/fetch" | ||
import api from "../apis/$api" | ||
import aspida from "@aspida/node-fetch" | ||
import api from "../api/$api" | ||
@@ -65,0 +62,0 @@ const fetchConfig = { baseURL: "https://example.com/api" } |
Sorry, the diff of this file is not supported yet
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
102
12476
83
Updatedaspida@^0.21.1