@pnp/queryable
Advanced tools
Comparing version 4.7.0 to 4.8.0-v4nightly.20241224
@@ -94,3 +94,3 @@ import { hOP } from "@pnp/core"; | ||
static async init(r) { | ||
const t = await r.text(); | ||
const t = await r.clone().text(); | ||
return new HttpRequestError(`Error making HttpClient request in queryable [${r.status}] ${r.statusText} ::> ${t}`, r); | ||
@@ -97,0 +97,0 @@ } |
{ | ||
"name": "@pnp/queryable", | ||
"version": "4.7.0", | ||
"version": "4.8.0-v4nightly.20241224", | ||
"description": "pnp - provides shared odata functionality and base classes", | ||
@@ -9,3 +9,3 @@ "main": "./index.js", | ||
"tslib": "2.7.0", | ||
"@pnp/core": "4.7.0" | ||
"@pnp/core": "4.8.0-v4nightly.20241224" | ||
}, | ||
@@ -12,0 +12,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
89833
1
+ Added@pnp/core@4.8.0-v4nightly.20241224(transitive)
- Removed@pnp/core@4.7.0(transitive)