@uqds/icon
Advanced tools
Comparing version 0.0.5-alpha.0 to 0.0.6-alpha.0
@@ -22,4 +22,7 @@ "use strict"; | ||
const result = (0, svgo_1.optimize)(svgInput, svgoOptions_1.svgoOptions); | ||
if (result.data) | ||
//@ts-ignore | ||
if (result.data) { | ||
//@ts-ignore | ||
return result.data; | ||
} | ||
throw new Error("Failed to optimise SVG using SVGO dependency."); | ||
@@ -26,0 +29,0 @@ }; |
{ | ||
"name": "@uqds/icon", | ||
"version": "0.0.5-alpha.0", | ||
"version": "0.0.6-alpha.0", | ||
"description": "Icon component", | ||
@@ -45,3 +45,4 @@ "keywords": [ | ||
"clean-ts": "rm -rf ./dist/*.js*", | ||
"clean-icons": "rm -rf ./dist/images src/*/_build/*" | ||
"clean-icons": "rm -rf ./dist/images src/*/_build/*", | ||
"prepare": "gulp -f ../../gulpfile.js --cwd=. prepare" | ||
}, | ||
@@ -52,3 +53,3 @@ "bugs": { | ||
"dependencies": { | ||
"@uqds/core": "^0.0.5-alpha.0" | ||
"@uqds/core": "^0.0.6-alpha.0" | ||
}, | ||
@@ -70,3 +71,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "0d2250c3ff44460d2902ea08102e6423b3fcc3aa" | ||
"gitHead": "b412d33b296d9f6c92725aae602e3c9913a1c6a1" | ||
} |
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
602233
306
1422
+ Added@uqds/core@0.0.6-alpha.0(transitive)
- Removed@uqds/core@0.0.5-alpha.0(transitive)
Updated@uqds/core@^0.0.6-alpha.0