@pnp/queryable
Advanced tools
Comparing version 3.0.0-v3nightly.20211103 to 3.0.0-v3nightly.20211106
@@ -25,3 +25,3 @@ import { isFunc, getHashCode, PnPClientStorage, getGUID, extend } from "@pnp/core"; | ||
if (isFunc(expireFunc)) { | ||
// TODO:: Think about making PnPClientStorage handle no expiration date. | ||
// TODO:: Think about making PnPClientStorage handle no expiration date. (PKR: it does, unsure on need here) | ||
const storage = new PnPClientStorage(); | ||
@@ -28,0 +28,0 @@ const s = type === "session" ? storage.session : storage.local; |
{ | ||
"name": "@pnp/queryable", | ||
"version": "3.0.0-v3nightly.20211103", | ||
"version": "3.0.0-v3nightly.20211106", | ||
"description": "pnp - provides shared odata functionality and base classes", | ||
@@ -9,3 +9,3 @@ "main": "./index.js", | ||
"tslib": "2.1.0", | ||
"@pnp/core": "3.0.0-v3nightly.20211103" | ||
"@pnp/core": "3.0.0-v3nightly.20211106" | ||
}, | ||
@@ -12,0 +12,0 @@ "author": { |
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
71439
+ Added@pnp/core@3.0.0-v3nightly.20211106(transitive)
- Removed@pnp/core@3.0.0-v3nightly.20211103(transitive)