@kadoa/node-sdk 0.17.0 → 0.18.1

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/dist/index.mjs CHANGED
@@ -5170,7 +5170,7 @@ var WSS_API_URI = process.env.KADOA_WSS_API_URI ?? "wss://realtime.kadoa.com";
5170
5170
  var REALTIME_API_URI = process.env.KADOA_REALTIME_API_URI ?? "https://realtime.kadoa.com";
5171
5171
 
5172
5172
  // src/version.ts
5173
- var SDK_VERSION = "0.17.0";
5173
+ var SDK_VERSION = "0.18.1";
5174
5174
  var SDK_NAME = "kadoa-node-sdk";
5175
5175
  var SDK_LANGUAGE = "node";
5176
5176