@types/chrome 0.0.285 → 0.0.286

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 +2 -2
  2. chrome/package.json +2 -7
chrome/README.md CHANGED
@@ -8,8 +8,8 @@ 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, 25 Nov 2024 21:02:24 GMT
11
+ * Last updated: Tue, 26 Nov 2024 01:29:36 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
15
- These definitions were written by [Matthew Kimber](https://github.com/matthewkimber), [otiai10](https://github.com/otiai10), [sreimer15](https://github.com/sreimer15), [MatCarlson](https://github.com/MatCarlson), [ekinsol](https://github.com/ekinsol), [Brian Wilson](https://github.com/echoabstract), [Sebastiaan Pasma](https://github.com/spasma), [bdbai](https://github.com/bdbai), [pokutuna](https://github.com/pokutuna), [Jason Xian](https://github.com/JasonXian), [userTim](https://github.com/usertim), [Idan Zeierman](https://github.com/idan315), [Nicolas Rodriguez](https://github.com/nicolas377), [Ido Salomon](https://github.com/idosal), [Federico Brigante](https://github.com/fregante), and [Erwan Jugand](https://github.com/erwanjugand).
15
+ These definitions were written by [Matthew Kimber](https://github.com/matthewkimber), [otiai10](https://github.com/otiai10), [sreimer15](https://github.com/sreimer15), [MatCarlson](https://github.com/MatCarlson), [ekinsol](https://github.com/ekinsol), [Brian Wilson](https://github.com/echoabstract), [Sebastiaan Pasma](https://github.com/spasma), [bdbai](https://github.com/bdbai), [Jason Xian](https://github.com/JasonXian), [userTim](https://github.com/usertim), [Idan Zeierman](https://github.com/idan315), [Nicolas Rodriguez](https://github.com/nicolas377), [Ido Salomon](https://github.com/idosal), [Federico Brigante](https://github.com/fregante), and [Erwan Jugand](https://github.com/erwanjugand).
chrome/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.0.285",
3
+ "version": "0.0.286",
4
4
  "description": "TypeScript definitions for chrome",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome",
6
6
  "license": "MIT",
@@ -45,11 +45,6 @@
45
45
  "githubUsername": "bdbai",
46
46
  "url": "https://github.com/bdbai"
47
47
  },
48
- {
49
- "name": "pokutuna",
50
- "githubUsername": "pokutuna",
51
- "url": "https://github.com/pokutuna"
52
- },
53
48
  {
54
49
  "name": "Jason Xian",
55
50
  "githubUsername": "JasonXian",
@@ -99,6 +94,6 @@
99
94
  "@types/har-format": "*"
100
95
  },
101
96
  "peerDependencies": {},
102
- "typesPublisherContentHash": "66fb26687dceac5efaa411cb4031c78b60de7d7b07397a88be43a0e783553f8e",
97
+ "typesPublisherContentHash": "33780cbea3e7c8d567f3324eda171f851e4366051ef6cf3410ab6cce8db5c7d8",
103
98
  "typeScriptVersion": "5.0"
104
99
  }