change: zotero-types 1.0.3
This commit is contained in:
parent
fac772b7b8
commit
ceb4d602cc
@ -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
2
typing/global.d.ts
vendored
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user