chrome-types 0.1.306 → 0.1.307
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.
- package/_all.d.ts +3 -3
- package/index.d.ts +3 -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
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Thu Sep 26 2024 22:31:55 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at f6ffd8efb2314671b9e378d0d9f6cc90ea93e016
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -20432,7 +20432,7 @@ declare namespace chrome {
|
|
|
20432
20432
|
export interface WiFiProperties {
|
|
20433
20433
|
|
|
20434
20434
|
/**
|
|
20435
|
-
*
|
|
20435
|
+
* @deprecated Removed in M131. There is no active ARP polling now.
|
|
20436
20436
|
*/
|
|
20437
20437
|
AllowGatewayARPPolling?: boolean;
|
|
20438
20438
|
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Thu Sep 26 2024 22:31:50 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at f6ffd8efb2314671b9e378d0d9f6cc90ea93e016
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -15507,7 +15507,7 @@ declare namespace chrome {
|
|
|
15507
15507
|
export interface WiFiProperties {
|
|
15508
15508
|
|
|
15509
15509
|
/**
|
|
15510
|
-
*
|
|
15510
|
+
* @deprecated Removed in M131. There is no active ARP polling now.
|
|
15511
15511
|
*/
|
|
15512
15512
|
AllowGatewayARPPolling?: boolean;
|
|
15513
15513
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"name": "chrome-types",
|
|
7
7
|
"config": {
|
|
8
|
-
"build-hash": "
|
|
8
|
+
"build-hash": "b5c5897f4013b50f"
|
|
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.
|
|
19
|
+
"version": "0.1.307"
|
|
20
20
|
}
|