@zhivex-ai/sdk 1.0.0 → 1.0.1

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.js +1 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -137,7 +137,7 @@ const providerTemplates = {
137
137
  packageVersion: "0.9.0",
138
138
  factoryName: "createGemini",
139
139
  envName: "GEMINI_API_KEY",
140
- defaultModel: "gemini-3.5-flash"
140
+ defaultModel: "gemini-3.6-flash"
141
141
  },
142
142
  kimi: {
143
143
  packageName: "@zhivex-ai/kimi",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhivex-ai/sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Unified high-level SDK for multi-provider AI workflows.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -44,6 +44,6 @@
44
44
  "access": "public"
45
45
  },
46
46
  "dependencies": {
47
- "@zhivex-ai/core": "^1.0.0"
47
+ "@zhivex-ai/core": "^1.0.1"
48
48
  }
49
49
  }