change: zotero-types 1.0.3
This commit is contained in:
parent
fac772b7b8
commit
ceb4d602cc
|
|
@ -48,6 +48,6 @@
|
||||||
"release-it": "^15.6.0",
|
"release-it": "^15.6.0",
|
||||||
"replace-in-file": "^6.3.5",
|
"replace-in-file": "^6.3.5",
|
||||||
"typescript": "^4.9.4",
|
"typescript": "^4.9.4",
|
||||||
"zotero-types": "^1.0.0"
|
"zotero-types": "^1.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
declare const _globalThis: {
|
declare const _globalThis: {
|
||||||
[key: string]: any;
|
[key: string]: any;
|
||||||
Zotero: _ZoteroConstructable;
|
Zotero: _ZoteroTypes.Zotero;
|
||||||
ZoteroPane: _ZoteroTypes.ZoteroPane;
|
ZoteroPane: _ZoteroTypes.ZoteroPane;
|
||||||
Zotero_Tabs: typeof Zotero_Tabs;
|
Zotero_Tabs: typeof Zotero_Tabs;
|
||||||
window: Window;
|
window: Window;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue