@figma-export/core
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -17,2 +17,8 @@ | ||
const componentWithSlashedName = { | ||
id: '9:10', | ||
name: 'icon/eye', | ||
type: 'COMPONENT', | ||
}; | ||
const component1 = { | ||
@@ -73,4 +79,14 @@ id: '10:8', | ||
const createPage = (children) => ({ | ||
children: [{ | ||
id: '10:8', | ||
name: 'fakePage', | ||
type: 'CANVAS', | ||
children, | ||
}], | ||
}); | ||
module.exports = { | ||
componentWithNumber, | ||
componentWithSlashedName, | ||
component1, | ||
@@ -80,2 +96,3 @@ component2, | ||
group1, | ||
createPage, | ||
page1, | ||
@@ -82,0 +99,0 @@ page2, |
{ | ||
"name": "@figma-export/core", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "@figma-export core functionalities", | ||
@@ -17,6 +17,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"axios": "~0.19.0", | ||
"axios": "~0.19.2", | ||
"figma-js": "~1.9.0" | ||
}, | ||
"gitHead": "6b4430491c3e45757082ec63b9d68db29798758d" | ||
"gitHead": "b084462214ea7a479208f6ebaffe089798cd5b42" | ||
} |
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
15743
402
Updatedaxios@~0.19.2