Skip to content

Commit

Permalink
chore(deps): update ztoolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Dec 30, 2024
1 parent 7f062b1 commit 6145b57
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"update-deps": "npm update --save"
},
"dependencies": {
"zotero-plugin-toolkit": "^4.0.16"
"zotero-plugin-toolkit": "^4.1.0"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
Expand All @@ -39,7 +39,7 @@
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2",
"zotero-plugin-scaffold": "^0.1.7",
"zotero-types": "^3.0.11"
"zotero-types": "^3.1.1"
},
"prettier": {
"printWidth": 80,
Expand Down
4 changes: 2 additions & 2 deletions src/modules/examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,12 +481,12 @@ export class PromptExampleFactory {
hasValidCondition = true;
s.addCondition(
"joinMode",
joinMode as Zotero.Search.Operator,
joinMode as _ZoteroTypes.Search.Operator,
"",
);
s.addCondition(
conditions[0] as string,
conditions[1] as Zotero.Search.Operator,
conditions[1] as _ZoteroTypes.Search.Operator,
conditions[2] as string,
);
}
Expand Down

0 comments on commit 6145b57

Please sign in to comment.