@onkernel/sdk 0.28.0 → 0.29.0
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/CHANGELOG.md +13 -0
- package/package.json +1 -1
- package/resources/browser-pools.d.mts +8 -8
- package/resources/browser-pools.d.ts +8 -8
- package/resources/browsers/browsers.d.mts +10 -10
- package/resources/browsers/browsers.d.ts +10 -10
- package/resources/shared.d.mts +2 -2
- package/resources/shared.d.ts +2 -2
- package/src/resources/browser-pools.ts +8 -8
- package/src/resources/browsers/browsers.ts +10 -10
- package/src/resources/shared.ts +2 -2
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.29.0 (2026-01-29)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.28.0...v0.29.0](https://github.com/kernel/kernel-node-sdk/compare/v0.28.0...v0.29.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* add support for 1280x800@60 viewport ([87e91f2](https://github.com/kernel/kernel-node-sdk/commit/87e91f2bb76ed63ca56e69a936b479632a452be4))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Chores
|
|
13
|
+
|
|
14
|
+
* **ci:** upgrade `actions/github-script` ([e56d4bf](https://github.com/kernel/kernel-node-sdk/commit/e56d4bffb8850fba35517ada61b54cd0fd6c6e3b))
|
|
15
|
+
|
|
3
16
|
## 0.28.0 (2026-01-22)
|
|
4
17
|
|
|
5
18
|
Full Changelog: [v0.27.0...v0.28.0](https://github.com/kernel/kernel-node-sdk/compare/v0.27.0...v0.28.0)
|
package/package.json
CHANGED
|
@@ -179,8 +179,8 @@ export declare namespace BrowserPool {
|
|
|
179
179
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
180
180
|
* supported. The server will reject unsupported combinations. Supported
|
|
181
181
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
182
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
183
|
-
* automatically determined from the width and height if they match a supported
|
|
182
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
183
|
+
* be automatically determined from the width and height if they match a supported
|
|
184
184
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
185
185
|
* live view browser
|
|
186
186
|
*/
|
|
@@ -244,8 +244,8 @@ export interface BrowserPoolAcquireResponse {
|
|
|
244
244
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
245
245
|
* supported. The server will reject unsupported combinations. Supported
|
|
246
246
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
247
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
248
|
-
* automatically determined from the width and height if they match a supported
|
|
247
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
248
|
+
* be automatically determined from the width and height if they match a supported
|
|
249
249
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
250
250
|
* live view browser
|
|
251
251
|
*/
|
|
@@ -305,8 +305,8 @@ export interface BrowserPoolCreateParams {
|
|
|
305
305
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
306
306
|
* supported. The server will reject unsupported combinations. Supported
|
|
307
307
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
308
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
309
|
-
* automatically determined from the width and height if they match a supported
|
|
308
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
309
|
+
* be automatically determined from the width and height if they match a supported
|
|
310
310
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
311
311
|
* live view browser
|
|
312
312
|
*/
|
|
@@ -371,8 +371,8 @@ export interface BrowserPoolUpdateParams {
|
|
|
371
371
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
372
372
|
* supported. The server will reject unsupported combinations. Supported
|
|
373
373
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
374
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
375
|
-
* automatically determined from the width and height if they match a supported
|
|
374
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
375
|
+
* be automatically determined from the width and height if they match a supported
|
|
376
376
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
377
377
|
* live view browser
|
|
378
378
|
*/
|
|
@@ -179,8 +179,8 @@ export declare namespace BrowserPool {
|
|
|
179
179
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
180
180
|
* supported. The server will reject unsupported combinations. Supported
|
|
181
181
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
182
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
183
|
-
* automatically determined from the width and height if they match a supported
|
|
182
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
183
|
+
* be automatically determined from the width and height if they match a supported
|
|
184
184
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
185
185
|
* live view browser
|
|
186
186
|
*/
|
|
@@ -244,8 +244,8 @@ export interface BrowserPoolAcquireResponse {
|
|
|
244
244
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
245
245
|
* supported. The server will reject unsupported combinations. Supported
|
|
246
246
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
247
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
248
|
-
* automatically determined from the width and height if they match a supported
|
|
247
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
248
|
+
* be automatically determined from the width and height if they match a supported
|
|
249
249
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
250
250
|
* live view browser
|
|
251
251
|
*/
|
|
@@ -305,8 +305,8 @@ export interface BrowserPoolCreateParams {
|
|
|
305
305
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
306
306
|
* supported. The server will reject unsupported combinations. Supported
|
|
307
307
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
308
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
309
|
-
* automatically determined from the width and height if they match a supported
|
|
308
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
309
|
+
* be automatically determined from the width and height if they match a supported
|
|
310
310
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
311
311
|
* live view browser
|
|
312
312
|
*/
|
|
@@ -371,8 +371,8 @@ export interface BrowserPoolUpdateParams {
|
|
|
371
371
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
372
372
|
* supported. The server will reject unsupported combinations. Supported
|
|
373
373
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
374
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
375
|
-
* automatically determined from the width and height if they match a supported
|
|
374
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
375
|
+
* be automatically determined from the width and height if they match a supported
|
|
376
376
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
377
377
|
* live view browser
|
|
378
378
|
*/
|
|
@@ -195,8 +195,8 @@ export interface BrowserCreateResponse {
|
|
|
195
195
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
196
196
|
* supported. The server will reject unsupported combinations. Supported
|
|
197
197
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
198
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
199
|
-
* automatically determined from the width and height if they match a supported
|
|
198
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
199
|
+
* be automatically determined from the width and height if they match a supported
|
|
200
200
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
201
201
|
* live view browser
|
|
202
202
|
*/
|
|
@@ -258,8 +258,8 @@ export interface BrowserRetrieveResponse {
|
|
|
258
258
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
259
259
|
* supported. The server will reject unsupported combinations. Supported
|
|
260
260
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
261
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
262
|
-
* automatically determined from the width and height if they match a supported
|
|
261
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
262
|
+
* be automatically determined from the width and height if they match a supported
|
|
263
263
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
264
264
|
* live view browser
|
|
265
265
|
*/
|
|
@@ -321,8 +321,8 @@ export interface BrowserUpdateResponse {
|
|
|
321
321
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
322
322
|
* supported. The server will reject unsupported combinations. Supported
|
|
323
323
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
324
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
325
|
-
* automatically determined from the width and height if they match a supported
|
|
324
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
325
|
+
* be automatically determined from the width and height if they match a supported
|
|
326
326
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
327
327
|
* live view browser
|
|
328
328
|
*/
|
|
@@ -384,8 +384,8 @@ export interface BrowserListResponse {
|
|
|
384
384
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
385
385
|
* supported. The server will reject unsupported combinations. Supported
|
|
386
386
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
387
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
388
|
-
* automatically determined from the width and height if they match a supported
|
|
387
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
388
|
+
* be automatically determined from the width and height if they match a supported
|
|
389
389
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
390
390
|
* live view browser
|
|
391
391
|
*/
|
|
@@ -444,8 +444,8 @@ export interface BrowserCreateParams {
|
|
|
444
444
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
445
445
|
* supported. The server will reject unsupported combinations. Supported
|
|
446
446
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
447
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
448
|
-
* automatically determined from the width and height if they match a supported
|
|
447
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
448
|
+
* be automatically determined from the width and height if they match a supported
|
|
449
449
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
450
450
|
* live view browser
|
|
451
451
|
*/
|
|
@@ -195,8 +195,8 @@ export interface BrowserCreateResponse {
|
|
|
195
195
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
196
196
|
* supported. The server will reject unsupported combinations. Supported
|
|
197
197
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
198
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
199
|
-
* automatically determined from the width and height if they match a supported
|
|
198
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
199
|
+
* be automatically determined from the width and height if they match a supported
|
|
200
200
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
201
201
|
* live view browser
|
|
202
202
|
*/
|
|
@@ -258,8 +258,8 @@ export interface BrowserRetrieveResponse {
|
|
|
258
258
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
259
259
|
* supported. The server will reject unsupported combinations. Supported
|
|
260
260
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
261
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
262
|
-
* automatically determined from the width and height if they match a supported
|
|
261
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
262
|
+
* be automatically determined from the width and height if they match a supported
|
|
263
263
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
264
264
|
* live view browser
|
|
265
265
|
*/
|
|
@@ -321,8 +321,8 @@ export interface BrowserUpdateResponse {
|
|
|
321
321
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
322
322
|
* supported. The server will reject unsupported combinations. Supported
|
|
323
323
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
324
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
325
|
-
* automatically determined from the width and height if they match a supported
|
|
324
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
325
|
+
* be automatically determined from the width and height if they match a supported
|
|
326
326
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
327
327
|
* live view browser
|
|
328
328
|
*/
|
|
@@ -384,8 +384,8 @@ export interface BrowserListResponse {
|
|
|
384
384
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
385
385
|
* supported. The server will reject unsupported combinations. Supported
|
|
386
386
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
387
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
388
|
-
* automatically determined from the width and height if they match a supported
|
|
387
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
388
|
+
* be automatically determined from the width and height if they match a supported
|
|
389
389
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
390
390
|
* live view browser
|
|
391
391
|
*/
|
|
@@ -444,8 +444,8 @@ export interface BrowserCreateParams {
|
|
|
444
444
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
445
445
|
* supported. The server will reject unsupported combinations. Supported
|
|
446
446
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
447
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
448
|
-
* automatically determined from the width and height if they match a supported
|
|
447
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
448
|
+
* be automatically determined from the width and height if they match a supported
|
|
449
449
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
450
450
|
* live view browser
|
|
451
451
|
*/
|
package/resources/shared.d.mts
CHANGED
|
@@ -48,8 +48,8 @@ export interface BrowserProfile {
|
|
|
48
48
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
49
49
|
* supported. The server will reject unsupported combinations. Supported
|
|
50
50
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
51
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
52
|
-
* automatically determined from the width and height if they match a supported
|
|
51
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
52
|
+
* be automatically determined from the width and height if they match a supported
|
|
53
53
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
54
54
|
* live view browser
|
|
55
55
|
*/
|
package/resources/shared.d.ts
CHANGED
|
@@ -48,8 +48,8 @@ export interface BrowserProfile {
|
|
|
48
48
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
49
49
|
* supported. The server will reject unsupported combinations. Supported
|
|
50
50
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
51
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
52
|
-
* automatically determined from the width and height if they match a supported
|
|
51
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
52
|
+
* be automatically determined from the width and height if they match a supported
|
|
53
53
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
54
54
|
* live view browser
|
|
55
55
|
*/
|
|
@@ -243,8 +243,8 @@ export namespace BrowserPool {
|
|
|
243
243
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
244
244
|
* supported. The server will reject unsupported combinations. Supported
|
|
245
245
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
246
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
247
|
-
* automatically determined from the width and height if they match a supported
|
|
246
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
247
|
+
* be automatically determined from the width and height if they match a supported
|
|
248
248
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
249
249
|
* live view browser
|
|
250
250
|
*/
|
|
@@ -322,8 +322,8 @@ export interface BrowserPoolAcquireResponse {
|
|
|
322
322
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
323
323
|
* supported. The server will reject unsupported combinations. Supported
|
|
324
324
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
325
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
326
|
-
* automatically determined from the width and height if they match a supported
|
|
325
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
326
|
+
* be automatically determined from the width and height if they match a supported
|
|
327
327
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
328
328
|
* live view browser
|
|
329
329
|
*/
|
|
@@ -394,8 +394,8 @@ export interface BrowserPoolCreateParams {
|
|
|
394
394
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
395
395
|
* supported. The server will reject unsupported combinations. Supported
|
|
396
396
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
397
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
398
|
-
* automatically determined from the width and height if they match a supported
|
|
397
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
398
|
+
* be automatically determined from the width and height if they match a supported
|
|
399
399
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
400
400
|
* live view browser
|
|
401
401
|
*/
|
|
@@ -472,8 +472,8 @@ export interface BrowserPoolUpdateParams {
|
|
|
472
472
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
473
473
|
* supported. The server will reject unsupported combinations. Supported
|
|
474
474
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
475
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
476
|
-
* automatically determined from the width and height if they match a supported
|
|
475
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
476
|
+
* be automatically determined from the width and height if they match a supported
|
|
477
477
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
478
478
|
* live view browser
|
|
479
479
|
*/
|
|
@@ -316,8 +316,8 @@ export interface BrowserCreateResponse {
|
|
|
316
316
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
317
317
|
* supported. The server will reject unsupported combinations. Supported
|
|
318
318
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
319
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
320
|
-
* automatically determined from the width and height if they match a supported
|
|
319
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
320
|
+
* be automatically determined from the width and height if they match a supported
|
|
321
321
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
322
322
|
* live view browser
|
|
323
323
|
*/
|
|
@@ -392,8 +392,8 @@ export interface BrowserRetrieveResponse {
|
|
|
392
392
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
393
393
|
* supported. The server will reject unsupported combinations. Supported
|
|
394
394
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
395
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
396
|
-
* automatically determined from the width and height if they match a supported
|
|
395
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
396
|
+
* be automatically determined from the width and height if they match a supported
|
|
397
397
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
398
398
|
* live view browser
|
|
399
399
|
*/
|
|
@@ -468,8 +468,8 @@ export interface BrowserUpdateResponse {
|
|
|
468
468
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
469
469
|
* supported. The server will reject unsupported combinations. Supported
|
|
470
470
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
471
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
472
|
-
* automatically determined from the width and height if they match a supported
|
|
471
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
472
|
+
* be automatically determined from the width and height if they match a supported
|
|
473
473
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
474
474
|
* live view browser
|
|
475
475
|
*/
|
|
@@ -544,8 +544,8 @@ export interface BrowserListResponse {
|
|
|
544
544
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
545
545
|
* supported. The server will reject unsupported combinations. Supported
|
|
546
546
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
547
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
548
|
-
* automatically determined from the width and height if they match a supported
|
|
547
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
548
|
+
* be automatically determined from the width and height if they match a supported
|
|
549
549
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
550
550
|
* live view browser
|
|
551
551
|
*/
|
|
@@ -614,8 +614,8 @@ export interface BrowserCreateParams {
|
|
|
614
614
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
615
615
|
* supported. The server will reject unsupported combinations. Supported
|
|
616
616
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
617
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
618
|
-
* automatically determined from the width and height if they match a supported
|
|
617
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
618
|
+
* be automatically determined from the width and height if they match a supported
|
|
619
619
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
620
620
|
* live view browser
|
|
621
621
|
*/
|
package/src/resources/shared.ts
CHANGED
|
@@ -56,8 +56,8 @@ export interface BrowserProfile {
|
|
|
56
56
|
* image defaults apply (1920x1080@25). Only specific viewport configurations are
|
|
57
57
|
* supported. The server will reject unsupported combinations. Supported
|
|
58
58
|
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
|
|
59
|
-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
60
|
-
* automatically determined from the width and height if they match a supported
|
|
59
|
+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
|
|
60
|
+
* be automatically determined from the width and height if they match a supported
|
|
61
61
|
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
|
|
62
62
|
* live view browser
|
|
63
63
|
*/
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.29.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.29.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.29.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.29.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|