-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): update package.json files for image-renderer and embedding…
…s-service to include exports and improve structure
- Loading branch information
1 parent
1e7a21b
commit a0e7f32
Showing
22 changed files
with
1,981 additions
and
1,981 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,86 +1,86 @@ | ||
{ | ||
"name": "koishi-plugin-chatluna-azure-openai-adapter", | ||
"description": "azure openai adapter for chatluna", | ||
"version": "1.0.0", | ||
"main": "lib/index.cjs", | ||
"module": "lib/index.mjs", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"dist" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.cjs" | ||
"name": "koishi-plugin-chatluna-azure-openai-adapter", | ||
"description": "azure openai adapter for chatluna", | ||
"version": "1.0.0", | ||
"main": "lib/index.cjs", | ||
"module": "lib/index.mjs", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"dist" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.cjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"type": "module", | ||
"author": "dingyi222666 <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ChatLunaLab/chatluna.git", | ||
"directory": "packages/azure-openai-adapter" | ||
}, | ||
"license": "AGPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/ChatLunaLab/chatluna/issues" | ||
}, | ||
"homepage": "https://github.com/ChatLunaLab/chatluna/tree/v1-dev/packages/azure-openai-adapter#readme", | ||
"scripts": { | ||
"build": "atsc -b" | ||
}, | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
"keywords": [ | ||
"chatbot", | ||
"koishi", | ||
"plugin", | ||
"service", | ||
"chatgpt", | ||
"gpt", | ||
"chatluna", | ||
"adapter" | ||
], | ||
"dependencies": { | ||
"@langchain/core": "^0.3.18", | ||
"zod": "^3.24.0-canary.20241107T043915", | ||
"zod-to-json-schema": "^3.23.5" | ||
}, | ||
"devDependencies": { | ||
"atsc": "^2.1.0", | ||
"koishi": "^4.18.4" | ||
}, | ||
"peerDependencies": { | ||
"koishi": "^4.18.4", | ||
"koishi-plugin-chatluna": "^1.0.1" | ||
}, | ||
"resolutions": { | ||
"@langchain/core": "0.3.18", | ||
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"type": "module", | ||
"author": "dingyi222666 <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ChatLunaLab/chatluna.git", | ||
"directory": "packages/azure-openai-adapter" | ||
}, | ||
"license": "AGPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/ChatLunaLab/chatluna/issues" | ||
}, | ||
"homepage": "https://github.com/ChatLunaLab/chatluna/tree/v1-dev/packages/azure-openai-adapter#readme", | ||
"scripts": { | ||
"build": "atsc -b" | ||
}, | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
"keywords": [ | ||
"chatbot", | ||
"koishi", | ||
"plugin", | ||
"service", | ||
"chatgpt", | ||
"gpt", | ||
"chatluna", | ||
"adapter" | ||
], | ||
"dependencies": { | ||
"@langchain/core": "^0.3.18", | ||
"zod": "^3.24.0-canary.20241107T043915", | ||
"zod-to-json-schema": "^3.23.5" | ||
}, | ||
"devDependencies": { | ||
"atsc": "^2.1.0", | ||
"koishi": "^4.18.4" | ||
}, | ||
"peerDependencies": { | ||
"koishi": "^4.18.4", | ||
"koishi-plugin-chatluna": "^1.0.1-alpha.1" | ||
}, | ||
"resolutions": { | ||
"@langchain/core": "0.3.18", | ||
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15" | ||
}, | ||
"overrides": { | ||
"@langchain/core": "0.3.18", | ||
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
"@langchain/core": "0.3.18", | ||
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15" | ||
} | ||
}, | ||
"koishi": { | ||
"description": { | ||
"zh": "ChatLuna 的 Azure OpenAI 平台适配器", | ||
"en": "Azure OpenAI adapter for ChatLuna" | ||
"@langchain/core": "0.3.18", | ||
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
"@langchain/core": "0.3.18", | ||
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15" | ||
} | ||
}, | ||
"service": { | ||
"required": [ | ||
"chatluna" | ||
] | ||
"koishi": { | ||
"description": { | ||
"zh": "ChatLuna 的 Azure OpenAI 平台适配器", | ||
"en": "Azure OpenAI adapter for ChatLuna" | ||
}, | ||
"service": { | ||
"required": [ | ||
"chatluna" | ||
] | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,85 +1,85 @@ | ||
{ | ||
"name": "koishi-plugin-chatluna-chatglm-adapter", | ||
"description": "chatglm adapter for chatluna", | ||
"version": "1.0.0", | ||
"main": "lib/index.cjs", | ||
"module": "lib/index.mjs", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"dist" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.cjs" | ||
"name": "koishi-plugin-chatluna-chatglm-adapter", | ||
"description": "chatglm adapter for chatluna", | ||
"version": "1.0.0", | ||
"main": "lib/index.cjs", | ||
"module": "lib/index.mjs", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"dist" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.cjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"type": "module", | ||
"author": "dingyi222666 <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ChatLunaLab/chatluna.git", | ||
"directory": "packages/chatglm-adapter" | ||
}, | ||
"license": "AGPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/ChatLunaLab/chatluna/issues" | ||
}, | ||
"homepage": "https://github.com/ChatLunaLab/chatluna/tree/v1-dev/packages/chatglm-adapter#readme", | ||
"scripts": { | ||
"build": "atsc -b" | ||
}, | ||
"keywords": [ | ||
"chatbot", | ||
"koishi", | ||
"plugin", | ||
"service", | ||
"chatglm", | ||
"chatluna", | ||
"adapter" | ||
], | ||
"dependencies": { | ||
"@langchain/core": "^0.3.18", | ||
"zod-to-json-schema": "^3.23.5" | ||
}, | ||
"devDependencies": { | ||
"@types/uuid": "^10.0.0", | ||
"atsc": "^2.1.0", | ||
"koishi": "^4.18.4" | ||
}, | ||
"resolutions": { | ||
"@langchain/core": "0.3.18", | ||
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"type": "module", | ||
"author": "dingyi222666 <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ChatLunaLab/chatluna.git", | ||
"directory": "packages/chatglm-adapter" | ||
}, | ||
"license": "AGPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/ChatLunaLab/chatluna/issues" | ||
}, | ||
"homepage": "https://github.com/ChatLunaLab/chatluna/tree/v1-dev/packages/chatglm-adapter#readme", | ||
"scripts": { | ||
"build": "atsc -b" | ||
}, | ||
"keywords": [ | ||
"chatbot", | ||
"koishi", | ||
"plugin", | ||
"service", | ||
"chatglm", | ||
"chatluna", | ||
"adapter" | ||
], | ||
"dependencies": { | ||
"@langchain/core": "^0.3.18", | ||
"zod-to-json-schema": "^3.23.5" | ||
}, | ||
"devDependencies": { | ||
"@types/uuid": "^10.0.0", | ||
"atsc": "^2.1.0", | ||
"koishi": "^4.18.4" | ||
}, | ||
"resolutions": { | ||
"@langchain/core": "0.3.18", | ||
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15" | ||
}, | ||
"overrides": { | ||
"@langchain/core": "0.3.18", | ||
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
"@langchain/core": "0.3.18", | ||
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15" | ||
} | ||
}, | ||
"peerDependencies": { | ||
"koishi": "^4.18.4", | ||
"koishi-plugin-chatluna": "^1.0.1-alpha.1" | ||
}, | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
"koishi": { | ||
"description": { | ||
"zh": "为 ChatLuna 提供 ChatGLM 等在 `API for Open LLMs` 上可用的大语言模型", | ||
"en": "Provide ChatGLM and other large language models available on `API for Open LLMs` for ChatLuna" | ||
"@langchain/core": "0.3.18", | ||
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
"@langchain/core": "0.3.18", | ||
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15" | ||
} | ||
}, | ||
"peerDependencies": { | ||
"koishi": "^4.18.4", | ||
"koishi-plugin-chatluna": "^1.0.1" | ||
}, | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
"service": { | ||
"required": [ | ||
"chatluna" | ||
] | ||
"koishi": { | ||
"description": { | ||
"zh": "为 ChatLuna 提供 ChatGLM 等在 `API for Open LLMs` 上可用的大语言模型", | ||
"en": "Provide ChatGLM and other large language models available on `API for Open LLMs` for ChatLuna" | ||
}, | ||
"service": { | ||
"required": [ | ||
"chatluna" | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.