@portkey/request
Advanced tools
Comparing version 1.0.4 to 1.0.5-alpha.0
@@ -18,2 +18,1 @@ "use strict"; | ||
__exportStar(require("./fetchRequest"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -7,2 +7,1 @@ import { IBaseRequest, RequestOpts, IRequestDefaults } from '@portkey/types'; | ||
} | ||
//# sourceMappingURL=fetchRequest.d.ts.map |
@@ -40,2 +40,1 @@ "use strict"; | ||
exports.FetchRequest = FetchRequest; | ||
//# sourceMappingURL=fetchRequest.js.map |
export * from './fetchRequest'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -18,2 +18,1 @@ "use strict"; | ||
__exportStar(require("./fetchRequest"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -14,2 +14,1 @@ export interface IAbortSignal { | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=types.js.map |
@@ -7,2 +7,1 @@ import { RequestOpts } from '@portkey/types'; | ||
export declare const fetchFormat: (config: RequestOpts, signal: IAbortSignal) => Promise<any>; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -64,2 +64,1 @@ "use strict"; | ||
exports.fetchFormat = fetchFormat; | ||
//# sourceMappingURL=index.js.map |
@@ -7,2 +7,1 @@ import { IBaseRequest, RequestOpts, IRequestDefaults } from '@portkey/types'; | ||
} | ||
//# sourceMappingURL=fetchRequest.d.ts.map |
@@ -36,2 +36,1 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
} | ||
//# sourceMappingURL=fetchRequest.js.map |
export * from './fetchRequest.js'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './fetchRequest.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -14,2 +14,1 @@ export interface IAbortSignal { | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
export {}; | ||
//# sourceMappingURL=types.js.map |
@@ -7,2 +7,1 @@ import { RequestOpts } from '@portkey/types'; | ||
export declare const fetchFormat: (config: RequestOpts, signal: IAbortSignal) => Promise<any>; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -59,2 +59,1 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
}); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@portkey/request", | ||
"version": "1.0.4", | ||
"version": "1.0.5-alpha.0", | ||
"description": "", | ||
@@ -43,6 +43,6 @@ "main": "./dist/commonjs/index.js", | ||
"dependencies": { | ||
"@portkey/types": "^1.0.4", | ||
"@portkey/types": "^1.0.5-alpha.0", | ||
"query-string": "^6.14.1" | ||
}, | ||
"gitHead": "3477ace2fd1d8c1caa09acef1efdc058ea79c7d1" | ||
"gitHead": "a86e14d703a5181fff4646509a72c60edb564778" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
55022
30
1