chrome-types 0.1.236 → 0.1.237

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 -4
  2. package/index.d.ts +3 -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 Oct 25 2023 22:33:50 GMT+0000 (Coordinated Universal Time)
18
- // Built at c68e3278ad6081588a504583f876ccf368132ef9
17
+ // Generated on Thu Oct 26 2023 22:32:46 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 98bea80fc8be0cf8e3e1fa4503a8cecc99780bc1
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -22615,9 +22615,8 @@ declare namespace chrome {
22615
22615
  /**
22616
22616
  * Use the `chrome.readingList` API to read from and modify the items in the [Reading List](https://support.google.com/chrome/answer/7343019).
22617
22617
  *
22618
- * @alpha
22618
+ * @since Pending
22619
22619
  * @chrome-permission readingList
22620
- * @chrome-channel trunk
22621
22620
  * @chrome-min-manifest MV3
22622
22621
  */
22623
22622
  export namespace readingList {
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Wed Oct 25 2023 22:33:41 GMT+0000 (Coordinated Universal Time)
18
- // Built at c68e3278ad6081588a504583f876ccf368132ef9
17
+ // Generated on Thu Oct 26 2023 22:32:39 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 98bea80fc8be0cf8e3e1fa4503a8cecc99780bc1
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -17379,9 +17379,8 @@ declare namespace chrome {
17379
17379
  /**
17380
17380
  * Use the `chrome.readingList` API to read from and modify the items in the [Reading List](https://support.google.com/chrome/answer/7343019).
17381
17381
  *
17382
- * @alpha
17382
+ * @since Pending
17383
17383
  * @chrome-permission readingList
17384
- * @chrome-channel trunk
17385
17384
  * @chrome-min-manifest MV3
17386
17385
  */
17387
17386
  export namespace readingList {
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "46072be433d2dd90"
8
+ "build-hash": "ba22beeb66e811aa"
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.236"
19
+ "version": "0.1.237"
20
20
  }