@figma-export/cli
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -1,1 +0,1 @@ | ||
{"version":"1.1.1","commands":{"components":{"id":"components","description":"export components from a Figma file\n","pluginName":"@figma-export/cli","pluginType":"core","aliases":[],"flags":{"page":{"name":"page","type":"option","char":"p","description":"Figma page names (defaults to 'all pages')"},"output":{"name":"output","type":"option","char":"o","description":"Output directory","default":"output"},"outputter":{"name":"outputter","type":"option","char":"O","description":"Outputter module or path"},"transformer":{"name":"transformer","type":"option","char":"T","description":"Transformer module or path"}},"args":[{"name":"fileId","required":true}]},"use-config":{"id":"use-config","description":"export using a configuration file\n","pluginName":"@figma-export/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"config","required":true,"default":".figmaexportrc.js"}]}}} | ||
{"version":"1.2.0","commands":{"components":{"id":"components","description":"export components from a Figma file\n","pluginName":"@figma-export/cli","pluginType":"core","aliases":[],"flags":{"page":{"name":"page","type":"option","char":"p","description":"Figma page names (defaults to 'all pages')"},"output":{"name":"output","type":"option","char":"o","description":"Output directory","default":"output"},"outputter":{"name":"outputter","type":"option","char":"O","description":"Outputter module or path"},"transformer":{"name":"transformer","type":"option","char":"T","description":"Transformer module or path"}},"args":[{"name":"fileId","required":true}]},"use-config":{"id":"use-config","description":"export using a configuration file\n","pluginName":"@figma-export/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"config","required":true,"default":".figmaexportrc.js"}]}}} |
{ | ||
"name": "@figma-export/cli", | ||
"description": "Command line for @figma-export", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"author": "Marco Montalbano @marcomontalbano", | ||
@@ -11,3 +11,3 @@ "bin": { | ||
"dependencies": { | ||
"@figma-export/core": "^1.1.1", | ||
"@figma-export/core": "^1.2.0", | ||
"@oclif/command": "~1.5.19", | ||
@@ -22,3 +22,3 @@ "@oclif/config": "~1.13.3", | ||
"@oclif/test": "~1.2.5", | ||
"globby": "~10.0.1" | ||
"globby": "~11.0.0" | ||
}, | ||
@@ -53,3 +53,3 @@ "engines": { | ||
}, | ||
"gitHead": "6b4430491c3e45757082ec63b9d68db29798758d" | ||
"gitHead": "b084462214ea7a479208f6ebaffe089798cd5b42" | ||
} |
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
Updated@figma-export/core@^1.2.0