@pnp/queryable
Advanced tools
Comparing version 3.0.0-v3nightly.20211114 to 3.0.0-v3nightly.20211128
@@ -25,3 +25,2 @@ import { isFunc, getHashCode, PnPClientStorage, getGUID, extend } from "@pnp/core"; | ||
if (isFunc(expireFunc)) { | ||
// TODO:: Think about making PnPClientStorage handle no expiration date. (PKR: it does, unsure on need here) | ||
const storage = new PnPClientStorage(); | ||
@@ -28,0 +27,0 @@ const s = type === "session" ? storage.session : storage.local; |
@@ -1,2 +0,2 @@ | ||
import { get, op } from "./operations"; | ||
import { get, op } from "./operations.js"; | ||
/** | ||
@@ -3,0 +3,0 @@ * Allows a decorated object to be invoked as a function, optionally providing an implementation for that action |
{ | ||
"name": "@pnp/queryable", | ||
"version": "3.0.0-v3nightly.20211114", | ||
"version": "3.0.0-v3nightly.20211128", | ||
"description": "pnp - provides shared odata functionality and base classes", | ||
@@ -8,4 +8,4 @@ "main": "./index.js", | ||
"dependencies": { | ||
"tslib": "2.1.0", | ||
"@pnp/core": "3.0.0-v3nightly.20211114" | ||
"tslib": "2.3.1", | ||
"@pnp/core": "3.0.0-v3nightly.20211128" | ||
}, | ||
@@ -12,0 +12,0 @@ "author": { |
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
71305
827
+ Added@pnp/core@3.0.0-v3nightly.20211128(transitive)
+ Addedtslib@2.3.1(transitive)
- Removed@pnp/core@3.0.0-v3nightly.20211114(transitive)
- Removedtslib@2.1.0(transitive)
Updatedtslib@2.3.1