chrome-types 0.1.230 → 0.1.231

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 Wed Aug 30 2023 22:29:46 GMT+0000 (Coordinated Universal Time)
18
- // Built at d1be98aed8a701f49db15fa11f43490413fbab99
17
+ // Generated on Thu Aug 31 2023 22:29:55 GMT+0000 (Coordinated Universal Time)
18
+ // Built at cd715fdb98572d1150dec612a31dff560090d697
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -7781,7 +7781,7 @@ declare namespace chrome {
7781
7781
  regexFilter?: string;
7782
7782
 
7783
7783
  /**
7784
- * Whether the `urlFilter` or `regexFilter` (whichever is specified) is case sensitive. Default is true.
7784
+ * Whether the `urlFilter` or `regexFilter` (whichever is specified) is case sensitive. Default is false.
7785
7785
  */
7786
7786
  isUrlFilterCaseSensitive?: boolean;
7787
7787
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Wed Aug 30 2023 22:29:41 GMT+0000 (Coordinated Universal Time)
18
- // Built at d1be98aed8a701f49db15fa11f43490413fbab99
17
+ // Generated on Thu Aug 31 2023 22:29:49 GMT+0000 (Coordinated Universal Time)
18
+ // Built at cd715fdb98572d1150dec612a31dff560090d697
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -4527,7 +4527,7 @@ declare namespace chrome {
4527
4527
  regexFilter?: string;
4528
4528
 
4529
4529
  /**
4530
- * Whether the `urlFilter` or `regexFilter` (whichever is specified) is case sensitive. Default is true.
4530
+ * Whether the `urlFilter` or `regexFilter` (whichever is specified) is case sensitive. Default is false.
4531
4531
  */
4532
4532
  isUrlFilterCaseSensitive?: boolean;
4533
4533
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "2f00a3cc24ef18fd"
8
+ "build-hash": "b811888e408f0eac"
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.230"
19
+ "version": "0.1.231"
20
20
  }