@figma-export/core
Advanced tools
Comparing version 0.0.1-alpha.6 to 0.0.1-alpha.8
@@ -42,3 +42,3 @@ const Figma = require('figma-js'); | ||
// eslint-disable-next-line import/no-dynamic-require, global-require | ||
const { configs = {} } = fs.existsSync(configPath) ? require(configPath) : {}; | ||
const { configs = [] } = fs.existsSync(configPath) ? require(configPath) : {}; | ||
@@ -49,3 +49,3 @@ return objects.map((pkg) => { | ||
...baseOptions, | ||
configs: configs[pkg.name], | ||
configs: utils.fromEntries(configs)[pkg.name], | ||
}); | ||
@@ -52,0 +52,0 @@ }); |
{ | ||
"name": "@figma-export/core", | ||
"version": "0.0.1-alpha.6", | ||
"version": "0.0.1-alpha.8", | ||
"description": "@figma-export core functionalities", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "c6a3927a3a1d7eb2a116afc134fa2492a4c251f9" | ||
"gitHead": "358ac4e5fc372091f4eae2278bae64dea2834b94" | ||
} |
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
12189