@smartico/public-api 0.0.228 → 0.0.229
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/SmarticoAPI.d.ts +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/package.json +1 -1
- package/src/SmarticoAPI.ts +1 -1
package/package.json
CHANGED
package/src/SmarticoAPI.ts
CHANGED
|
@@ -191,7 +191,7 @@ class SmarticoAPI {
|
|
|
191
191
|
return ENV_ID;
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
|
|
194
|
+
public static replaceSmrDomainsWithCloudfront<T>(value: string | {[key: string]: any}): T {
|
|
195
195
|
if (!value) {
|
|
196
196
|
return value as T;
|
|
197
197
|
}
|