figma-api-stub
Advanced tools
Comparing version 0.0.42 to 0.0.43
@@ -205,2 +205,5 @@ "use strict"; | ||
BaseNodeMixinStub.prototype.getPluginData = function (key) { | ||
if (joinedConfig.simulateErrors && this.removed) { | ||
throw new Error("The node with id " + this.id + " does not exist"); | ||
} | ||
if (!this.pluginData) { | ||
@@ -207,0 +210,0 @@ return; |
{ | ||
"name": "figma-api-stub", | ||
"version": "0.0.42", | ||
"version": "0.0.43", | ||
"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
52138
881