Compare commits

..

2 Commits

Author SHA1 Message Date
github-actions[bot]
1cfd2698a7 chore(release): sdk-typescript v0.1.0-preview.0 2025-12-05 15:15:54 +00:00
Mingholy
ab228c682f Merge pull request #1161 from QwenLM/mingholy/fix/integration-test-scripts
test: separating integration tests for the CLI and SDK
2025-12-05 22:34:30 +08:00

View File

@@ -1,6 +1,6 @@
{
"name": "@qwen-code/sdk",
"version": "0.1.0",
"version": "0.1.0-preview.0",
"description": "TypeScript SDK for programmatic access to qwen-code CLI",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",