@types/chrome 0.0.212 → 0.0.213

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 extension development (http://
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, 04 Feb 2023 01:02:41 GMT
11
+ * Last updated: Mon, 13 Feb 2023 13:32:38 GMT
12
12
  * Dependencies: [@types/filesystem](https://npmjs.com/package/@types/filesystem), [@types/har-format](https://npmjs.com/package/@types/har-format)
13
13
  * Global values: `chrome`
14
14
 
chrome/index.d.ts CHANGED
@@ -7200,6 +7200,7 @@ declare namespace chrome.runtime {
7200
7200
  | 'enterprise.networkingAttributes'
7201
7201
  | 'enterprise.platformKeys'
7202
7202
  | 'experimental'
7203
+ | 'favicon'
7203
7204
  | 'fileBrowserHandler'
7204
7205
  | 'fileSystemProvider'
7205
7206
  | 'fontSettings'
chrome/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.0.212",
3
+ "version": "0.0.213",
4
4
  "description": "TypeScript definitions for Chrome extension development",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome",
6
6
  "license": "MIT",
@@ -88,6 +88,6 @@
88
88
  "@types/filesystem": "*",
89
89
  "@types/har-format": "*"
90
90
  },
91
- "typesPublisherContentHash": "69819e9db9fc8a004b75dcb85c1bebdb4a363bf067b8b551ad4f57178d99a0d6",
91
+ "typesPublisherContentHash": "6141fe1cd64dfa3d1e465c6bdc6908d7c822cdc08ae6063ba27782aa1572f310",
92
92
  "typeScriptVersion": "4.2"
93
93
  }