chrome-types 0.1.256 → 0.1.257
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 +5 -5
- package/index.d.ts +5 -5
- 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 Fri Feb 02 2024 11:55:04 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at af1f2aa941a5c4ca4d7f450a17166c2daba777a4
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -8398,21 +8398,21 @@ declare namespace chrome {
|
|
|
8398
8398
|
/**
|
|
8399
8399
|
* The maximum number of "unsafe" dynamic rules that an extension can add.
|
|
8400
8400
|
*
|
|
8401
|
-
* @since Chrome
|
|
8401
|
+
* @since Chrome 120
|
|
8402
8402
|
*/
|
|
8403
8403
|
export const MAX_NUMBER_OF_UNSAFE_DYNAMIC_RULES: 5000;
|
|
8404
8404
|
|
|
8405
8405
|
/**
|
|
8406
8406
|
* The maximum number of session scoped rules that an extension can add.
|
|
8407
8407
|
*
|
|
8408
|
-
* @since Chrome
|
|
8408
|
+
* @since Chrome 120
|
|
8409
8409
|
*/
|
|
8410
8410
|
export const MAX_NUMBER_OF_SESSION_RULES: 5000;
|
|
8411
8411
|
|
|
8412
8412
|
/**
|
|
8413
8413
|
* The maximum number of "unsafe" session scoped rules that an extension can add.
|
|
8414
8414
|
*
|
|
8415
|
-
* @since Chrome
|
|
8415
|
+
* @since Chrome 120
|
|
8416
8416
|
*/
|
|
8417
8417
|
export const MAX_NUMBER_OF_UNSAFE_SESSION_RULES: 5000;
|
|
8418
8418
|
|
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 Fri Feb 02 2024 11:55:00 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at af1f2aa941a5c4ca4d7f450a17166c2daba777a4
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -5144,21 +5144,21 @@ declare namespace chrome {
|
|
|
5144
5144
|
/**
|
|
5145
5145
|
* The maximum number of "unsafe" dynamic rules that an extension can add.
|
|
5146
5146
|
*
|
|
5147
|
-
* @since Chrome
|
|
5147
|
+
* @since Chrome 120
|
|
5148
5148
|
*/
|
|
5149
5149
|
export const MAX_NUMBER_OF_UNSAFE_DYNAMIC_RULES: 5000;
|
|
5150
5150
|
|
|
5151
5151
|
/**
|
|
5152
5152
|
* The maximum number of session scoped rules that an extension can add.
|
|
5153
5153
|
*
|
|
5154
|
-
* @since Chrome
|
|
5154
|
+
* @since Chrome 120
|
|
5155
5155
|
*/
|
|
5156
5156
|
export const MAX_NUMBER_OF_SESSION_RULES: 5000;
|
|
5157
5157
|
|
|
5158
5158
|
/**
|
|
5159
5159
|
* The maximum number of "unsafe" session scoped rules that an extension can add.
|
|
5160
5160
|
*
|
|
5161
|
-
* @since Chrome
|
|
5161
|
+
* @since Chrome 120
|
|
5162
5162
|
*/
|
|
5163
5163
|
export const MAX_NUMBER_OF_UNSAFE_SESSION_RULES: 5000;
|
|
5164
5164
|
|
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": "88a1f27312f743c5"
|
|
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.257"
|
|
20
20
|
}
|