chrome-types 0.1.267 → 0.1.268

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 +3 -3
  2. package/index.d.ts +3 -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 Thu Feb 15 2024 22:29:11 GMT+0000 (Coordinated Universal Time)
18
- // Built at 6dbc46cc577e7f9f630f656b272eca4a90da84a9
17
+ // Generated on Tue Feb 20 2024 22:28:51 GMT+0000 (Coordinated Universal Time)
18
+ // Built at b367adbb163be85bf7e7f0848698cf72f76e4f56
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -7916,7 +7916,7 @@ declare namespace chrome {
7916
7916
  *
7917
7917
  * **'||'** : Domain name anchor: If used at the beginning of the pattern, specifies the start of a (sub-)domain of the URL.
7918
7918
  *
7919
- * **'^'** : Separator character: This matches anything except a letter, a digit or one of the following: \_ - . %. This can also match the end of the URL.
7919
+ * **'^'** : Separator character: This matches anything except a letter, a digit, or one of the following: `_`, `-`, `.`, or `%`. This also match the end of the URL.
7920
7920
  *
7921
7921
  * Therefore `urlFilter` is composed of the following parts: (optional Left/Domain name anchor) + pattern + (optional Right anchor).
7922
7922
  *
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Thu Feb 15 2024 22:29:06 GMT+0000 (Coordinated Universal Time)
18
- // Built at 6dbc46cc577e7f9f630f656b272eca4a90da84a9
17
+ // Generated on Tue Feb 20 2024 22:28:47 GMT+0000 (Coordinated Universal Time)
18
+ // Built at b367adbb163be85bf7e7f0848698cf72f76e4f56
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -4662,7 +4662,7 @@ declare namespace chrome {
4662
4662
  *
4663
4663
  * **'||'** : Domain name anchor: If used at the beginning of the pattern, specifies the start of a (sub-)domain of the URL.
4664
4664
  *
4665
- * **'^'** : Separator character: This matches anything except a letter, a digit or one of the following: \_ - . %. This can also match the end of the URL.
4665
+ * **'^'** : Separator character: This matches anything except a letter, a digit, or one of the following: `_`, `-`, `.`, or `%`. This also match the end of the URL.
4666
4666
  *
4667
4667
  * Therefore `urlFilter` is composed of the following parts: (optional Left/Domain name anchor) + pattern + (optional Right anchor).
4668
4668
  *
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "e6096ce4fa997657"
8
+ "build-hash": "a9a15ea7769a962c"
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.267"
19
+ "version": "0.1.268"
20
20
  }