chore: bump max version

This commit is contained in:
windingwind 2025-01-05 17:44:45 +01:00
parent f93a43fdb3
commit f95f2c87c5
7 changed files with 3950 additions and 94 deletions

View File

@ -14,7 +14,7 @@
"id": "__addonID__",
"update_url": "__updateURL__",
"strict_min_version": "7.0.0-beta.70",
"strict_max_version": "7.0.*"
"strict_max_version": "7.1.*"
}
}
}

3977
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -87,7 +87,7 @@
"replace-in-file": "^7.2.0",
"typescript": "^5.7.2",
"xslt3": "^2.7.0",
"zotero-plugin-scaffold": "^0.2.0-beta.5",
"zotero-plugin-scaffold": "0.2.0-beta.5",
"zotero-types": "^3.1.0"
},
"eslintConfig": {

View File

@ -1,19 +0,0 @@
{
"addons": {
"Knowledge4Zotero@windingwind.com": {
"updates": [
{
"version": "2.0.0",
"update_link": "https://github.com/windingwind/zotero-better-notes/releases/download/v2.0.0/better-notes-for-zotero.xpi",
"update_hash": "sha512:eb8bcbcb70848ba0a51eb20a6ee0f597428a4df76e3a3db85f4eaae43f6ebd500e32fdf6d274a090e25dd52951d5e0f3989521f90c253de7b257c6974dfa5644",
"applications": {
"zotero": {
"strict_min_version": "7.0.0-beta.70",
"strict_max_version": "7.0.*"
}
}
}
]
}
}
}

View File

@ -1,19 +0,0 @@
{
"addons": {
"Knowledge4Zotero@windingwind.com": {
"updates": [
{
"version": "2.0.0",
"update_link": "https://github.com/windingwind/zotero-better-notes/releases/download/v2.0.0/better-notes-for-zotero.xpi",
"update_hash": "sha512:eb8bcbcb70848ba0a51eb20a6ee0f597428a4df76e3a3db85f4eaae43f6ebd500e32fdf6d274a090e25dd52951d5e0f3989521f90c253de7b257c6974dfa5644",
"applications": {
"zotero": {
"strict_min_version": "7.0.0-beta.70",
"strict_max_version": "7.0.*"
}
}
}
]
}
}
}

View File

@ -1,19 +0,0 @@
{
"addons": {
"Knowledge4Zotero@windingwind.com": {
"updates": [
{
"version": "2.0.0",
"update_link": "https://github.com/windingwind/zotero-better-notes/releases/download/v2.0.0/better-notes-for-zotero.xpi",
"update_hash": "sha512:eb8bcbcb70848ba0a51eb20a6ee0f597428a4df76e3a3db85f4eaae43f6ebd500e32fdf6d274a090e25dd52951d5e0f3989521f90c253de7b257c6974dfa5644",
"applications": {
"zotero": {
"strict_min_version": "7.0.0-beta.70",
"strict_max_version": "7.0.*"
}
}
}
]
}
}
}

View File

@ -52,8 +52,12 @@ export default defineConfig({
target: ["firefox115"],
},
],
// prefs: {
// prefix: pkg.config.prefsPrefix,
// dts: false,
// },
hooks: {
"build:replace": (ctx) => {
"build:bundle": (ctx) => {
return replaceInFile({
files: ["README.md"],
from: /^ {2}- \[Latest Version.*/gm,