@pnp/core
Advanced tools
Comparing version 3.0.0-v3nightly.20211003 to 3.0.0-v3nightly.20211004
import { objectDefinedNotNull } from "../util.js"; | ||
// eslint-disable-next-line @typescript-eslint/no-var-requires | ||
const cloneDeep = require("lodash.clonedeep"); | ||
import cloneDeep from "lodash.clonedeep"; | ||
/** | ||
@@ -5,0 +4,0 @@ * Behavior that will copy all the observers in the source timeline and apply it to the incoming instance |
{ | ||
"name": "@pnp/core", | ||
"version": "3.0.0-v3nightly.20211003", | ||
"version": "3.0.0-v3nightly.20211004", | ||
"description": "pnp - provides shared functionality across all pnp libraries", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
import { broadcast, lifecycle } from "./moments.js"; | ||
import { objectDefinedNotNull, isArray, isFunc } from "./util.js"; | ||
// eslint-disable-next-line @typescript-eslint/no-var-requires | ||
const cloneDeep = require("lodash.clonedeep"); | ||
import cloneDeep from "lodash.clonedeep"; | ||
/** | ||
@@ -6,0 +5,0 @@ * Timeline represents a set of operations executed in order of definition, |
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
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
77193
1256