web-ext 8.2.0 → 8.3.0
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/lib/cmd/build.js +1 -1
- package/lib/cmd/build.js.map +1 -1
- package/lib/cmd/run.js +5 -2
- package/lib/cmd/run.js.map +1 -1
- package/lib/config.js +1 -1
- package/lib/config.js.map +1 -1
- package/lib/extension-runners/chromium.js +10 -5
- package/lib/extension-runners/chromium.js.map +1 -1
- package/lib/extension-runners/firefox-android.js +1 -1
- package/lib/extension-runners/firefox-android.js.map +1 -1
- package/lib/firefox/index.js +1 -1
- package/lib/firefox/index.js.map +1 -1
- package/lib/firefox/preferences.js +1 -1
- package/lib/firefox/preferences.js.map +1 -1
- package/lib/firefox/rdp-client.js +2 -2
- package/lib/firefox/rdp-client.js.map +1 -1
- package/lib/program.js +2 -2
- package/lib/program.js.map +1 -1
- package/lib/util/adb.js +1 -1
- package/lib/util/adb.js.map +1 -1
- package/lib/util/artifacts.js +5 -4
- package/lib/util/artifacts.js.map +1 -1
- package/lib/util/file-exists.js +1 -1
- package/lib/util/file-exists.js.map +1 -1
- package/lib/util/is-directory.js +1 -1
- package/lib/util/is-directory.js.map +1 -1
- package/lib/util/logger.js +10 -13
- package/lib/util/logger.js.map +1 -1
- package/lib/util/manifest.js +1 -1
- package/lib/util/manifest.js.map +1 -1
- package/lib/util/submit-addon.js +29 -6
- package/lib/util/submit-addon.js.map +1 -1
- package/lib/watcher.js +2 -2
- package/lib/watcher.js.map +1 -1
- package/package.json +23 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-ext",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.3.0",
|
|
4
4
|
"description": "A command line tool to help build, run, and test web extensions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -58,50 +58,46 @@
|
|
|
58
58
|
"opera"
|
|
59
59
|
],
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@babel/runtime": "7.
|
|
61
|
+
"@babel/runtime": "7.25.6",
|
|
62
62
|
"@devicefarmer/adbkit": "3.2.6",
|
|
63
|
-
"addons-linter": "
|
|
64
|
-
"bunyan": "1.8.15",
|
|
63
|
+
"addons-linter": "7.1.0",
|
|
65
64
|
"camelcase": "8.0.0",
|
|
66
|
-
"chrome-launcher": "
|
|
65
|
+
"chrome-launcher": "1.1.2",
|
|
67
66
|
"debounce": "1.2.1",
|
|
68
67
|
"decamelize": "6.0.0",
|
|
69
68
|
"es6-error": "4.1.1",
|
|
70
|
-
"firefox-profile": "4.
|
|
71
|
-
"fs-extra": "11.2.0",
|
|
69
|
+
"firefox-profile": "4.7.0",
|
|
72
70
|
"fx-runner": "1.4.0",
|
|
73
71
|
"https-proxy-agent": "^7.0.0",
|
|
74
|
-
"jose": "5.
|
|
72
|
+
"jose": "5.9.2",
|
|
75
73
|
"jszip": "3.10.1",
|
|
76
|
-
"mkdirp": "3.0.1",
|
|
77
74
|
"multimatch": "6.0.0",
|
|
78
|
-
"mz": "2.7.0",
|
|
79
|
-
"node-fetch": "3.3.2",
|
|
80
75
|
"node-notifier": "10.0.1",
|
|
81
76
|
"open": "9.1.0",
|
|
82
77
|
"parse-json": "7.1.1",
|
|
78
|
+
"pino": "9.4.0",
|
|
83
79
|
"promise-toolbox": "0.21.0",
|
|
84
80
|
"source-map-support": "0.5.21",
|
|
85
81
|
"strip-bom": "5.0.0",
|
|
86
82
|
"strip-json-comments": "5.0.1",
|
|
87
83
|
"tmp": "0.2.3",
|
|
88
|
-
"update-notifier": "
|
|
89
|
-
"watchpack": "2.4.
|
|
90
|
-
"ws": "8.
|
|
84
|
+
"update-notifier": "7.3.1",
|
|
85
|
+
"watchpack": "2.4.2",
|
|
86
|
+
"ws": "8.18.0",
|
|
91
87
|
"yargs": "17.7.2",
|
|
92
88
|
"zip-dir": "2.0.0"
|
|
93
89
|
},
|
|
94
90
|
"devDependencies": {
|
|
95
|
-
"@babel/cli": "7.
|
|
96
|
-
"@babel/core": "7.
|
|
97
|
-
"@babel/eslint-parser": "7.
|
|
98
|
-
"@babel/preset-env": "7.
|
|
91
|
+
"@babel/cli": "7.25.6",
|
|
92
|
+
"@babel/core": "7.25.2",
|
|
93
|
+
"@babel/eslint-parser": "7.25.1",
|
|
94
|
+
"@babel/preset-env": "7.25.4",
|
|
99
95
|
"@babel/register": "7.24.6",
|
|
100
|
-
"@commitlint/cli": "19.
|
|
101
|
-
"@commitlint/config-conventional": "19.
|
|
102
|
-
"babel-plugin-istanbul": "
|
|
96
|
+
"@commitlint/cli": "19.5.0",
|
|
97
|
+
"@commitlint/config-conventional": "19.5.0",
|
|
98
|
+
"babel-plugin-istanbul": "7.0.0",
|
|
103
99
|
"babel-plugin-transform-inline-environment-variables": "0.4.4",
|
|
104
|
-
"chai": "
|
|
100
|
+
"chai": "5.1.1",
|
|
105
101
|
"chai-as-promised": "8.0.0",
|
|
106
102
|
"copy-dir": "1.3.0",
|
|
107
103
|
"crc-32": "1.2.2",
|
|
@@ -109,16 +105,17 @@
|
|
|
109
105
|
"deepcopy": "2.1.0",
|
|
110
106
|
"eslint": "8.57.0",
|
|
111
107
|
"eslint-plugin-async-await": "0.0.0",
|
|
112
|
-
"eslint-plugin-import": "2.
|
|
108
|
+
"eslint-plugin-import": "2.30.0",
|
|
109
|
+
"fs-extra": "11.2.0",
|
|
113
110
|
"git-rev-sync": "3.0.2",
|
|
114
111
|
"html-entities": "2.5.2",
|
|
115
|
-
"mocha": "10.
|
|
112
|
+
"mocha": "10.7.0",
|
|
116
113
|
"nyc": "17.0.0",
|
|
117
|
-
"prettier": "3.3.
|
|
114
|
+
"prettier": "3.3.3",
|
|
118
115
|
"pretty-quick": "4.0.0",
|
|
119
116
|
"prettyjson": "1.2.5",
|
|
120
117
|
"shelljs": "0.8.5",
|
|
121
|
-
"sinon": "
|
|
118
|
+
"sinon": "19.0.2",
|
|
122
119
|
"testdouble": "3.20.2",
|
|
123
120
|
"yauzl": "2.10.0"
|
|
124
121
|
},
|