zotero-plugin 2.0.13 → 2.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/release.js +1 -1
  2. package/package.json +5 -5
package/bin/release.js CHANGED
@@ -63,7 +63,7 @@ async function announce(issue_number, release) {
63
63
  const link = `[${build}](https://github.com/${owner}/${repo}/releases/download/${release.data.tag_name}/${pkg.name}-${version_1.default}.xpi)`;
64
64
  if (!continuous_integration_1.ContinuousIntegration.tag) {
65
65
  reason = ` (${JSON.stringify(continuous_integration_1.ContinuousIntegration.commit_message)})`;
66
- reason += `\n\nInstall in Zotero by downloading ${link}, opening the Zotero "Tools" menu, selecting "Add-ons", open the gear menu in the top right, and select "Install Add-on From File...".`;
66
+ reason += `\n\nThis update may name other issues, but the build just dropped here is for you; it just means problems already fixed in other issues have been folded into the work we are doing here. Install in Zotero by downloading ${link}, opening the Zotero "Tools" menu, selecting "Add-ons", open the gear menu in the top right, and select "Install Add-on From File...".`;
67
67
  }
68
68
  const body = `:robot: this is your friendly neighborhood build bot announcing ${link}${reason}`;
69
69
  report(body);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zotero-plugin",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "description": "Zotero plugin builder",
5
5
  "homepage": "https://github.com/retorquere/zotero-plugin/wiki",
6
6
  "bin": {
@@ -29,18 +29,18 @@
29
29
  "dependencies": {
30
30
  "@octokit/rest": "^20.0.2",
31
31
  "@rgrove/parse-xml": "^4.1.0",
32
- "@types/node": "^20.10.6",
32
+ "@types/node": "^20.11.6",
33
33
  "@types/pako": "^2.0.3",
34
34
  "@types/tar-js": "^0.3.5",
35
- "@typescript-eslint/eslint-plugin": "^6.16.0",
36
- "@typescript-eslint/parser": "^6.16.0",
35
+ "@typescript-eslint/eslint-plugin": "^6.19.1",
36
+ "@typescript-eslint/parser": "^6.19.1",
37
37
  "@xmldom/xmldom": "^0.8.10",
38
38
  "ajv": "^8.12.0",
39
39
  "ajv-keywords": "^5.1.0",
40
40
  "archiver": "^6.0.1",
41
41
  "clp": "^4.0.12",
42
42
  "current-git-branch": "^1.1.0",
43
- "dotenv": "^16.3.1",
43
+ "dotenv": "^16.4.1",
44
44
  "ejs": "^3.1.9",
45
45
  "eslint": "^8.56.0",
46
46
  "eslint-plugin-import": "^2.29.1",