@proxy-figma-export/cli
Advanced tools
Comparing version 3.4.1 to 3.6.0
@@ -1,1 +0,1 @@ | ||
{"version":"3.4.1","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.6.0","commands":{"components":{"id":"components","description":"export components from a Figma file\n","pluginName":"@proxy-figma-export/cli","pluginType":"core","aliases":[],"flags":{"fileVersion":{"name":"fileVersion","type":"option","description":"\nA specific version ID to get. Omitting this will get the current version of the file.\nhttps://help.figma.com/hc/en-us/articles/360038006754-View-a-file-s-version-history","required":false},"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":{"fileVersion":{"name":"fileVersion","type":"option","description":"\nA specific version ID to get. Omitting this will get the current version of the file.\nhttps://help.figma.com/hc/en-us/articles/360038006754-View-a-file-s-version-history","required":false},"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.4.1", | ||
"version": "3.6.0", | ||
"main": "dist/index.js", | ||
@@ -13,4 +13,2 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@figma-export/core": "^3.4.0", | ||
"@figma-export/types": "^3.4.0", | ||
"@oclif/command": "~1.8.0", | ||
@@ -20,4 +18,4 @@ "@oclif/config": "~1.17.0", | ||
"@oclif/plugin-help": "~3.2.3", | ||
"@proxy-figma-export/core": "^3.4.1", | ||
"@proxy-figma-export/types": "^3.4.1", | ||
"@proxy-figma-export/core": "^3.6.0", | ||
"@proxy-figma-export/types": "^3.6.0", | ||
"ora": "~5.4.1" | ||
@@ -69,3 +67,3 @@ }, | ||
}, | ||
"gitHead": "3a5517b9cde228aa2b4fe61c2aa61b82a13d4c3d" | ||
"gitHead": "70f5c7c859b5fce920baeca94fca0cebd7fe1569" | ||
} |
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
28974
7
26
- Removed@figma-export/core@^3.4.0
- Removed@figma-export/types@^3.4.0
- Removed@figma-export/core@3.5.0(transitive)
- Removed@figma-export/types@3.5.0(transitive)
- Removedfigma-js@1.14.0(transitive)