@candlerip/shared3 0.0.67 → 0.0.68
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const PAGES: readonly ["home-page", "contact-page", "help-page", "terms-and-conditions-page"];
|
1
|
+
export declare const PAGES: readonly ["home-page", "contact-page", "cookie-policy-page", "help-page", "terms-and-conditions-page"];
|
@@ -1 +1 @@
|
|
1
|
-
export const PAGES = ['home-page', 'contact-page', 'help-page', 'terms-and-conditions-page'];
|
1
|
+
export const PAGES = ['home-page', 'contact-page', 'cookie-policy-page', 'help-page', 'terms-and-conditions-page'];
|