koishi-plugin-chatluna-google-gemini-adapter 1.3.0-alpha.6 → 1.3.0-alpha.8

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/lib/index.cjs CHANGED
@@ -924,7 +924,7 @@ var GeminiClient = class extends import_client.PlatformModelAndEmbeddingsClient
924
924
  if (model.name.includes("gemini-2.5") && !model.name.includes("pro") && !model.name.includes("image")) {
925
925
  if (!model.name.includes("-thinking")) {
926
926
  models.push(
927
- { ...info, name: model.name + "-nonthinking" },
927
+ { ...info, name: model.name + "-non-thinking" },
928
928
  { ...info, name: model.name + "-thinking" },
929
929
  info
930
930
  );
package/lib/index.mjs CHANGED
@@ -921,7 +921,7 @@ var GeminiClient = class extends PlatformModelAndEmbeddingsClient {
921
921
  if (model.name.includes("gemini-2.5") && !model.name.includes("pro") && !model.name.includes("image")) {
922
922
  if (!model.name.includes("-thinking")) {
923
923
  models.push(
924
- { ...info, name: model.name + "-nonthinking" },
924
+ { ...info, name: model.name + "-non-thinking" },
925
925
  { ...info, name: model.name + "-thinking" },
926
926
  info
927
927
  );
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-chatluna-google-gemini-adapter",
3
3
  "description": "google-gemini adapter for chatluna",
4
- "version": "1.3.0-alpha.6",
4
+ "version": "1.3.0-alpha.8",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "lib/index.mjs",
7
7
  "typings": "lib/index.d.ts",
@@ -34,16 +34,16 @@
34
34
  },
35
35
  "resolutions": {
36
36
  "@langchain/core": "0.3.62",
37
- "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.19"
37
+ "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
38
38
  },
39
39
  "overrides": {
40
40
  "@langchain/core": "0.3.62",
41
- "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.19"
41
+ "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
42
42
  },
43
43
  "pnpm": {
44
44
  "overrides": {
45
45
  "@langchain/core": "0.3.62",
46
- "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.19"
46
+ "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
47
47
  }
48
48
  },
49
49
  "engines": {
@@ -62,7 +62,7 @@
62
62
  "adapter"
63
63
  ],
64
64
  "dependencies": {
65
- "@chatluna/v1-shared-adapter": "^1.0.7",
65
+ "@chatluna/v1-shared-adapter": "^1.0.8",
66
66
  "@langchain/core": "0.3.62",
67
67
  "zod": "3.25.76",
68
68
  "zod-to-json-schema": "^3.24.5"
@@ -73,8 +73,8 @@
73
73
  },
74
74
  "peerDependencies": {
75
75
  "koishi": "^4.18.7",
76
- "koishi-plugin-chatluna": "^1.3.0-alpha.31",
77
- "koishi-plugin-chatluna-storage-service": "^0.0.8"
76
+ "koishi-plugin-chatluna": "^1.3.0-alpha.40",
77
+ "koishi-plugin-chatluna-storage-service": "^0.0.9"
78
78
  },
79
79
  "peerDependenciesMeta": {
80
80
  "koishi-plugin-chatluna-storage-service": {