From ca7d6f302cbc99a277502b292e446b8c3d777639 Mon Sep 17 00:00:00 2001 From: Wayland Yang Date: Sat, 23 May 2026 12:33:27 +0800 Subject: [PATCH] chore(sdk/typescript): align @deeplethe/forkd to 0.3.3 for npm publish No code changes since 0.3.1; this is pure version-number alignment with the rest of the workspace (Cargo + Python SDK both at 0.3.3). After merge, tag ts-v0.3.3 to trigger publish-npm.yml. Co-Authored-By: Claude Opus 4.7 (1M context) --- sdk/typescript/package-lock.json | 4 ++-- sdk/typescript/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/typescript/package-lock.json b/sdk/typescript/package-lock.json index 9b37850..a94d00b 100644 --- a/sdk/typescript/package-lock.json +++ b/sdk/typescript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@deeplethe/forkd", - "version": "0.3.1", + "version": "0.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@deeplethe/forkd", - "version": "0.3.1", + "version": "0.3.3", "license": "Apache-2.0", "devDependencies": { "@types/node": "^20.0.0", diff --git a/sdk/typescript/package.json b/sdk/typescript/package.json index 845f64f..33c5835 100644 --- a/sdk/typescript/package.json +++ b/sdk/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@deeplethe/forkd", - "version": "0.3.1", + "version": "0.3.3", "description": "TypeScript client for forkd — open-source fork-on-write microVM primitive for AI agents", "license": "Apache-2.0", "author": "Deeplethe ",