apacuana-sdk-core 0.7.0 → 0.8.0

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
@@ -332,9 +332,8 @@ var setConfig = function setConfig(newConfig) {
332
332
  var getConfig = function getConfig() {
333
333
  return _objectSpread2({}, config);
334
334
  };
335
- var cleanConfig = function cleanConfig() {
335
+ var close = function close() {
336
336
  config = _objectSpread2({}, defaultConfig);
337
- console.log("Apacuana SDK: Configuración limpiada.");
338
337
  };
339
338
 
340
339
  // src/errors/index.js
@@ -33606,8 +33605,8 @@ var apacuana = {
33606
33605
  }
33607
33606
  return init;
33608
33607
  }(),
33609
- close: function close() {
33610
- return cleanConfig();
33608
+ close: function close$1() {
33609
+ return close();
33611
33610
  },
33612
33611
  getConfig: getConfig,
33613
33612
  requestRevocation: requestRevocation,