@types/chrome 0.0.264 → 0.0.265

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. chrome/README.md +1 -1
  2. chrome/index.d.ts +1 -1
  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: Fri, 05 Apr 2024 06:07:51 GMT
11
+ * Last updated: Fri, 05 Apr 2024 06:36:08 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
@@ -4902,7 +4902,7 @@ declare namespace chrome.idle {
4902
4902
  * @since Chrome 25
4903
4903
  */
4904
4904
  export function queryState(detectionIntervalInSeconds: number, callback: (newState: IdleState) => void): void;
4905
-
4905
+
4906
4906
  /**
4907
4907
  * Sets the interval, in seconds, used to determine when the system is in an idle state for onStateChanged events. The default interval is 60 seconds.
4908
4908
  * @since Chrome 25
chrome/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.0.264",
3
+ "version": "0.0.265",
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,6 @@
93
93
  "@types/filesystem": "*",
94
94
  "@types/har-format": "*"
95
95
  },
96
- "typesPublisherContentHash": "b28b46b7e8380ada3e5c16e50603c5bb07c3e278a0be356e521ec24b11fbbf14",
96
+ "typesPublisherContentHash": "89e9b3d4e49f2bc1500ee94f7e6667b57c3b89adbbc01f6e6f4a52cb719b629a",
97
97
  "typeScriptVersion": "4.7"
98
98
  }