@fortawesome/fontawesome-svg-core
Advanced tools
Comparing version 1.2.12 to 1.2.13
@@ -104,3 +104,3 @@ import {IconDefinition, IconLookup, IconName, IconPrefix, IconPack } from '@fortawesome/fontawesome-common-types'; | ||
export interface DOM { | ||
i2svg(params?: { node: Node; callback: () => void }): void; | ||
i2svg(params?: { node: Node; callback: () => void }): Promise<void>; | ||
css(): string; | ||
@@ -107,0 +107,0 @@ insertCss(): string; |
@@ -50,5 +50,5 @@ { | ||
"dependencies": { | ||
"@fortawesome/fontawesome-common-types": "^0.2.12" | ||
"@fortawesome/fontawesome-common-types": "^0.2.13" | ||
}, | ||
"version": "1.2.12", | ||
"version": "1.2.13", | ||
"name": "@fortawesome/fontawesome-svg-core", | ||
@@ -55,0 +55,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
163811
4567