@pnp/core-commonjs
Advanced tools
Comparing version 3.0.0-v3nightly.20211002 to 3.0.0-v3nightly.20211003
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.enableExtensions = exports.disableExtensions = exports.extendFactory = exports.extend = exports.extendable = void 0; | ||
const util_1 = require("./util"); | ||
const util_js_1 = require("./util.js"); | ||
let _enableExtensions = false; | ||
@@ -79,3 +79,3 @@ const ObjExtensionsSym = Symbol.for("PnPExt"); | ||
Reflect.defineProperty(proto, ObjExtensionsSym, { | ||
value: (0, util_1.getGUID)(), | ||
value: (0, util_js_1.getGUID)(), | ||
}); | ||
@@ -131,3 +131,3 @@ } | ||
let result = undefined; | ||
if ((0, util_1.isFunc)(extension)) { | ||
if ((0, util_js_1.isFunc)(extension)) { | ||
// this extension is a function which we call | ||
@@ -134,0 +134,0 @@ result = extension(op, target, ...rest); |
{ | ||
"name": "@pnp/core-commonjs", | ||
"version": "3.0.0-v3nightly.20211002", | ||
"version": "3.0.0-v3nightly.20211003", | ||
"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
79876