@types/chrome 0.0.199 → 0.0.200

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: Thu, 20 Oct 2022 11:33:06 GMT
11
+ * Last updated: Wed, 26 Oct 2022 20:32: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
  * Global values: `chrome`
14
14
 
chrome/index.d.ts CHANGED
@@ -7061,6 +7061,7 @@ declare namespace chrome.runtime {
7061
7061
  | 'geolocation'
7062
7062
  | 'history'
7063
7063
  | 'identity'
7064
+ | 'identity.email'
7064
7065
  | 'idle'
7065
7066
  | 'loginState'
7066
7067
  | 'management'
chrome/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.0.199",
3
+ "version": "0.0.200",
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": "535735b8d4679d62069fe70f2a01426c9f129f5decdbec39ab4e6d2f73fdf304",
91
+ "typesPublisherContentHash": "92b46a975b500d4ae1612850f79c8701c15bf3c75bbfdfbb4cfaa28dacdd4da7",
92
92
  "typeScriptVersion": "4.1"
93
93
  }