chrome-types 0.1.428 → 0.1.429

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 +4 -2
  2. package/index.d.ts +4 -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 Thu May 14 2026 12:52:08 GMT+0000 (Coordinated Universal Time)
18
- // Built at 82ec76f8d58e969e5bf46638d80448d6e1ae808a
17
+ // Generated on Wed May 20 2026 22:47:19 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 5d7c0421e032b7a8023c0cb244c34c796d40a2be
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -24571,6 +24571,7 @@ declare namespace chrome {
24571
24571
  * @chrome-enum "mips" Specifies the native client architecture as mips.
24572
24572
  * @chrome-enum "mips64" Specifies the native client architecture as mips64.
24573
24573
  * @since Chrome 44
24574
+ * @chrome-deprecated-since Chrome 149
24574
24575
  */
24575
24576
  export type PlatformNaclArch = "arm" | "x86-32" | "x86-64" | "mips" | "mips64";
24576
24577
 
@@ -24593,6 +24594,7 @@ declare namespace chrome {
24593
24594
  * The native client architecture. This may be different from arch on some platforms.
24594
24595
  *
24595
24596
  * @deprecated This attribute is deprecated following complete removal of Native Client.
24597
+ * @chrome-deprecated-since Chrome 149
24596
24598
  */
24597
24599
  nacl_arch?: PlatformNaclArch;
24598
24600
  }
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Thu May 14 2026 12:52:04 GMT+0000 (Coordinated Universal Time)
18
- // Built at 82ec76f8d58e969e5bf46638d80448d6e1ae808a
17
+ // Generated on Wed May 20 2026 22:47:15 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 5d7c0421e032b7a8023c0cb244c34c796d40a2be
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -17375,6 +17375,7 @@ declare namespace chrome {
17375
17375
  * @chrome-enum "mips" Specifies the native client architecture as mips.
17376
17376
  * @chrome-enum "mips64" Specifies the native client architecture as mips64.
17377
17377
  * @since Chrome 44
17378
+ * @chrome-deprecated-since Chrome 149
17378
17379
  */
17379
17380
  export type PlatformNaclArch = "arm" | "x86-32" | "x86-64" | "mips" | "mips64";
17380
17381
 
@@ -17397,6 +17398,7 @@ declare namespace chrome {
17397
17398
  * The native client architecture. This may be different from arch on some platforms.
17398
17399
  *
17399
17400
  * @deprecated This attribute is deprecated following complete removal of Native Client.
17401
+ * @chrome-deprecated-since Chrome 149
17400
17402
  */
17401
17403
  nacl_arch?: PlatformNaclArch;
17402
17404
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "a0f095b7317261e7"
8
+ "build-hash": "19dc923f2aec2193"
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.428"
19
+ "version": "0.1.429"
20
20
  }