@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,6 +1,6 @@
1
1
  {
2
2
  "name": "@candlerip/shared3",
3
- "version": "0.0.67",
3
+ "version": "0.0.68",
4
4
  "type": "module",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -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'];