chrome-types 0.1.359 → 0.1.360

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 -4
  2. package/index.d.ts +4 -4
  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 Jul 02 2025 22:34:12 GMT+0000 (Coordinated Universal Time)
18
- // Built at 4fbe89cae1064fcfffcaca4edf08bff8c163cb53
17
+ // Generated on Mon Jul 07 2025 22:33:41 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 6035204fd46a464837ff6b319de8d0cd2e86b1a3
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -28979,7 +28979,7 @@ declare namespace chrome {
28979
28979
  ): void;
28980
28980
 
28981
28981
  /**
28982
- * Sets the desired access level for the storage area. The default will be only trusted contexts.
28982
+ * Sets the desired access level for the storage area. By default, `session` storage is restricted to trusted contexts (extension pages and service workers), while `local` and `sync` storage allow access from both trusted and untrusted contexts.
28983
28983
  *
28984
28984
  * @since Chrome 102
28985
28985
  */
@@ -28995,7 +28995,7 @@ declare namespace chrome {
28995
28995
  ): Promise<void>;
28996
28996
 
28997
28997
  /**
28998
- * Sets the desired access level for the storage area. The default will be only trusted contexts.
28998
+ * Sets the desired access level for the storage area. By default, `session` storage is restricted to trusted contexts (extension pages and service workers), while `local` and `sync` storage allow access from both trusted and untrusted contexts.
28999
28999
  *
29000
29000
  * @param callback Callback on success, or on failure (in which case {@link runtime.lastError} will be set).
29001
29001
  * @since Chrome 102
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Wed Jul 02 2025 22:34:07 GMT+0000 (Coordinated Universal Time)
18
- // Built at 4fbe89cae1064fcfffcaca4edf08bff8c163cb53
17
+ // Generated on Mon Jul 07 2025 22:33:36 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 6035204fd46a464837ff6b319de8d0cd2e86b1a3
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -22430,7 +22430,7 @@ declare namespace chrome {
22430
22430
  ): void;
22431
22431
 
22432
22432
  /**
22433
- * Sets the desired access level for the storage area. The default will be only trusted contexts.
22433
+ * Sets the desired access level for the storage area. By default, `session` storage is restricted to trusted contexts (extension pages and service workers), while `local` and `sync` storage allow access from both trusted and untrusted contexts.
22434
22434
  *
22435
22435
  * @since Chrome 102
22436
22436
  */
@@ -22446,7 +22446,7 @@ declare namespace chrome {
22446
22446
  ): Promise<void>;
22447
22447
 
22448
22448
  /**
22449
- * Sets the desired access level for the storage area. The default will be only trusted contexts.
22449
+ * Sets the desired access level for the storage area. By default, `session` storage is restricted to trusted contexts (extension pages and service workers), while `local` and `sync` storage allow access from both trusted and untrusted contexts.
22450
22450
  *
22451
22451
  * @param callback Callback on success, or on failure (in which case {@link runtime.lastError} will be set).
22452
22452
  * @since Chrome 102
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "73af57e6065b726c"
8
+ "build-hash": "85997a565d9ea9ba"
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.359"
19
+ "version": "0.1.360"
20
20
  }