chore: bump max version
This commit is contained in:
parent
f93a43fdb3
commit
f95f2c87c5
|
|
@ -14,7 +14,7 @@
|
||||||
"id": "__addonID__",
|
"id": "__addonID__",
|
||||||
"update_url": "__updateURL__",
|
"update_url": "__updateURL__",
|
||||||
"strict_min_version": "7.0.0-beta.70",
|
"strict_min_version": "7.0.0-beta.70",
|
||||||
"strict_max_version": "7.0.*"
|
"strict_max_version": "7.1.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -87,7 +87,7 @@
|
||||||
"replace-in-file": "^7.2.0",
|
"replace-in-file": "^7.2.0",
|
||||||
"typescript": "^5.7.2",
|
"typescript": "^5.7.2",
|
||||||
"xslt3": "^2.7.0",
|
"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"
|
"zotero-types": "^3.1.0"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
|
|
|
||||||
|
|
@ -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.*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
19
update.json
19
update.json
|
|
@ -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.*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
19
update.rdf
19
update.rdf
|
|
@ -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.*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -52,8 +52,12 @@ export default defineConfig({
|
||||||
target: ["firefox115"],
|
target: ["firefox115"],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
// prefs: {
|
||||||
|
// prefix: pkg.config.prefsPrefix,
|
||||||
|
// dts: false,
|
||||||
|
// },
|
||||||
hooks: {
|
hooks: {
|
||||||
"build:replace": (ctx) => {
|
"build:bundle": (ctx) => {
|
||||||
return replaceInFile({
|
return replaceInFile({
|
||||||
files: ["README.md"],
|
files: ["README.md"],
|
||||||
from: /^ {2}- \[Latest Version.*/gm,
|
from: /^ {2}- \[Latest Version.*/gm,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue