@types/chrome 0.1.32 → 0.1.33

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 (3) hide show
  1. chrome/README.md +1 -1
  2. chrome/index.d.ts +1 -1
  3. chrome/package.json +2 -2
chrome/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for chrome (https://developer.chrome.com/
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 01 Dec 2025 20:34:48 GMT
11
+ * Last updated: Sat, 10 Jan 2026 12:44:29 GMT
12
12
  * Dependencies: [@types/filesystem](https://npmjs.com/package/@types/filesystem), [@types/har-format](https://npmjs.com/package/@types/har-format)
13
13
 
14
14
  # Credits
chrome/index.d.ts CHANGED
@@ -13162,7 +13162,7 @@ declare namespace chrome {
13162
13162
  * The UUID of the document making the request.
13163
13163
  * @since Chrome 106
13164
13164
  */
13165
- documentId: string;
13165
+ documentId?: string;
13166
13166
  /**
13167
13167
  * The lifecycle the document is in.
13168
13168
  * @since Chrome 106
chrome/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "description": "TypeScript definitions for chrome",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome",
6
6
  "license": "MIT",
@@ -94,6 +94,6 @@
94
94
  "@types/har-format": "*"
95
95
  },
96
96
  "peerDependencies": {},
97
- "typesPublisherContentHash": "73ae308fb39a1401a1bb9b8d3540f18508b8574691e7f8a1becc916c785d1566",
97
+ "typesPublisherContentHash": "492aaffbb03731cd1026f5a89857f2a2c7fc9898d59ea6e638a3c86a40f5789c",
98
98
  "typeScriptVersion": "5.2"
99
99
  }