figma-api-stub
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -14,3 +14,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var lodash_1 = require("lodash"); | ||
var _ = require("lodash"); | ||
var applyMixins_1 = require("./applyMixins"); | ||
@@ -266,3 +266,3 @@ var defaultConfig = { | ||
var instance = new InstanceNodeStub(); | ||
instance.children = lodash_1.default.cloneDeep(this.children); | ||
instance.children = _.cloneDeep(this.children); | ||
return instance; | ||
@@ -269,0 +269,0 @@ }; |
{ | ||
"name": "figma-api-stub", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "Figma API stub", | ||
@@ -5,0 +5,0 @@ "main": "./dist/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
46711