@lobehub/chat 0.142.2 → 0.142.3

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/CHANGELOG.md CHANGED
@@ -2,6 +2,31 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ### [Version 0.142.3](https://github.com/lobehub/lobe-chat/compare/v0.142.2...v0.142.3)
6
+
7
+ <sup>Released on **2024-03-26**</sup>
8
+
9
+ #### 🐛 Bug Fixes
10
+
11
+ - **misc**: Pin `next-auth` temporary to fix build error.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### What's fixed
19
+
20
+ - **misc**: Pin `next-auth` temporary to fix build error, closes [#1739](https://github.com/lobehub/lobe-chat/issues/1739) ([e9ece9f](https://github.com/lobehub/lobe-chat/commit/e9ece9f))
21
+
22
+ </details>
23
+
24
+ <div align="right">
25
+
26
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
27
+
28
+ </div>
29
+
5
30
  ### [Version 0.142.2](https://github.com/lobehub/lobe-chat/compare/v0.142.1...v0.142.2)
6
31
 
7
32
  <sup>Released on **2024-03-25**</sup>
@@ -13,7 +13,7 @@
13
13
 
14
14
  前往 [OpenAI API Key](https://platform.openai.com/account/api-keys) 获取你的 OpenAI API Key
15
15
 
16
- ### 在 Netflix 工作台导入
16
+ ### 在 Netlify 工作台导入
17
17
 
18
18
  <Callout>经过测试,暂不支持类似 Vercel/Zeabur 的一键部署按钮,原因未知。因此需要手动导入</Callout>
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/chat",
3
- "version": "0.142.2",
3
+ "version": "0.142.3",
4
4
  "description": "Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
5
5
  "keywords": [
6
6
  "framework",
@@ -80,7 +80,7 @@
80
80
  "dependencies": {
81
81
  "@ant-design/icons": "^5",
82
82
  "@anthropic-ai/sdk": "^0.18.0",
83
- "@auth/core": "latest",
83
+ "@auth/core": "0.28.0",
84
84
  "@aws-sdk/client-bedrock-runtime": "^3.525.0",
85
85
  "@azure/openai": "^1.0.0-beta.11",
86
86
  "@cfworker/json-schema": "^1",
@@ -119,7 +119,7 @@
119
119
  "modern-screenshot": "^4",
120
120
  "nanoid": "^5",
121
121
  "next": "^14.1",
122
- "next-auth": "beta",
122
+ "next-auth": "5.0.0-beta.15",
123
123
  "next-sitemap": "^4",
124
124
  "numeral": "^2",
125
125
  "nuqs": "^1",