@saptools/cf-hana 0.3.1 → 0.3.2

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.js CHANGED
@@ -625,7 +625,7 @@ async function listColumns(connection, schema, table) {
625
625
  }
626
626
 
627
627
  // src/config.ts
628
- var CLI_VERSION = "0.3.1";
628
+ var CLI_VERSION = "0.3.2";
629
629
  var ENV_PREFIX = "CF_HANA";
630
630
  var DEFAULT_QUERY_TIMEOUT_MS = 3e4;
631
631
  var DEFAULT_CONNECT_TIMEOUT_MS = 3e4;