@proxy-figma-export/cli
Advanced tools
Comparing version 3.2.9 to 3.2.10
@@ -1,1 +0,1 @@ | ||
{"version":"3.2.9","commands":{"components":{"id":"components","description":"export components from a Figma file\n","pluginName":"@proxy-figma-export/cli","pluginType":"core","aliases":[],"flags":{"page":{"name":"page","type":"option","char":"p","description":"Figma page names (defaults to 'all pages')"},"concurrency":{"name":"concurrency","type":"option","char":"c","description":"Concurrency when fetching","default":30},"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}]},"styles":{"id":"styles","description":"export styles from a Figma file\n","pluginName":"@proxy-figma-export/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"Output directory","default":"output"},"outputter":{"name":"outputter","type":"option","char":"O","description":"Outputter module or path"}},"args":[{"name":"fileId","required":true}]},"use-config":{"id":"use-config","description":"export using a configuration file\n","pluginName":"@proxy-figma-export/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"config","required":true,"default":".figmaexportrc.js"}]}}} | ||
{"version":"3.2.10","commands":{"components":{"id":"components","description":"export components from a Figma file\n","pluginName":"@proxy-figma-export/cli","pluginType":"core","aliases":[],"flags":{"page":{"name":"page","type":"option","char":"p","description":"Figma page names (defaults to 'all pages')"},"concurrency":{"name":"concurrency","type":"option","char":"c","description":"Concurrency when fetching","default":30},"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}]},"styles":{"id":"styles","description":"export styles from a Figma file\n","pluginName":"@proxy-figma-export/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"Output directory","default":"output"},"outputter":{"name":"outputter","type":"option","char":"O","description":"Outputter module or path"}},"args":[{"name":"fileId","required":true}]},"use-config":{"id":"use-config","description":"export using a configuration file\n","pluginName":"@proxy-figma-export/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"config","required":true,"default":".figmaexportrc.js"}]}}} |
{ | ||
"name": "@proxy-figma-export/cli", | ||
"description": "Command line for @figma-export", | ||
"version": "3.2.9", | ||
"version": "3.2.10", | ||
"main": "dist/index.js", | ||
@@ -17,3 +17,3 @@ "types": "dist/index.d.ts", | ||
"@oclif/plugin-help": "~3.2.2", | ||
"@proxy-figma-export/core": "^3.2.9", | ||
"@proxy-figma-export/core": "^3.2.10", | ||
"@proxy-figma-export/types": "^3.2.4", | ||
@@ -66,3 +66,3 @@ "ora": "~5.4.0" | ||
}, | ||
"gitHead": "b2e5d8d789d363e7be57c2d7dffaeecd2f4fb3de" | ||
"gitHead": "b6d0231472650f3fbf5f63c2ad49fcd11265188e" | ||
} |
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
28437