@vonage/vvd-fonts
Advanced tools
Comparing version 0.7.0 to 0.10.0
@@ -1,4 +0,4 @@ | ||
# 0.7.0 (2020-09-15) | ||
# 0.10.0 (2020-09-22) | ||
{ | ||
"name": "@vonage/vvd-fonts", | ||
"version": "0.7.0", | ||
"version": "0.10.0", | ||
"description": "Vivid fonts initialisation service", | ||
@@ -30,7 +30,7 @@ "homepage": "https://github.com/Vonage/vivid/tree/master/common/fonts", | ||
"devDependencies": { | ||
"@vonage/vvd-foundation": "^0.7.0", | ||
"@vonage/vvd-foundation": "^0.10.0", | ||
"fs-extra": "^9.0.1", | ||
"lit-element": "^2.4.0" | ||
}, | ||
"gitHead": "7ea075c26f7d4224be96ce96efd8ad6d6f210cd3" | ||
"gitHead": "2aeca64a96ebdb3dfc61888430fea0f959c19090" | ||
} |
@@ -5,2 +5,2 @@ declare const _default: Readonly<{ | ||
export default _default; | ||
declare function init(): Promise<void>; | ||
declare function init(): Promise<Record<string, unknown>>; |
@@ -18,3 +18,2 @@ export default Object.freeze({ | ||
const ds = document.createElement('style'); | ||
ds.type = 'text/css'; | ||
ds.innerHTML = finalCSS; | ||
@@ -49,3 +48,3 @@ document.head.appendChild(ds); | ||
else { | ||
resolve(); | ||
resolve({}); | ||
} | ||
@@ -52,0 +51,0 @@ } |
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
24956
119