change: zotero-types 1.0.3

This commit is contained in:
xiangyu 2023-01-24 10:25:20 +08:00
parent fac772b7b8
commit ceb4d602cc
2 changed files with 2 additions and 2 deletions

View File

@ -48,6 +48,6 @@
"release-it": "^15.6.0",
"replace-in-file": "^6.3.5",
"typescript": "^4.9.4",
"zotero-types": "^1.0.0"
"zotero-types": "^1.0.3"
}
}

2
typing/global.d.ts vendored
View File

@ -1,6 +1,6 @@
declare const _globalThis: {
[key: string]: any;
Zotero: _ZoteroConstructable;
Zotero: _ZoteroTypes.Zotero;
ZoteroPane: _ZoteroTypes.ZoteroPane;
Zotero_Tabs: typeof Zotero_Tabs;
window: Window;