ソースを参照

fix: update npm version to fix Incorrect argument types in createChatMessage (#4865)

Joel 10 ヶ月 前
コミット
69190e088e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      sdks/nodejs-client/package.json

+ 1 - 1
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",