@openlettermarketing/olc-react-sdk 1.8.5-beta.1 → 1.8.6-beta.1
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 +7 -2
- package/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/build/types/src/utils/constants.d.ts +4 -0
- package/build/types/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -26,4 +26,8 @@ export declare const sortOrderForTemplates: string[];
|
|
|
26
26
|
export declare const EMAIL_REGEX: RegExp;
|
|
27
27
|
export declare const VIDEO_URL_REGEX: RegExp;
|
|
28
28
|
export declare const DISALLOWED_DOMAINS: string[];
|
|
29
|
+
export declare const MERGE_UTM_PARAMS: {
|
|
30
|
+
key: string;
|
|
31
|
+
value: string;
|
|
32
|
+
}[];
|
|
29
33
|
export {};
|
package/build/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION: "1.8.
|
|
1
|
+
export const SDK_VERSION: "1.8.6-beta.1";
|
package/package.json
CHANGED