@types/chrome 0.0.158 → 0.0.159

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 +2 -2
  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, 23 Sep 2021 22:01:20 GMT
11
+ * Last updated: Fri, 08 Oct 2021 16:31:22 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
@@ -10919,11 +10919,11 @@ declare namespace chrome.declarativeNetRequest {
10919
10919
  IMAGE = "image",
10920
10920
  FONT = "font",
10921
10921
  OBJECT = "object",
10922
- XML_HTTP_REQUEST = "xmlhttprequest",
10922
+ XMLHTTPREQUEST = "xmlhttprequest",
10923
10923
  PING = "ping",
10924
10924
  CSP_REPORT = "csp_report",
10925
10925
  MEDIA = "media",
10926
- WEB_SOCKET = "websocket",
10926
+ WEBSOCKET = "websocket",
10927
10927
  OTHER = "other"
10928
10928
  }
10929
10929
 
chrome/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.0.158",
3
+ "version": "0.0.159",
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",
@@ -98,6 +98,6 @@
98
98
  "@types/filesystem": "*",
99
99
  "@types/har-format": "*"
100
100
  },
101
- "typesPublisherContentHash": "789c56f291e912790d90f39c411e8752eb810f0f89864f8ecae18af45bfdb5f6",
101
+ "typesPublisherContentHash": "a04bf9677124c275908329b4be2146fbc75190a247fb61ad461844199cceee40",
102
102
  "typeScriptVersion": "3.7"
103
103
  }