chrome-types 0.1.397 → 0.1.398
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.
- package/_all.d.ts +2 -6
- package/index.d.ts +2 -6
- 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
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Tue Dec 16 2025 22:33:53 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 49a149415b6f6704432f8de936921bf061e4978c
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -26453,10 +26453,6 @@ declare namespace chrome {
|
|
|
26453
26453
|
* Use the `chrome.sessions` API to query and restore tabs and windows from a browsing session.
|
|
26454
26454
|
*
|
|
26455
26455
|
* @chrome-permission sessions
|
|
26456
|
-
* @chrome-platform chromeos
|
|
26457
|
-
* @chrome-platform linux
|
|
26458
|
-
* @chrome-platform mac
|
|
26459
|
-
* @chrome-platform win
|
|
26460
26456
|
*/
|
|
26461
26457
|
export namespace sessions {
|
|
26462
26458
|
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Tue Dec 16 2025 22:33:48 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 49a149415b6f6704432f8de936921bf061e4978c
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -18545,10 +18545,6 @@ declare namespace chrome {
|
|
|
18545
18545
|
* Use the `chrome.sessions` API to query and restore tabs and windows from a browsing session.
|
|
18546
18546
|
*
|
|
18547
18547
|
* @chrome-permission sessions
|
|
18548
|
-
* @chrome-platform chromeos
|
|
18549
|
-
* @chrome-platform linux
|
|
18550
|
-
* @chrome-platform mac
|
|
18551
|
-
* @chrome-platform win
|
|
18552
18548
|
*/
|
|
18553
18549
|
export namespace sessions {
|
|
18554
18550
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"name": "chrome-types",
|
|
7
7
|
"config": {
|
|
8
|
-
"build-hash": "
|
|
8
|
+
"build-hash": "5f9c2f862e2b0f74"
|
|
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.
|
|
19
|
+
"version": "0.1.398"
|
|
20
20
|
}
|