@types/chrome 0.0.249 → 0.0.250

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. chrome/README.md +1 -1
  2. 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: Mon, 06 Nov 2023 04:17:54 GMT
11
+ * Last updated: Mon, 06 Nov 2023 22:41:05 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.0.249",
3
+ "version": "0.0.250",
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": "959c4fddc2ba530d4e6fb5827335ea056d9a7ca9143041ebf421f18168571d16",
96
+ "typesPublisherContentHash": "fdaf6bc6c342ccc5d05b899da4d2df9a2bd3c7db066915240b7f1d92956d1b2b",
97
97
  "typeScriptVersion": "4.5"
98
98
  }