zotero-plugin 5.0.14 → 5.0.17
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.
- package/bin/branches.js +6 -5
- package/bin/release.js +12 -11
- package/package.json +5 -5
package/bin/branches.js
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"node_modules/dotenv/package.json"(exports, module) {
|
|
38
38
|
module.exports = {
|
|
39
39
|
name: "dotenv",
|
|
40
|
-
version: "16.
|
|
40
|
+
version: "16.5.0",
|
|
41
41
|
description: "Loads environment variables from .env file",
|
|
42
42
|
main: "lib/main.js",
|
|
43
43
|
types: "lib/main.d.ts",
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
type: "git",
|
|
69
69
|
url: "git://github.com/motdotla/dotenv.git"
|
|
70
70
|
},
|
|
71
|
+
homepage: "https://github.com/motdotla/dotenv#readme",
|
|
71
72
|
funding: "https://dotenvx.com",
|
|
72
73
|
keywords: [
|
|
73
74
|
"dotenv",
|
|
@@ -153,9 +154,6 @@
|
|
|
153
154
|
}
|
|
154
155
|
return DotenvModule.parse(decrypted);
|
|
155
156
|
}
|
|
156
|
-
function _log(message) {
|
|
157
|
-
console.log(`[dotenv@${version}][INFO] ${message}`);
|
|
158
|
-
}
|
|
159
157
|
function _warn(message) {
|
|
160
158
|
console.log(`[dotenv@${version}][WARN] ${message}`);
|
|
161
159
|
}
|
|
@@ -228,7 +226,10 @@
|
|
|
228
226
|
return envPath[0] === "~" ? path2.join(os.homedir(), envPath.slice(1)) : envPath;
|
|
229
227
|
}
|
|
230
228
|
function _configVault(options) {
|
|
231
|
-
|
|
229
|
+
const debug = Boolean(options && options.debug);
|
|
230
|
+
if (debug) {
|
|
231
|
+
_debug("Loading env from encrypted .env.vault");
|
|
232
|
+
}
|
|
232
233
|
const parsed = DotenvModule._parseVault(options);
|
|
233
234
|
let processEnv = process.env;
|
|
234
235
|
if (options && options.processEnv != null) {
|
package/bin/release.js
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"node_modules/dotenv/package.json"(exports, module) {
|
|
38
38
|
module.exports = {
|
|
39
39
|
name: "dotenv",
|
|
40
|
-
version: "16.
|
|
40
|
+
version: "16.5.0",
|
|
41
41
|
description: "Loads environment variables from .env file",
|
|
42
42
|
main: "lib/main.js",
|
|
43
43
|
types: "lib/main.d.ts",
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
type: "git",
|
|
69
69
|
url: "git://github.com/motdotla/dotenv.git"
|
|
70
70
|
},
|
|
71
|
+
homepage: "https://github.com/motdotla/dotenv#readme",
|
|
71
72
|
funding: "https://dotenvx.com",
|
|
72
73
|
keywords: [
|
|
73
74
|
"dotenv",
|
|
@@ -153,9 +154,6 @@
|
|
|
153
154
|
}
|
|
154
155
|
return DotenvModule.parse(decrypted);
|
|
155
156
|
}
|
|
156
|
-
function _log(message) {
|
|
157
|
-
console.log(`[dotenv@${version2}][INFO] ${message}`);
|
|
158
|
-
}
|
|
159
157
|
function _warn(message) {
|
|
160
158
|
console.log(`[dotenv@${version2}][WARN] ${message}`);
|
|
161
159
|
}
|
|
@@ -228,7 +226,10 @@
|
|
|
228
226
|
return envPath[0] === "~" ? path3.join(os2.homedir(), envPath.slice(1)) : envPath;
|
|
229
227
|
}
|
|
230
228
|
function _configVault(options2) {
|
|
231
|
-
|
|
229
|
+
const debug = Boolean(options2 && options2.debug);
|
|
230
|
+
if (debug) {
|
|
231
|
+
_debug("Loading env from encrypted .env.vault");
|
|
232
|
+
}
|
|
232
233
|
const parsed = DotenvModule._parseVault(options2);
|
|
233
234
|
let processEnv = process.env;
|
|
234
235
|
if (options2 && options2.processEnv != null) {
|
|
@@ -8248,7 +8249,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
8248
8249
|
"package.json"(exports, module) {
|
|
8249
8250
|
module.exports = {
|
|
8250
8251
|
name: "zotero-plugin",
|
|
8251
|
-
version: "5.0.
|
|
8252
|
+
version: "5.0.17",
|
|
8252
8253
|
description: "Zotero plugin builder",
|
|
8253
8254
|
homepage: "https://github.com/retorquere/zotero-plugin/wiki",
|
|
8254
8255
|
bin: {
|
|
@@ -8278,14 +8279,14 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
8278
8279
|
dependencies: {
|
|
8279
8280
|
"@octokit/rest": "^21.1.1",
|
|
8280
8281
|
"@rgrove/parse-xml": "^4.2.0",
|
|
8281
|
-
"@types/node": "^22.
|
|
8282
|
+
"@types/node": "^22.14.1",
|
|
8282
8283
|
"@xmldom/xmldom": "^0.9.8",
|
|
8283
8284
|
ajv: "^8.17.1",
|
|
8284
8285
|
"ajv-keywords": "^5.1.0",
|
|
8285
8286
|
archiver: "^7.0.1",
|
|
8286
8287
|
clp: "^4.0.13",
|
|
8287
8288
|
commander: "^13.1.0",
|
|
8288
|
-
dotenv: "^16.
|
|
8289
|
+
dotenv: "^16.5.0",
|
|
8289
8290
|
ejs: "^3.1.10",
|
|
8290
8291
|
"fs-extra": "^11.3.0",
|
|
8291
8292
|
glob: "^11.0.1",
|
|
@@ -8301,7 +8302,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
8301
8302
|
"string-to-arraybuffer": "^1.0.2",
|
|
8302
8303
|
"ts-node": "^10.9.2",
|
|
8303
8304
|
tslib: "^2.8.1",
|
|
8304
|
-
typescript: "^5.8.
|
|
8305
|
+
typescript: "^5.8.3",
|
|
8305
8306
|
"uri-templates": "^0.2.0",
|
|
8306
8307
|
uzip: "^0.20201231.0",
|
|
8307
8308
|
"xml-parser": "^1.2.1",
|
|
@@ -8358,7 +8359,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
8358
8359
|
},
|
|
8359
8360
|
devDependencies: {
|
|
8360
8361
|
dprint: "^0.49.1",
|
|
8361
|
-
esbuild: "^0.25.
|
|
8362
|
+
esbuild: "^0.25.2"
|
|
8362
8363
|
}
|
|
8363
8364
|
};
|
|
8364
8365
|
}
|
|
@@ -11815,7 +11816,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
11815
11816
|
reason = ` (${JSON.stringify(ContinuousIntegration.commit_message)})`;
|
|
11816
11817
|
reason += `
|
|
11817
11818
|
|
|
11818
|
-
|
|
11819
|
+
Please test this build and send a new log. 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...".`;
|
|
11819
11820
|
}
|
|
11820
11821
|
const body = `:robot: this is your friendly neighborhood build bot announcing ${link}${reason}`;
|
|
11821
11822
|
report(body);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zotero-plugin",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.17",
|
|
4
4
|
"description": "Zotero plugin builder",
|
|
5
5
|
"homepage": "https://github.com/retorquere/zotero-plugin/wiki",
|
|
6
6
|
"bin": {
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@octokit/rest": "^21.1.1",
|
|
32
32
|
"@rgrove/parse-xml": "^4.2.0",
|
|
33
|
-
"@types/node": "^22.
|
|
33
|
+
"@types/node": "^22.14.1",
|
|
34
34
|
"@xmldom/xmldom": "^0.9.8",
|
|
35
35
|
"ajv": "^8.17.1",
|
|
36
36
|
"ajv-keywords": "^5.1.0",
|
|
37
37
|
"archiver": "^7.0.1",
|
|
38
38
|
"clp": "^4.0.13",
|
|
39
39
|
"commander": "^13.1.0",
|
|
40
|
-
"dotenv": "^16.
|
|
40
|
+
"dotenv": "^16.5.0",
|
|
41
41
|
"ejs": "^3.1.10",
|
|
42
42
|
"fs-extra": "^11.3.0",
|
|
43
43
|
"glob": "^11.0.1",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"string-to-arraybuffer": "^1.0.2",
|
|
54
54
|
"ts-node": "^10.9.2",
|
|
55
55
|
"tslib": "^2.8.1",
|
|
56
|
-
"typescript": "^5.8.
|
|
56
|
+
"typescript": "^5.8.3",
|
|
57
57
|
"uri-templates": "^0.2.0",
|
|
58
58
|
"uzip": "^0.20201231.0",
|
|
59
59
|
"xml-parser": "^1.2.1",
|
|
@@ -110,6 +110,6 @@
|
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"dprint": "^0.49.1",
|
|
113
|
-
"esbuild": "^0.25.
|
|
113
|
+
"esbuild": "^0.25.2"
|
|
114
114
|
}
|
|
115
115
|
}
|