@types/chrome 0.0.310 → 0.0.311

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 +0 -26
  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: Thu, 20 Mar 2025 07:32:14 GMT
11
+ * Last updated: Tue, 25 Mar 2025 18:02:40 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
@@ -9796,32 +9796,6 @@ declare namespace chrome {
9796
9796
  export function updateContentScripts(scripts: RegisteredContentScript[], callback: () => void): void;
9797
9797
  }
9798
9798
 
9799
- ////////////////////
9800
- // Script Badge
9801
- ////////////////////
9802
- export namespace scriptBadge {
9803
- export interface GetPopupDetails {
9804
- tabId: number;
9805
- }
9806
-
9807
- export interface AttentionDetails {
9808
- tabId: number;
9809
- }
9810
-
9811
- export interface SetPopupDetails {
9812
- tabId: number;
9813
- popup: string;
9814
- }
9815
-
9816
- export interface ScriptBadgeClickedEvent extends chrome.events.Event<(tab: chrome.tabs.Tab) => void> {}
9817
-
9818
- export function getPopup(details: GetPopupDetails, callback: Function): void;
9819
- export function getAttention(details: AttentionDetails): void;
9820
- export function setPopup(details: SetPopupDetails): void;
9821
-
9822
- export var onClicked: ScriptBadgeClickedEvent;
9823
- }
9824
-
9825
9799
  ////////////////////
9826
9800
  // Sessions
9827
9801
  ////////////////////
chrome/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.0.310",
3
+ "version": "0.0.311",
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": "fa19b5a5ab1c31ab7ae7bd56d5bb342b55703684c31099c73363d36b01a985c7",
97
+ "typesPublisherContentHash": "a4164ceabf4e2cc62e31a7ae5de0105ad181cd2c9f13f527185923459b0717a7",
98
98
  "typeScriptVersion": "5.0"
99
99
  }