From 69190e088e9f158c644f586f6e2da2cc1f53098f Mon Sep 17 00:00:00 2001 From: Joel Date: Mon, 3 Jun 2024 08:22:27 +0800 Subject: [PATCH] fix: update npm version to fix Incorrect argument types in createChatMessage (#4865) --- 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 83b2f8a4c0cead..cc27c5e0c0227d 100644 --- a/sdks/nodejs-client/package.json +++ b/sdks/nodejs-client/package.json @@ -1,6 +1,6 @@ { "name": "dify-client", - "version": "2.3.1", + "version": "2.3.2", "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",