figma-api-stub
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -87,3 +87,3 @@ "use strict"; | ||
}()); | ||
applyMixins_1.applyMixins(RectangleNodeStub, [BaseNodeMixinStub, LayoutMixinStub]); | ||
applyMixins_1.applyMixins(RectangleNodeStub, [BaseNodeMixinStub, LayoutMixinStub, RectangleNodeStub]); | ||
var DocumentNodeStub = /** @class */ (function () { | ||
@@ -95,3 +95,3 @@ function DocumentNodeStub() { | ||
}()); | ||
applyMixins_1.applyMixins(DocumentNodeStub, [BaseNodeMixinStub, ChildrenMixinStub]); | ||
applyMixins_1.applyMixins(DocumentNodeStub, [BaseNodeMixinStub, ChildrenMixinStub, DocumentNodeStub]); | ||
exports.createFigma = function () { return ({ | ||
@@ -98,0 +98,0 @@ // @ts-ignore |
{ | ||
"name": "figma-api-stub", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"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
25629