@unityclaw/sdk 1.0.5 → 1.0.6

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.
package/dist/index.cjs CHANGED
@@ -829,7 +829,8 @@ var UnityClawClient = class {
829
829
  timeout: this.config.timeout,
830
830
  headers: {
831
831
  "Content-Type": "application/json",
832
- "X-Api-Key": this.config.apiKey
832
+ "X-Api-Key": this.config.apiKey,
833
+ "X-Source": "unityclaw"
833
834
  }
834
835
  });
835
836
  this.taskFolderManager = new TaskFolderManager({
package/dist/index.js CHANGED
@@ -730,7 +730,8 @@ var UnityClawClient = class {
730
730
  timeout: this.config.timeout,
731
731
  headers: {
732
732
  "Content-Type": "application/json",
733
- "X-Api-Key": this.config.apiKey
733
+ "X-Api-Key": this.config.apiKey,
734
+ "X-Source": "unityclaw"
734
735
  }
735
736
  });
736
737
  this.taskFolderManager = new TaskFolderManager({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unityclaw/sdk",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Node.js SDK for UnityClaw API - AI-powered image/video generation, media analysis, and more",
5
5
  "type": "module",
6
6
  "bin": {