@pnp/queryable
Advanced tools
Comparing version 4.7.0-v4nightly.20241209 to 4.7.0-v4nightly.20241210
@@ -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-v4nightly.20241209", | ||
"version": "4.7.0-v4nightly.20241210", | ||
"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-v4nightly.20241209" | ||
"@pnp/core": "4.7.0-v4nightly.20241210" | ||
}, | ||
@@ -12,0 +12,0 @@ "type": "module", |
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
89833
+ Added@pnp/core@4.7.0-v4nightly.20241210(transitive)
- Removed@pnp/core@4.7.0-v4nightly.20241209(transitive)