@types/chrome 0.1.41 → 0.1.42

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 +3 -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: Thu, 07 May 2026 06:25:43 GMT
11
+ * Last updated: Thu, 07 May 2026 07:28:00 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
@@ -9458,7 +9458,7 @@ declare namespace chrome {
9458
9458
  exclude_matches?: string[] | undefined;
9459
9459
  css?: string[] | undefined;
9460
9460
  js?: string[] | undefined;
9461
- run_at?: string | undefined;
9461
+ run_at?: extensionTypes.RunAt | undefined;
9462
9462
  all_frames?: boolean | undefined;
9463
9463
  match_about_blank?: boolean | undefined;
9464
9464
  include_globs?: string[] | undefined;
@@ -9501,9 +9501,10 @@ declare namespace chrome {
9501
9501
  exclude_matches?: string[] | undefined;
9502
9502
  css?: string[] | undefined;
9503
9503
  js?: string[] | undefined;
9504
- run_at?: string | undefined;
9504
+ run_at?: extensionTypes.RunAt | undefined;
9505
9505
  all_frames?: boolean | undefined;
9506
9506
  match_about_blank?: boolean | undefined;
9507
+ match_origin_as_fallback?: boolean | undefined;
9507
9508
  include_globs?: string[] | undefined;
9508
9509
  exclude_globs?: string[] | undefined;
9509
9510
  world?: "ISOLATED" | "MAIN" | undefined;
chrome/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
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": "728c5623d3cbbe1c2e481051104a02f58bfb5853811779cc58a3e1449c4b2b97",
97
+ "typesPublisherContentHash": "a1afafc145f024e4671b5eb589ba143632c03100acc3334f2ec628be5c58ebb8",
98
98
  "typeScriptVersion": "5.3"
99
99
  }