@types/chrome 0.0.312 → 0.0.313

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 (2) hide show
  1. chrome/README.md +2 -2
  2. chrome/package.json +2 -2
chrome/README.md CHANGED
@@ -2,13 +2,13 @@
2
2
  > `npm install --save @types/chrome`
3
3
 
4
4
  # Summary
5
- This package contains type definitions for chrome (http://developer.chrome.com/extensions/).
5
+ This package contains type definitions for chrome (https://developer.chrome.com/docs/extensions).
6
6
 
7
7
  # Details
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 25 Mar 2025 19:02:18 GMT
11
+ * Last updated: Thu, 27 Mar 2025 19:32:09 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.312",
3
+ "version": "0.0.313",
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": "946c5cec75f638137ed362493ef90c1c53bef558d2f55821ec66b0faa37a9607",
97
+ "typesPublisherContentHash": "4011d938df42e9490dba791da12785b33666771dcf28bf8957d5ce04d0804f4c",
98
98
  "typeScriptVersion": "5.0"
99
99
  }