diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 19ee807..4a403c7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.0" + ".": "0.19.1" } diff --git a/.stats.yml b/.stats.yml index 125a84b..b12b071 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 66 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-86854c41729a6b26f71e26c906f665f69939f23e2d7adcc43380aee64cf6d056.yml -openapi_spec_hash: 270a40c8af29e83cbda77d3700fd456a +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-7897c6c3f33d12ebf6cb8b3694945169617631a52af8f5b393b77b1995ed0d72.yml +openapi_spec_hash: 1104c3ba0915f1708d7576345cafa9d0 config_hash: 9421eb86b7f3f4b274f123279da3858e diff --git a/CHANGELOG.md b/CHANGELOG.md index b2d86d6..f13840f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.19.1 (2025-11-13) + +Full Changelog: [v0.19.0...v0.19.1](https://github.com/onkernel/kernel-node-sdk/compare/v0.19.0...v0.19.1) + +### Features + +* Add support for 1200x800 ([6321644](https://github.com/onkernel/kernel-node-sdk/commit/63216447e56cc6bc3ee706812d8afaf94071308f)) + ## 0.19.0 (2025-11-12) Full Changelog: [v0.18.0...v0.19.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.18.0...v0.19.0) diff --git a/package.json b/package.json index 7f5f004..0765ad3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onkernel/sdk", - "version": "0.19.0", + "version": "0.19.1", "description": "The official TypeScript library for the Kernel API", "author": "Kernel <>", "types": "dist/index.d.ts", diff --git a/src/resources/browsers/browsers.ts b/src/resources/browsers/browsers.ts index e05d219..de85bd1 100644 --- a/src/resources/browsers/browsers.ts +++ b/src/resources/browsers/browsers.ts @@ -283,8 +283,8 @@ export interface BrowserCreateResponse { * image defaults apply (commonly 1024x768@60). Only specific viewport * configurations are supported. The server will reject unsupported combinations. * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, - * 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be - * automatically determined from the width and height if they match a supported + * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will + * be automatically determined from the width and height if they match a supported * configuration exactly. Note: Higher resolutions may affect the responsiveness of * live view browser */ @@ -297,8 +297,8 @@ export namespace BrowserCreateResponse { * image defaults apply (commonly 1024x768@60). Only specific viewport * configurations are supported. The server will reject unsupported combinations. * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, - * 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be - * automatically determined from the width and height if they match a supported + * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will + * be automatically determined from the width and height if they match a supported * configuration exactly. Note: Higher resolutions may affect the responsiveness of * live view browser */ @@ -383,8 +383,8 @@ export interface BrowserRetrieveResponse { * image defaults apply (commonly 1024x768@60). Only specific viewport * configurations are supported. The server will reject unsupported combinations. * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, - * 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be - * automatically determined from the width and height if they match a supported + * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will + * be automatically determined from the width and height if they match a supported * configuration exactly. Note: Higher resolutions may affect the responsiveness of * live view browser */ @@ -397,8 +397,8 @@ export namespace BrowserRetrieveResponse { * image defaults apply (commonly 1024x768@60). Only specific viewport * configurations are supported. The server will reject unsupported combinations. * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, - * 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be - * automatically determined from the width and height if they match a supported + * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will + * be automatically determined from the width and height if they match a supported * configuration exactly. Note: Higher resolutions may affect the responsiveness of * live view browser */ @@ -486,8 +486,8 @@ export namespace BrowserListResponse { * image defaults apply (commonly 1024x768@60). Only specific viewport * configurations are supported. The server will reject unsupported combinations. * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, - * 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be - * automatically determined from the width and height if they match a supported + * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will + * be automatically determined from the width and height if they match a supported * configuration exactly. Note: Higher resolutions may affect the responsiveness of * live view browser */ @@ -500,8 +500,8 @@ export namespace BrowserListResponse { * image defaults apply (commonly 1024x768@60). Only specific viewport * configurations are supported. The server will reject unsupported combinations. * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, - * 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be - * automatically determined from the width and height if they match a supported + * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will + * be automatically determined from the width and height if they match a supported * configuration exactly. Note: Higher resolutions may affect the responsiveness of * live view browser */ @@ -587,8 +587,8 @@ export interface BrowserCreateParams { * image defaults apply (commonly 1024x768@60). Only specific viewport * configurations are supported. The server will reject unsupported combinations. * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, - * 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be - * automatically determined from the width and height if they match a supported + * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will + * be automatically determined from the width and height if they match a supported * configuration exactly. Note: Higher resolutions may affect the responsiveness of * live view browser */ @@ -642,8 +642,8 @@ export namespace BrowserCreateParams { * image defaults apply (commonly 1024x768@60). Only specific viewport * configurations are supported. The server will reject unsupported combinations. * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, - * 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be - * automatically determined from the width and height if they match a supported + * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will + * be automatically determined from the width and height if they match a supported * configuration exactly. Note: Higher resolutions may affect the responsiveness of * live view browser */ diff --git a/src/version.ts b/src/version.ts index 02c8084..f3ae0bb 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.19.0'; // x-release-please-version +export const VERSION = '0.19.1'; // x-release-please-version