@figma-export/cli
Advanced tools
Comparing version 6.0.0-beta.0 to 6.0.0
@@ -18,3 +18,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
.example('use-config ./figmaexportrc.production.js') | ||
.action((configFile = '.figmaexportrc.js') => __awaiter(void 0, void 0, void 0, function* () { | ||
.action((...args_1) => __awaiter(void 0, [...args_1], void 0, function* (configFile = '.figmaexportrc.js') { | ||
const configPath = path.resolve(configFile); | ||
@@ -21,0 +21,0 @@ if (!fs.existsSync(configPath)) { |
@@ -17,3 +17,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
export const requirePackages = (packages, baseOptions = {}) => __awaiter(void 0, void 0, void 0, function* () { | ||
export const requirePackages = (packages_1, ...args_1) => __awaiter(void 0, [packages_1, ...args_1], void 0, function* (packages, baseOptions = {}) { | ||
return Promise.all(packages.map((_pkg) => __awaiter(void 0, void 0, void 0, function* () { | ||
@@ -20,0 +20,0 @@ const pkgNameOrPath = resolveNameOrPath(_pkg); |
{ | ||
"name": "@figma-export/cli", | ||
"description": "Command line for @figma-export", | ||
"version": "6.0.0-beta.0", | ||
"version": "6.0.0", | ||
"author": "Marco Montalbano", | ||
@@ -11,4 +11,4 @@ "bin": { | ||
"dependencies": { | ||
"@figma-export/core": "^6.0.0-beta.0", | ||
"@figma-export/types": "^6.0.0-beta.0", | ||
"@figma-export/core": "^6.0.0", | ||
"@figma-export/types": "^6.0.0", | ||
"ora": "~8.0.1", | ||
@@ -18,3 +18,3 @@ "sade": "~1.8.1" | ||
"engines": { | ||
"node": ">= 18.12" | ||
"node": ">= 18.17" | ||
}, | ||
@@ -43,3 +43,3 @@ "files": [ | ||
}, | ||
"gitHead": "559f5bfe3cf41a2cbed16a6a4348c781940f80ce" | ||
"gitHead": "504328785193bdd5143d25ce4abb4ab1242f4ea2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
28284
0
Updated@figma-export/core@^6.0.0
Updated@figma-export/types@^6.0.0