Comparing version 12.0.3 to 12.0.4
import { Request } from "servie/dist/browser"; | ||
import { transport, XhrResponse } from "popsicle-transport-xhr"; | ||
import { toFetch } from "./common"; | ||
export * from "./common"; | ||
export * from "servie/dist/signal"; | ||
@@ -9,3 +9,3 @@ export * from "servie/dist/headers"; | ||
*/ | ||
export { Request, toFetch, transport, XhrResponse }; | ||
export { Request, transport, XhrResponse }; | ||
/** | ||
@@ -12,0 +12,0 @@ * Browser standard middleware stack. |
@@ -12,3 +12,3 @@ "use strict"; | ||
const common_1 = require("./common"); | ||
exports.toFetch = common_1.toFetch; | ||
__export(require("./common")); | ||
__export(require("servie/dist/signal")); | ||
@@ -15,0 +15,0 @@ __export(require("servie/dist/headers")); |
import { middleware as nodeMiddleware, fetch as nodeFetch, HttpResponse } from "./node"; | ||
import { middleware as browserMiddleware, fetch as browserFetch, XhrResponse } from "./browser"; | ||
export * from "./common"; | ||
export * from "servie/dist/signal"; | ||
@@ -4,0 +5,0 @@ export * from "servie/dist/headers"; |
@@ -7,2 +7,3 @@ "use strict"; | ||
const node_1 = require("./node"); | ||
__export(require("./common")); | ||
__export(require("servie/dist/signal")); | ||
@@ -9,0 +10,0 @@ __export(require("servie/dist/headers")); |
@@ -7,3 +7,3 @@ import { Request } from "servie/dist/node"; | ||
import { userAgent } from "popsicle-user-agent"; | ||
import { toFetch } from "./common"; | ||
export * from "./common"; | ||
export * from "servie/dist/signal"; | ||
@@ -14,3 +14,3 @@ export * from "servie/dist/headers"; | ||
*/ | ||
export { contentEncoding, cookies, HttpResponse, redirects, Request, toFetch, transport, userAgent }; | ||
export { contentEncoding, cookies, HttpResponse, redirects, Request, transport, userAgent }; | ||
/** | ||
@@ -17,0 +17,0 @@ * Node.js standard middleware stack. |
@@ -21,3 +21,3 @@ "use strict"; | ||
const common_1 = require("./common"); | ||
exports.toFetch = common_1.toFetch; | ||
__export(require("./common")); | ||
__export(require("servie/dist/signal")); | ||
@@ -24,0 +24,0 @@ __export(require("servie/dist/headers")); |
{ | ||
"name": "popsicle", | ||
"version": "12.0.3", | ||
"version": "12.0.4", | ||
"description": "Advanced HTTP requests in node.js and browsers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -43,2 +43,4 @@ # ![Popsicle](https://cdn.rawgit.com/serviejs/popsicle/master/logo.svg) | ||
> **Important:** If you are doing anything non-trivial with Popsicle, please override the `User-Agent` and respect `robots.txt`. | ||
### Recipes | ||
@@ -45,0 +47,0 @@ |
Sorry, the diff of this file is not supported yet
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
23522
147
105