@qwen-code/sdk 0.1.5-preview.2 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli/cli.js +4 -4
  2. package/package.json +1 -1
package/dist/cli/cli.js CHANGED
@@ -157728,7 +157728,7 @@ __export(geminiContentGenerator_exports, {
157728
157728
  createGeminiContentGenerator: () => createGeminiContentGenerator
157729
157729
  });
157730
157730
  function createGeminiContentGenerator(config2, gcConfig) {
157731
- const version2 = "0.10.2";
157731
+ const version2 = "0.10.4";
157732
157732
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
157733
157733
  const baseHeaders = {
157734
157734
  "User-Agent": userAgent2
@@ -377274,7 +377274,7 @@ __name(getPackageJson, "getPackageJson");
377274
377274
  // packages/cli/src/utils/version.ts
377275
377275
  async function getCliVersion() {
377276
377276
  const pkgJson = await getPackageJson();
377277
- return "0.10.2";
377277
+ return "0.10.4";
377278
377278
  }
377279
377279
  __name(getCliVersion, "getCliVersion");
377280
377280
 
@@ -384823,7 +384823,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
384823
384823
 
384824
384824
  // packages/cli/src/generated/git-commit.ts
384825
384825
  init_esbuild_shims();
384826
- var GIT_COMMIT_INFO = "6bc37c6c";
384826
+ var GIT_COMMIT_INFO = "4cd42187";
384827
384827
 
384828
384828
  // packages/cli/src/utils/systemInfo.ts
384829
384829
  async function getNpmVersion() {
@@ -439542,7 +439542,7 @@ var GeminiAgent = class {
439542
439542
  name: APPROVAL_MODE_INFO[mode].name,
439543
439543
  description: APPROVAL_MODE_INFO[mode].description
439544
439544
  }));
439545
- const version2 = "0.10.2";
439545
+ const version2 = "0.10.4";
439546
439546
  return {
439547
439547
  protocolVersion: PROTOCOL_VERSION,
439548
439548
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/sdk",
3
- "version": "0.1.5-preview.2",
3
+ "version": "0.1.5",
4
4
  "description": "TypeScript SDK for programmatic access to qwen-code CLI",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",