@types/chrome 0.0.296 → 0.0.297

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 (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: Tue, 14 Jan 2025 21:02:51 GMT
11
+ * Last updated: Thu, 16 Jan 2025 07:02:35 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
@@ -7887,6 +7887,7 @@ declare namespace chrome {
7887
7887
  BACKGROUND = "BACKGROUND",
7888
7888
  OFFSCREEN_DOCUMENT = "OFFSCREEN_DOCUMENT",
7889
7889
  SIDE_PANEL = "SIDE_PANEL",
7890
+ DEVELOPER_TOOLS = "DEVELOPER_TOOLS",
7890
7891
  }
7891
7892
  /** https://developer.chrome.com/docs/extensions/reference/api/runtime#type-OnInstalledReason */
7892
7893
  export enum OnInstalledReason {
chrome/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.0.296",
3
+ "version": "0.0.297",
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": "999ff4d60b69ac0ee833f7049626c775531484690ead9d8d48734293298f7583",
97
+ "typesPublisherContentHash": "65509e0de498161946587a7c67fba0f28940902c3349b325329313d2393e42e0",
98
98
  "typeScriptVersion": "5.0"
99
99
  }