@pnp/queryable
Advanced tools
Comparing version
{ | ||
"name": "@pnp/queryable", | ||
"version": "3.0.0-v3nightly.20220025", | ||
"version": "3.0.0-v3nightly.20220026", | ||
"description": "pnp - provides shared odata functionality and base classes", | ||
@@ -9,3 +9,3 @@ "main": "./index.js", | ||
"tslib": "2.3.1", | ||
"@pnp/core": "3.0.0-v3nightly.20220025" | ||
"@pnp/core": "3.0.0-v3nightly.20220026" | ||
}, | ||
@@ -12,0 +12,0 @@ "author": { |
@@ -90,4 +90,3 @@ import { __decorate } from "tslib"; | ||
if (typeof result !== "undefined") { | ||
log("Result returned from pre"); | ||
log("Emitting data"); | ||
log("Result returned from pre, Emitting data"); | ||
this.emit.data(result); | ||
@@ -126,2 +125,4 @@ log("Emitted data"); | ||
return new Promise((resolve, reject) => { | ||
// we overwrite any pre-existing internal events as a | ||
// given queryable can only process a single request at a time | ||
this.on[this.InternalResolveEvent].replace(resolve); | ||
@@ -128,0 +129,0 @@ this.on[this.InternalRejectEvent].replace(reject); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
72418
0.15%853
0.12%+ Added
- Removed