@figma-export/cli
Advanced tools
Comparing version 0.0.1-alpha.9 to 0.0.1-alpha.10
@@ -1,1 +0,1 @@ | ||
{"version":"0.0.1-alpha.9","commands":{"components":{"id":"components","description":"Exports 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}]},"from-config":{"id":"from-config","description":"Exports from configuration file\n","pluginName":"@figma-export/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"config","required":true,"default":".figmaexportrc.js"}]}}} | ||
{"version":"0.0.1-alpha.10","commands":{"components":{"id":"components","description":"Exports 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}]},"from-config":{"id":"from-config","description":"Exports from 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": "0.0.1-alpha.9", | ||
"version": "0.0.1-alpha.10", | ||
"author": "Marco Montalbano @marcomontalbano", | ||
@@ -11,3 +11,3 @@ "bin": { | ||
"dependencies": { | ||
"@figma-export/core": "^0.0.1-alpha.9", | ||
"@figma-export/core": "^0.0.1-alpha.10", | ||
"@oclif/command": "~1.5.19", | ||
@@ -52,3 +52,3 @@ "@oclif/config": "~1.13.3", | ||
}, | ||
"gitHead": "c3ba405414c710f9fc08f3dff40619d07fa49279" | ||
"gitHead": "07b977ab0e16c2a1967a0316e25ac434cc62d07c" | ||
} |
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
10135