Skip to content

Commit 1d58a25

Browse files
authored
Merge pull request #56 from onkernel/release-please--branches--main--changes--next--components--sdk
release: 0.19.1
2 parents 09a09da + 2b8832b commit 1d58a25

File tree

6 files changed

+29
-21
lines changed

6 files changed

+29
-21
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.19.0"
2+
".": "0.19.1"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 66
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-86854c41729a6b26f71e26c906f665f69939f23e2d7adcc43380aee64cf6d056.yml
3-
openapi_spec_hash: 270a40c8af29e83cbda77d3700fd456a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-7897c6c3f33d12ebf6cb8b3694945169617631a52af8f5b393b77b1995ed0d72.yml
3+
openapi_spec_hash: 1104c3ba0915f1708d7576345cafa9d0
44
config_hash: 9421eb86b7f3f4b274f123279da3858e

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.19.1 (2025-11-13)
4+
5+
Full Changelog: [v0.19.0...v0.19.1](https://github.com/onkernel/kernel-node-sdk/compare/v0.19.0...v0.19.1)
6+
7+
### Features
8+
9+
* Add support for 1200x800 ([6321644](https://github.com/onkernel/kernel-node-sdk/commit/63216447e56cc6bc3ee706812d8afaf94071308f))
10+
311
## 0.19.0 (2025-11-12)
412

513
Full Changelog: [v0.18.0...v0.19.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.18.0...v0.19.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onkernel/sdk",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "The official TypeScript library for the Kernel API",
55
"author": "Kernel <>",
66
"types": "dist/index.d.ts",

src/resources/browsers/browsers.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ export interface BrowserCreateResponse {
283283
* image defaults apply (commonly 1024x768@60). Only specific viewport
284284
* configurations are supported. The server will reject unsupported combinations.
285285
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
286-
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
287-
* automatically determined from the width and height if they match a supported
286+
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
287+
* be automatically determined from the width and height if they match a supported
288288
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
289289
* live view browser
290290
*/
@@ -297,8 +297,8 @@ export namespace BrowserCreateResponse {
297297
* image defaults apply (commonly 1024x768@60). Only specific viewport
298298
* configurations are supported. The server will reject unsupported combinations.
299299
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
300-
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
301-
* automatically determined from the width and height if they match a supported
300+
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
301+
* be automatically determined from the width and height if they match a supported
302302
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
303303
* live view browser
304304
*/
@@ -383,8 +383,8 @@ export interface BrowserRetrieveResponse {
383383
* image defaults apply (commonly 1024x768@60). Only specific viewport
384384
* configurations are supported. The server will reject unsupported combinations.
385385
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
386-
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
387-
* automatically determined from the width and height if they match a supported
386+
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
387+
* be automatically determined from the width and height if they match a supported
388388
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
389389
* live view browser
390390
*/
@@ -397,8 +397,8 @@ export namespace BrowserRetrieveResponse {
397397
* image defaults apply (commonly 1024x768@60). Only specific viewport
398398
* configurations are supported. The server will reject unsupported combinations.
399399
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
400-
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
401-
* automatically determined from the width and height if they match a supported
400+
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
401+
* be automatically determined from the width and height if they match a supported
402402
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
403403
* live view browser
404404
*/
@@ -486,8 +486,8 @@ export namespace BrowserListResponse {
486486
* image defaults apply (commonly 1024x768@60). Only specific viewport
487487
* configurations are supported. The server will reject unsupported combinations.
488488
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
489-
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
490-
* automatically determined from the width and height if they match a supported
489+
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
490+
* be automatically determined from the width and height if they match a supported
491491
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
492492
* live view browser
493493
*/
@@ -500,8 +500,8 @@ export namespace BrowserListResponse {
500500
* image defaults apply (commonly 1024x768@60). Only specific viewport
501501
* configurations are supported. The server will reject unsupported combinations.
502502
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
503-
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
504-
* automatically determined from the width and height if they match a supported
503+
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
504+
* be automatically determined from the width and height if they match a supported
505505
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
506506
* live view browser
507507
*/
@@ -587,8 +587,8 @@ export interface BrowserCreateParams {
587587
* image defaults apply (commonly 1024x768@60). Only specific viewport
588588
* configurations are supported. The server will reject unsupported combinations.
589589
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
590-
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
591-
* automatically determined from the width and height if they match a supported
590+
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
591+
* be automatically determined from the width and height if they match a supported
592592
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
593593
* live view browser
594594
*/
@@ -642,8 +642,8 @@ export namespace BrowserCreateParams {
642642
* image defaults apply (commonly 1024x768@60). Only specific viewport
643643
* configurations are supported. The server will reject unsupported combinations.
644644
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
645-
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
646-
* automatically determined from the width and height if they match a supported
645+
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
646+
* be automatically determined from the width and height if they match a supported
647647
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
648648
* live view browser
649649
*/

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.19.0'; // x-release-please-version
1+
export const VERSION = '0.19.1'; // x-release-please-version

0 commit comments

Comments
 (0)