apacuana-sdk-core 1.1.0 → 1.2.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
@@ -33155,6 +33155,7 @@ var getCertStatus = function getCertStatus() {
33155
33155
  var isCertificateInDevice = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
33156
33156
  var config = getConfig();
33157
33157
  var status = helpers.getCertificateStatus(config.userData, isCertificateInDevice, config.integrationType);
33158
+ console.log(status, "Core sdk");
33158
33159
  var parseStatus = PARSE_STATUS[status];
33159
33160
  return new ApacuanaSuccess({
33160
33161
  status: parseStatus