zotero-plugin 1.4.8 → 1.4.9

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 +2 -0
  2. package/package.json +13 -13
package/bin/release.js CHANGED
@@ -75,6 +75,8 @@ async function announce(issue, release) {
75
75
  catch (error) {
76
76
  console.log(`Failed to announce '${build}: ${reason}' on ${issue}`); // eslint-disable-line no-console
77
77
  }
78
+ if (process.env.GITHUB_ENV)
79
+ fs.appendFileSync(process.env.GITHUB_ENV, 'XPI_RELEASED=true\n');
78
80
  }
79
81
  async function uploadAsset(release, asset, contentType) {
80
82
  report(`uploading ${path.basename(asset)} to ${release.data.tag_name}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zotero-plugin",
3
- "version": "1.4.8",
3
+ "version": "1.4.9",
4
4
  "description": "Zotero plugin builder",
5
5
  "homepage": "https://github.com/retorquere/zotero-plugin/wiki",
6
6
  "bin": {
@@ -27,20 +27,20 @@
27
27
  "test": "test"
28
28
  },
29
29
  "dependencies": {
30
- "@octokit/rest": "^19.0.4",
31
- "@rgrove/parse-xml": "^3.0.0",
32
- "@types/node": "^18.7.18",
33
- "@typescript-eslint/eslint-plugin": "^5.37.0",
34
- "@typescript-eslint/parser": "^5.37.0",
35
- "@xmldom/xmldom": "^0.8.2",
36
- "ajv": "^8.11.0",
30
+ "@octokit/rest": "^19.0.5",
31
+ "@rgrove/parse-xml": "^4.0.1",
32
+ "@types/node": "^18.11.15",
33
+ "@typescript-eslint/eslint-plugin": "^5.46.1",
34
+ "@typescript-eslint/parser": "^5.46.1",
35
+ "@xmldom/xmldom": "^0.8.6",
36
+ "ajv": "^8.11.2",
37
37
  "ajv-keywords": "^5.1.0",
38
38
  "archiver": "^5.3.1",
39
39
  "clp": "^4.0.12",
40
40
  "current-git-branch": "^1.1.0",
41
- "dotenv": "^16.0.2",
41
+ "dotenv": "^16.0.3",
42
42
  "ejs": "^3.1.8",
43
- "eslint": "^8.23.1",
43
+ "eslint": "^8.29.0",
44
44
  "eslint-plugin-import": "^2.26.0",
45
45
  "eslint-plugin-prefer-arrow": "^1.2.3",
46
46
  "glob": "^8.0.3",
@@ -52,12 +52,12 @@
52
52
  "properties-reader": "^2.2.0",
53
53
  "pug": "^3.0.2",
54
54
  "rimraf": "^3.0.2",
55
- "shell-quote": "^1.7.3",
55
+ "shell-quote": "^1.7.4",
56
56
  "shelljs": "^0.8.5",
57
57
  "string-to-arraybuffer": "^1.0.2",
58
58
  "ts-node": "^10.9.1",
59
- "tslib": "^2.4.0",
60
- "typescript": "^4.8.3",
59
+ "tslib": "^2.4.1",
60
+ "typescript": "^4.9.4",
61
61
  "uri-templates": "^0.2.0",
62
62
  "xml-parser": "^1.2.1",
63
63
  "xpath": "^0.0.32"