This commit is contained in:
William Durand 2024-09-17 15:28:25 +02:00
Родитель 2eb18db98b
Коммит a11c9733e3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 804B6263A7476675
2 изменённых файлов: 3 добавлений и 3 удалений

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{ {
"name": "web-ext", "name": "web-ext",
"version": "8.2.0", "version": "8.3.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "web-ext", "name": "web-ext",
"version": "8.2.0", "version": "8.3.0",
"license": "MPL-2.0", "license": "MPL-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "7.25.6", "@babel/runtime": "7.25.6",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "web-ext", "name": "web-ext",
"version": "8.2.0", "version": "8.3.0",
"description": "A command line tool to help build, run, and test web extensions", "description": "A command line tool to help build, run, and test web extensions",
"type": "module", "type": "module",
"main": "index.js", "main": "index.js",