@pnp/queryable
Advanced tools
Comparing version 4.6.0 to 4.7.0
@@ -94,3 +94,3 @@ import { hOP } from "@pnp/core"; | ||
static async init(r) { | ||
const t = await r.clone().text(); | ||
const t = await r.text(); | ||
return new HttpRequestError(`Error making HttpClient request in queryable [${r.status}] ${r.statusText} ::> ${t}`, r); | ||
@@ -97,0 +97,0 @@ } |
@@ -11,2 +11,3 @@ export * from "./queryable.js"; | ||
export * from "./behaviors/inject-headers.js"; | ||
export * from "./behaviors/debug-headers.js"; | ||
export * from "./behaviors/parsers.js"; | ||
@@ -13,0 +14,0 @@ export * from "./behaviors/timeout.js"; |
@@ -12,2 +12,3 @@ import { jsS } from "@pnp/core"; | ||
export * from "./behaviors/inject-headers.js"; | ||
export * from "./behaviors/debug-headers.js"; | ||
export * from "./behaviors/parsers.js"; | ||
@@ -14,0 +15,0 @@ export * from "./behaviors/timeout.js"; |
{ | ||
"name": "@pnp/queryable", | ||
"version": "4.6.0", | ||
"version": "4.7.0", | ||
"description": "pnp - provides shared odata functionality and base classes", | ||
@@ -9,3 +9,3 @@ "main": "./index.js", | ||
"tslib": "2.7.0", | ||
"@pnp/core": "4.6.0" | ||
"@pnp/core": "4.7.0" | ||
}, | ||
@@ -12,0 +12,0 @@ "type": "module", |
@@ -40,2 +40,6 @@ import { Timeline, TimelinePipe } from "@pnp/core"; | ||
toString(): string; | ||
/** | ||
* Iterator accessor | ||
*/ | ||
[Symbol.iterator](): Iterator<[string, string]>; | ||
}; | ||
@@ -42,0 +46,0 @@ export declare class Queryable<R> extends Timeline<typeof DefaultMoments> implements IQueryableInternal<R> { |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
89772
51
1157
+ Added@pnp/core@4.7.0(transitive)
- Removed@pnp/core@4.6.0(transitive)
Updated@pnp/core@4.7.0