@types/chrome 0.0.308 → 0.0.309

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 (http://developer.chrome.com/e
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 04 Mar 2025 18:02:48 GMT
11
+ * Last updated: Tue, 11 Mar 2025 21:32:07 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
@@ -3519,7 +3519,7 @@ declare namespace chrome {
3519
3519
  * Requests chrome to return the open/closed shadow roots else return null.
3520
3520
  * @param element reference of HTMLElement.
3521
3521
  */
3522
- export function openOrClosedShadowRoot(element: HTMLElement): ShadowRoot;
3522
+ export function openOrClosedShadowRoot(element: HTMLElement): ShadowRoot | null;
3523
3523
  }
3524
3524
 
3525
3525
  ////////////////////
chrome/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.0.308",
3
+ "version": "0.0.309",
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": "d6d370073d78bd092e8a6a0aaa70f8cd75e04c26bc3c1973ebca3fec96badf29",
97
+ "typesPublisherContentHash": "c1e2a81397f165c8ae8035503716034f26ad9062193e58990b2793fa40adcb3b",
98
98
  "typeScriptVersion": "5.0"
99
99
  }