@types/chrome 0.1.34 → 0.1.35

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 +0 -2
  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, 19 Jan 2026 00:04:09 GMT
11
+ * Last updated: Tue, 20 Jan 2026 07:39:58 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
@@ -13966,8 +13966,6 @@ declare namespace chrome {
13966
13966
  topDomains?: string[] | undefined;
13967
13967
 
13968
13968
  /**
13969
- * The rule will not match network requests when the associated top-level frame's domain
13970
- * matches one from the list of excludedTopDomains. If the list is empty or omitted,
13971
13969
  * The rule will not match network requests when the associated top-level frame's domain matches one from the list of `excludedTopDomains`. If the list is empty or omitted, no domains are excluded. This takes precedence over `topDomains`.
13972
13970
  *
13973
13971
  * Notes:
chrome/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.1.34",
3
+ "version": "0.1.35",
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": "c45889239fbefb44673e090cc74c374796ba2ad4f3c44547c0ddf4d6d37f45b5",
97
+ "typesPublisherContentHash": "eb2d682926052cf9eb0bdebfd53407ac9beba2095b424d3242dcc5279fc21861",
98
98
  "typeScriptVersion": "5.2"
99
99
  }