@candlerip/shared3 0.0.68 → 0.0.69

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.68",
3
+ "version": "0.0.69",
4
4
  "type": "module",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -34,14 +34,14 @@ export type CommonPageDictionary = {
34
34
  hu: string;
35
35
  };
36
36
  pageMenu: {
37
- addPersonPage: string;
38
- candlesPage: string;
39
- contactPage: string;
40
- cookiePolicyPage: string;
41
- helpPage: string;
42
- personsPage: string;
43
- personsMapPage: string;
44
- termsAndConditionsPage: string;
37
+ 'add-person-page': string;
38
+ 'candles-page': string;
39
+ 'contact-page': string;
40
+ 'cookie-policy-page': string;
41
+ 'help-page': string;
42
+ 'persons-page': string;
43
+ 'persons-map-page': string;
44
+ 'terms-and-conditions-page': string;
45
45
  };
46
46
  };
47
47
  };