🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@opencode-ai/sdk

Package Overview
Dependencies
Maintainers
1
Versions
9446
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencode-ai/sdk - npm Package Compare versions

Comparing version
0.1.0-alpha.6
to
0.1.0-alpha.7
+8
-0
CHANGELOG.md
# Changelog
## 0.1.0-alpha.7 (2025-06-27)
Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/sst/opencode-sdk-js/compare/v0.1.0-alpha.6...v0.1.0-alpha.7)
### Features
* **api:** update via SDK Studio ([14d2d04](https://github.com/sst/opencode-sdk-js/commit/14d2d04d80c1d5880940c9c70a5c1ea200df2ebc))
## 0.1.0-alpha.6 (2025-06-27)

@@ -4,0 +12,0 @@

+2
-2
{
"name": "@opencode-ai/sdk",
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"description": "The official TypeScript library for the Opencode API",
"author": "Opencode <support@sst.dev>",
"author": "Opencode <hello@sst.dev>",
"types": "./index.d.ts",

@@ -7,0 +7,0 @@ "main": "./index.js",

@@ -1,1 +0,1 @@

export const VERSION = '0.1.0-alpha.6'; // x-release-please-version
export const VERSION = '0.1.0-alpha.7'; // x-release-please-version

@@ -1,2 +0,2 @@

export declare const VERSION = "0.1.0-alpha.6";
export declare const VERSION = "0.1.0-alpha.7";
//# sourceMappingURL=version.d.mts.map

@@ -1,2 +0,2 @@

export declare const VERSION = "0.1.0-alpha.6";
export declare const VERSION = "0.1.0-alpha.7";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '0.1.0-alpha.6'; // x-release-please-version
exports.VERSION = '0.1.0-alpha.7'; // x-release-please-version
//# sourceMappingURL=version.js.map

@@ -1,2 +0,2 @@

export const VERSION = '0.1.0-alpha.6'; // x-release-please-version
export const VERSION = '0.1.0-alpha.7'; // x-release-please-version
//# sourceMappingURL=version.mjs.map