figma-api-stub
Advanced tools
Comparing version 0.0.27 to 0.0.28
@@ -18,2 +18,3 @@ "use strict"; | ||
var operators_1 = require("rxjs/operators"); | ||
var fonts_1 = require("./fonts"); | ||
var defaultConfig = { | ||
@@ -374,2 +375,5 @@ simulateErrors: false | ||
}; | ||
PluginApiStub.prototype.listAvailableFontsAsync = function () { | ||
return Promise.resolve(fonts_1.Roboto.concat(fonts_1.Helvetica)); | ||
}; | ||
PluginApiStub.prototype.on = function (type, callback) { | ||
@@ -376,0 +380,0 @@ if (type === "selectionchange") { |
{ | ||
"name": "figma-api-stub", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"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
54264
17
1145