Skip to content

Commit b5158d7

Browse files
committed
Release 0.2.6 version
1 parent cfb3b3b commit b5158d7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

index.d.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@ export namespace Fonts {
1515
}
1616

1717
declare module "figma-linux-rust-binding" {
18-
function getFonts(
19-
dirs: string[],
20-
callback: (fonts: Fonts.IFonts) => void
21-
): void;
18+
function getFonts(dirs: string[]): Promise<Fonts.IFonts>;
2219
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "figma-linux-rust-binding",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "Rust module that makes object of meta data of fonts",
55
"main": "native/index.node",
66
"author": "ChugunovRoman <Zebs-BMK@yandex.ru>",

0 commit comments

Comments
 (0)