@openlettermarketing/olc-react-sdk 2.0.1 → 2.0.2-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.
|
@@ -2,3 +2,4 @@ import { Store } from "./types";
|
|
|
2
2
|
export declare const addSafetyBordersTo4x6PostCard: (store: Store) => void;
|
|
3
3
|
export declare const addSafetyBordersTo6x9PostCard: (store: Store) => void;
|
|
4
4
|
export declare const addSafetyBordersTo6x11PostCard: (store: Store) => void;
|
|
5
|
+
export declare const addSafetyBordersTo12x9PostCard: (store: Store) => void;
|
package/build/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION: "2.0.1";
|
|
1
|
+
export const SDK_VERSION: "2.0.2-beta.1";
|
package/package.json
CHANGED