From 299c51ebc4c05c99b5d57bcfd506255b78acb66a Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 9 Jun 2023 14:36:48 +0800 Subject: [PATCH] feat: npm sdk to 2.0 to fix steaming problem (#326) --- sdks/nodejs-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/nodejs-client/package.json b/sdks/nodejs-client/package.json index c658b73d98..a59b766a15 100644 --- a/sdks/nodejs-client/package.json +++ b/sdks/nodejs-client/package.json @@ -1,6 +1,6 @@ { "name": "dify-client", - "version": "1.0.3", + "version": "2.0.0", "description": "This is the Node.js SDK for the Dify.AI API, which allows you to easily integrate Dify.AI into your Node.js applications.", "main": "index.js", "type": "module",