@types/chrome 0.0.279 → 0.0.280

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 -1
  3. chrome/package.json +3 -2
chrome/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for chrome (http://developer.chrome.com/e
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, 21 Oct 2024 17:07:38 GMT
11
+ * Last updated: Fri, 01 Nov 2024 22:34:47 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
@@ -5150,7 +5150,7 @@ declare namespace chrome.identity {
5150
5150
  export function getProfileUserInfo(details: ProfileDetails, callback: (userInfo: UserInfo) => void): void;
5151
5151
 
5152
5152
  /** @since Chrome 84 */
5153
- export function getProfileUserInfo(details: ProfileDetails): Promise<UserInfo>;
5153
+ export function getProfileUserInfo(details?: ProfileDetails): Promise<UserInfo>;
5154
5154
 
5155
5155
  /**
5156
5156
  * Removes an OAuth2 access token from the Identity API's token cache.
chrome/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.0.279",
3
+ "version": "0.0.280",
4
4
  "description": "TypeScript definitions for chrome",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome",
6
6
  "license": "MIT",
@@ -93,6 +93,7 @@
93
93
  "@types/filesystem": "*",
94
94
  "@types/har-format": "*"
95
95
  },
96
- "typesPublisherContentHash": "62a9f28fa3e7418551081670e460c63ed76a152fb2be41dd694950f4d3cd006c",
96
+ "peerDependencies": {},
97
+ "typesPublisherContentHash": "5823c284d52d87e13d9c751f7a0688a2c5e20c0a0741d46f6b9b670ac211903c",
97
98
  "typeScriptVersion": "4.8"
98
99
  }