fix: Upgrade @wxt-dev/browser to latest @types/chrome version
This commit is contained in:
committed by
github-actions[bot]
parent
8bbea7cda4
commit
71308d0d6f
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@wxt-dev/browser",
|
||||
"description": "Provides a cross-browser API for using extension APIs and types based on @types/chrome",
|
||||
"version": "0.1.32",
|
||||
"version": "0.1.33",
|
||||
"type": "module",
|
||||
"main": "src/index.mjs",
|
||||
"types": "src/index.d.ts",
|
||||
@@ -23,7 +23,7 @@
|
||||
"src"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/chrome": "0.1.32",
|
||||
"@types/chrome": "0.1.33",
|
||||
"fs-extra": "^11.3.1",
|
||||
"nano-spawn": "^1.0.2",
|
||||
"typescript": "^5.9.2",
|
||||
|
||||
+1
-1
@@ -13164,7 +13164,7 @@ export namespace Browser {
|
||||
* The UUID of the document making the request.
|
||||
* @since Chrome 106
|
||||
*/
|
||||
documentId: string;
|
||||
documentId?: string;
|
||||
/**
|
||||
* The lifecycle the document is in.
|
||||
* @since Chrome 106
|
||||
|
||||
Generated
+5
-5
@@ -170,8 +170,8 @@ importers:
|
||||
version: 1.2.16
|
||||
devDependencies:
|
||||
'@types/chrome':
|
||||
specifier: 0.1.32
|
||||
version: 0.1.32
|
||||
specifier: 0.1.33
|
||||
version: 0.1.33
|
||||
fs-extra:
|
||||
specifier: ^11.3.1
|
||||
version: 11.3.2
|
||||
@@ -1800,8 +1800,8 @@ packages:
|
||||
'@types/chai@5.2.2':
|
||||
resolution: {integrity: sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==}
|
||||
|
||||
'@types/chrome@0.1.32':
|
||||
resolution: {integrity: sha512-n5Cqlh7zyAqRLQWLXkeV5K/1BgDZdVcO/dJSTa8x+7w+sx7m73UrDmduAptg4KorMtyTW2TNnPu8RGeaDMKNGg==}
|
||||
'@types/chrome@0.1.33':
|
||||
resolution: {integrity: sha512-hSwcseKjWilz8bq93kLyIfSTvFLypRbO5iRhSXdJyVFFMV9aeqIjisBI6P/0J5+FiIKMo2NejyhHXfQLN0c0tQ==}
|
||||
|
||||
'@types/conventional-commits-parser@5.0.1':
|
||||
resolution: {integrity: sha512-7uz5EHdzz2TqoMfV7ee61Egf5y6NkcO4FB/1iCCQnbeiI1F3xzv3vK5dBCXUCLQgGYS+mUeigK1iKQzvED+QnQ==}
|
||||
@@ -5644,7 +5644,7 @@ snapshots:
|
||||
dependencies:
|
||||
'@types/deep-eql': 4.0.2
|
||||
|
||||
'@types/chrome@0.1.32':
|
||||
'@types/chrome@0.1.33':
|
||||
dependencies:
|
||||
'@types/filesystem': 0.0.36
|
||||
'@types/har-format': 1.2.16
|
||||
|
||||
Reference in New Issue
Block a user