chrome-types 0.1.386 → 0.1.387

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 (3) hide show
  1. package/_all.d.ts +5 -2
  2. package/index.d.ts +2 -2
  3. package/package.json +2 -2
package/_all.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Tue Nov 04 2025 22:33:09 GMT+0000 (Coordinated Universal Time)
18
- // Built at 089c57425a7ca78e324d8735ced9cc51e65b9b5c
17
+ // Generated on Wed Nov 05 2025 22:33:15 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 117afdba60377778617dad9491800caba0cf99c9
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -3957,6 +3957,9 @@ declare namespace chrome {
3957
3957
  */
3958
3958
  export function getSockets(
3959
3959
 
3960
+ /**
3961
+ * @param sockets Array of object containing socket information.
3962
+ */
3960
3963
  callback?: (
3961
3964
  sockets: SocketInfo[],
3962
3965
  ) => void,
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Tue Nov 04 2025 22:33:04 GMT+0000 (Coordinated Universal Time)
18
- // Built at 089c57425a7ca78e324d8735ced9cc51e65b9b5c
17
+ // Generated on Wed Nov 05 2025 22:33:10 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 117afdba60377778617dad9491800caba0cf99c9
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "8cc68bd7c99c1f3d"
8
+ "build-hash": "f7a6ca9f0865cd17"
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
@@ -16,5 +16,5 @@
16
16
  "url": "https://github.com/GoogleChrome/chrome-types/issues"
17
17
  },
18
18
  "homepage": "https://github.com/GoogleChrome/chrome-types",
19
- "version": "0.1.386"
19
+ "version": "0.1.387"
20
20
  }