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/README.md +8 -8
- package/coverage/clover.xml +5 -6
- package/coverage/coverage-final.json +2 -2
- package/coverage/lcov-report/index.html +11 -11
- package/coverage/lcov-report/src/api/certs.js.html +1 -1
- package/coverage/lcov-report/src/api/index.html +1 -1
- package/coverage/lcov-report/src/api/revocations.js.html +1 -1
- package/coverage/lcov-report/src/api/signatures.js.html +1 -1
- package/coverage/lcov-report/src/api/users.js.html +1 -1
- package/coverage/lcov-report/src/config/index.html +11 -11
- package/coverage/lcov-report/src/config/index.js.html +7 -10
- package/coverage/lcov-report/src/errors/index.html +1 -1
- package/coverage/lcov-report/src/errors/index.js.html +1 -1
- package/coverage/lcov-report/src/index.html +1 -1
- package/coverage/lcov-report/src/index.js.html +3 -3
- package/coverage/lcov-report/src/utils/constant.js.html +1 -1
- package/coverage/lcov-report/src/utils/helpers.js.html +1 -1
- package/coverage/lcov-report/src/utils/httpClient.js.html +1 -1
- package/coverage/lcov-report/src/utils/index.html +1 -1
- package/coverage/lcov.info +1 -2
- package/dist/config/index.d.ts +1 -1
- package/dist/index.js +3 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/config/index.js +1 -2
- package/src/index.js +2 -2
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
|
|
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
|
|
33608
|
+
close: function close$1() {
|
|
33609
|
+
return close();
|
|
33611
33610
|
},
|
|
33612
33611
|
getConfig: getConfig,
|
|
33613
33612
|
requestRevocation: requestRevocation,
|