@pnp/common
Advanced tools
Comparing version 2.1.0-beta5 to 2.1.0-beta6
@@ -30,2 +30,3 @@ import { isFunc, objectDefinedNotNull } from "./util"; | ||
maps[i].forEach(function (v, k) { | ||
// let's not run the spfx context through Object.assign :) | ||
if ((typeof k === "string" && k !== "spfxContext") && Object.prototype.toString.call(v) === "[object Object]") { | ||
@@ -32,0 +33,0 @@ // we only handle one level of deep object merging |
{ | ||
"name": "@pnp/common", | ||
"version": "2.1.0-beta5", | ||
"version": "2.1.0-beta6", | ||
"description": "pnp - provides shared functionality across all pnp libraries", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
68744
1138