@smartico/public-api 0.0.229 → 0.0.230
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/package.json +1 -1
- package/src/SmarticoAPI.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -3061,7 +3061,7 @@ var SmarticoAPI = /*#__PURE__*/function () {
|
|
|
3061
3061
|
return Promise.resolve(_this.messageSender(message, _this.publicUrl, expectCID)).then(function (_this$messageSender) {
|
|
3062
3062
|
result = _this$messageSender;
|
|
3063
3063
|
var timeEnd = new Date().getTime();
|
|
3064
|
-
if (SmarticoAPI.getEnvDnsSuffix(_this.label_api_key) === '
|
|
3064
|
+
if (SmarticoAPI.getEnvDnsSuffix(_this.label_api_key) === '4' && result) {
|
|
3065
3065
|
result = SmarticoAPI.replaceSmrDomainsWithCloudfront(result);
|
|
3066
3066
|
}
|
|
3067
3067
|
if (_this.logHTTPTiming) {
|