chrome-types 0.1.337 → 0.1.338

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 +7 -7
  2. package/index.d.ts +7 -7
  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 Tue Feb 04 2025 22:31:15 GMT+0000 (Coordinated Universal Time)
18
- // Built at a0698282be741d934273bc95ecab6b021562fa6e
17
+ // Generated on Tue Feb 11 2025 14:08:31 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 7d5769cb15c2d16b6175718d023167d0f86ff767
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -28688,7 +28688,7 @@ declare namespace chrome {
28688
28688
  /**
28689
28689
  * Gets one or more items from storage.
28690
28690
  *
28691
- * @chrome-returns-extra since Chrome 88
28691
+ * @chrome-returns-extra since Chrome 95
28692
28692
  * @param keys A single key to get, list of keys to get, or a dictionary specifying default values (see description of the object). An empty list or object will return an empty result object. Pass in `null` to get the entire contents of storage.
28693
28693
  */
28694
28694
  get(
@@ -28740,7 +28740,7 @@ declare namespace chrome {
28740
28740
  /**
28741
28741
  * Gets the amount of space (in bytes) being used by one or more items.
28742
28742
  *
28743
- * @chrome-returns-extra since Chrome 88
28743
+ * @chrome-returns-extra since Chrome 95
28744
28744
  * @param keys A single key or list of keys to get the total usage for. An empty list will return 0. Pass in `null` to get the total usage of all of storage.
28745
28745
  */
28746
28746
  getBytesInUse(
@@ -28769,7 +28769,7 @@ declare namespace chrome {
28769
28769
  /**
28770
28770
  * Sets multiple items.
28771
28771
  *
28772
- * @chrome-returns-extra since Chrome 88
28772
+ * @chrome-returns-extra since Chrome 95
28773
28773
  * @param items
28774
28774
 
28775
28775
  An object which gives each key/value pair to update storage with. Any other key/value pairs in storage will not be affected.
@@ -28801,7 +28801,7 @@ declare namespace chrome {
28801
28801
  /**
28802
28802
  * Removes one or more items from storage.
28803
28803
  *
28804
- * @chrome-returns-extra since Chrome 88
28804
+ * @chrome-returns-extra since Chrome 95
28805
28805
  * @param keys A single key or a list of keys for items to remove.
28806
28806
  */
28807
28807
  remove(
@@ -28825,7 +28825,7 @@ declare namespace chrome {
28825
28825
  /**
28826
28826
  * Removes all items from storage.
28827
28827
  *
28828
- * @chrome-returns-extra since Chrome 88
28828
+ * @chrome-returns-extra since Chrome 95
28829
28829
  */
28830
28830
  clear(): Promise<void>;
28831
28831
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Tue Feb 04 2025 22:31:10 GMT+0000 (Coordinated Universal Time)
18
- // Built at a0698282be741d934273bc95ecab6b021562fa6e
17
+ // Generated on Tue Feb 11 2025 14:08:26 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 7d5769cb15c2d16b6175718d023167d0f86ff767
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -22146,7 +22146,7 @@ declare namespace chrome {
22146
22146
  /**
22147
22147
  * Gets one or more items from storage.
22148
22148
  *
22149
- * @chrome-returns-extra since Chrome 88
22149
+ * @chrome-returns-extra since Chrome 95
22150
22150
  * @param keys A single key to get, list of keys to get, or a dictionary specifying default values (see description of the object). An empty list or object will return an empty result object. Pass in `null` to get the entire contents of storage.
22151
22151
  */
22152
22152
  get(
@@ -22198,7 +22198,7 @@ declare namespace chrome {
22198
22198
  /**
22199
22199
  * Gets the amount of space (in bytes) being used by one or more items.
22200
22200
  *
22201
- * @chrome-returns-extra since Chrome 88
22201
+ * @chrome-returns-extra since Chrome 95
22202
22202
  * @param keys A single key or list of keys to get the total usage for. An empty list will return 0. Pass in `null` to get the total usage of all of storage.
22203
22203
  */
22204
22204
  getBytesInUse(
@@ -22227,7 +22227,7 @@ declare namespace chrome {
22227
22227
  /**
22228
22228
  * Sets multiple items.
22229
22229
  *
22230
- * @chrome-returns-extra since Chrome 88
22230
+ * @chrome-returns-extra since Chrome 95
22231
22231
  * @param items
22232
22232
 
22233
22233
  An object which gives each key/value pair to update storage with. Any other key/value pairs in storage will not be affected.
@@ -22259,7 +22259,7 @@ declare namespace chrome {
22259
22259
  /**
22260
22260
  * Removes one or more items from storage.
22261
22261
  *
22262
- * @chrome-returns-extra since Chrome 88
22262
+ * @chrome-returns-extra since Chrome 95
22263
22263
  * @param keys A single key or a list of keys for items to remove.
22264
22264
  */
22265
22265
  remove(
@@ -22283,7 +22283,7 @@ declare namespace chrome {
22283
22283
  /**
22284
22284
  * Removes all items from storage.
22285
22285
  *
22286
- * @chrome-returns-extra since Chrome 88
22286
+ * @chrome-returns-extra since Chrome 95
22287
22287
  */
22288
22288
  clear(): Promise<void>;
22289
22289
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "9ce516266b389ec2"
8
+ "build-hash": "208112edae23d540"
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.337"
19
+ "version": "0.1.338"
20
20
  }