From bb2d1033c6a1cd705a8aa8c01f7519397bb3ab1f Mon Sep 17 00:00:00 2001 From: Joel Date: Sun, 14 May 2023 16:59:58 +0800 Subject: [PATCH] fix: dify version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d1714c..8883a83 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "i18next-resources-to-backend": "^1.1.3", "immer": "^9.0.19", "js-cookie": "^3.0.1", - "dify-client": "1.1.1", + "dify-client": "1.0.0", "negotiator": "^0.6.3", "next": "13.2.4", "react": "18.2.0",