@kadoa/node-sdk 0.19.0 → 0.19.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
@@ -5219,7 +5219,7 @@ var WSS_API_URI = process.env.KADOA_WSS_API_URI ?? "wss://realtime.kadoa.com";
5219
5219
  var REALTIME_API_URI = process.env.KADOA_REALTIME_API_URI ?? "https://realtime.kadoa.com";
5220
5220
 
5221
5221
  // src/version.ts
5222
- var SDK_VERSION = "0.19.0";
5222
+ var SDK_VERSION = "0.19.1";
5223
5223
  var SDK_NAME = "kadoa-node-sdk";
5224
5224
  var SDK_LANGUAGE = "node";
5225
5225