@jetshop/template-trend 5.14.4 → 5.14.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetshop/template-trend",
3
- "version": "5.14.4",
3
+ "version": "5.14.5",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "build": "react-scripts build",
@@ -45,11 +45,11 @@
45
45
  ]
46
46
  },
47
47
  "dependencies": {
48
- "@jetshop/core": "^5.14.4",
48
+ "@jetshop/core": "^5.14.5",
49
49
  "@jetshop/flight-shortcodes": "^2.0.10",
50
- "@jetshop/intl": "^5.14.4",
51
- "@jetshop/react-scripts": "^5.14.4",
52
- "@jetshop/ui": "^5.14.4",
50
+ "@jetshop/intl": "^5.14.5",
51
+ "@jetshop/react-scripts": "^5.14.5",
52
+ "@jetshop/ui": "^5.14.5",
53
53
  "@react-google-maps/api": "~1.7.0",
54
54
  "prop-types": "^15.6.2",
55
55
  "react": "^16.9.0",
@@ -17,6 +17,7 @@ fragment CategoryPage on Category {
17
17
  content
18
18
  breadcrumbText
19
19
  isDynamic
20
+ allowWebIndexing
20
21
  images {
21
22
  width
22
23
  url
@@ -6,6 +6,7 @@ fragment ContentPage on Page {
6
6
  name
7
7
  id
8
8
  content
9
+ allowWebIndexing
9
10
  images {
10
11
  url
11
12
  }