chore(deps): update ztoolkit
This commit is contained in:
parent
7f062b198a
commit
6145b57b99
18
package-lock.json
generated
18
package-lock.json
generated
@ -9,7 +9,7 @@
|
|||||||
"version": "3.0.3",
|
"version": "3.0.3",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"zotero-plugin-toolkit": "^4.0.16"
|
"zotero-plugin-toolkit": "^4.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.14.0",
|
"@eslint/js": "^9.14.0",
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"typescript": "^5.7.2",
|
"typescript": "^5.7.2",
|
||||||
"typescript-eslint": "^8.18.2",
|
"typescript-eslint": "^8.18.2",
|
||||||
"zotero-plugin-scaffold": "^0.1.7",
|
"zotero-plugin-scaffold": "^0.1.7",
|
||||||
"zotero-types": "^3.0.11"
|
"zotero-types": "^3.1.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/code-frame": {
|
"node_modules/@babel/code-frame": {
|
||||||
@ -7897,20 +7897,20 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/zotero-plugin-toolkit": {
|
"node_modules/zotero-plugin-toolkit": {
|
||||||
"version": "4.0.16",
|
"version": "4.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/zotero-plugin-toolkit/-/zotero-plugin-toolkit-4.0.16.tgz",
|
"resolved": "https://registry.npmjs.org/zotero-plugin-toolkit/-/zotero-plugin-toolkit-4.1.0.tgz",
|
||||||
"integrity": "sha512-VNBmvIpdBDRyV4ze553V5u8jUPo3FOkGkMWrDgDsFn5H3ckFo5EDKGuBOdOHaRgUI/F0zCI3iV3MbGdxHMheDQ==",
|
"integrity": "sha512-WBtvDyuEl1A6xveQ6GnV0ZMLJ5J0Jscz5+cVVxrXGuyPq0nepzJBW7HsREOKom2ME0advYpuh2SZ6BfDY3Ky7Q==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"zotero-types": "^3.0.10"
|
"zotero-types": "^3.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/zotero-types": {
|
"node_modules/zotero-types": {
|
||||||
"version": "3.0.11",
|
"version": "3.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/zotero-types/-/zotero-types-3.0.11.tgz",
|
"resolved": "https://registry.npmjs.org/zotero-types/-/zotero-types-3.1.1.tgz",
|
||||||
"integrity": "sha512-/7IcnnvXAn6KmtH2iPdfE8ZjDf3ZZC3hgkp6nZaRlfd7OHZUgIN0O7zLj2TwWWm2Af1EDl+Dv+qeXcCJ+0S0bw==",
|
"integrity": "sha512-p+EDhCf9jtaobOLN41kKPmc2GPF5+7TnJIHqjUOssJ2uvj8c7C4nnmyRiEPK46+ZzsNY2gNZFw2+Vm8feQL6yw==",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@types/bluebird": "*",
|
"@types/bluebird": "*",
|
||||||
"@types/react": "*",
|
"@types/react": "*",
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
"update-deps": "npm update --save"
|
"update-deps": "npm update --save"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"zotero-plugin-toolkit": "^4.0.16"
|
"zotero-plugin-toolkit": "^4.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.14.0",
|
"@eslint/js": "^9.14.0",
|
||||||
@ -39,7 +39,7 @@
|
|||||||
"typescript": "^5.7.2",
|
"typescript": "^5.7.2",
|
||||||
"typescript-eslint": "^8.18.2",
|
"typescript-eslint": "^8.18.2",
|
||||||
"zotero-plugin-scaffold": "^0.1.7",
|
"zotero-plugin-scaffold": "^0.1.7",
|
||||||
"zotero-types": "^3.0.11"
|
"zotero-types": "^3.1.1"
|
||||||
},
|
},
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"printWidth": 80,
|
"printWidth": 80,
|
||||||
|
@ -481,12 +481,12 @@ export class PromptExampleFactory {
|
|||||||
hasValidCondition = true;
|
hasValidCondition = true;
|
||||||
s.addCondition(
|
s.addCondition(
|
||||||
"joinMode",
|
"joinMode",
|
||||||
joinMode as Zotero.Search.Operator,
|
joinMode as _ZoteroTypes.Search.Operator,
|
||||||
"",
|
"",
|
||||||
);
|
);
|
||||||
s.addCondition(
|
s.addCondition(
|
||||||
conditions[0] as string,
|
conditions[0] as string,
|
||||||
conditions[1] as Zotero.Search.Operator,
|
conditions[1] as _ZoteroTypes.Search.Operator,
|
||||||
conditions[2] as string,
|
conditions[2] as string,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user