@types/chrome 0.2.0 → 0.2.1

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 -0
  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: Sat, 20 Jun 2026 14:44:50 GMT
11
+ * Last updated: Wed, 01 Jul 2026 06:54: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
@@ -9182,6 +9182,7 @@ declare namespace chrome {
9182
9182
  | "identity"
9183
9183
  | "identity.email"
9184
9184
  | "idle"
9185
+ | "input"
9185
9186
  | "loginState"
9186
9187
  | "management"
9187
9188
  | "nativeMessaging"
chrome/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
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": "1d1d517ed45196c095ef5696a00f7e76653f02d2855a463a18166cda428a35fd",
97
+ "typesPublisherContentHash": "7763ec07b62aff736c7f9dd7975ea465f5f3c00a938b55bb4db3e91c89ac0647",
98
98
  "typeScriptVersion": "5.6"
99
99
  }