create-sitecore-jss 22.5.0-beta.14 → 22.5.0-beta.16

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.
@@ -30,6 +30,7 @@ class PreviewModePlugin implements Plugin {
30
30
  renderingId,
31
31
  dataSourceId,
32
32
  version,
33
+ mode,
33
34
  } = context.previewData;
34
35
 
35
36
  const componentService = new RestComponentLayoutService({
@@ -45,6 +46,7 @@ class PreviewModePlugin implements Plugin {
45
46
  renderingId,
46
47
  dataSourceId,
47
48
  version,
49
+ mode,
48
50
  });
49
51
 
50
52
  if (!componentData) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sitecore-jss",
3
- "version": "22.5.0-beta.14",
3
+ "version": "22.5.0-beta.16",
4
4
  "description": "Sitecore JSS initializer",
5
5
  "bin": "./dist/index.js",
6
6
  "scripts": {
@@ -65,5 +65,5 @@
65
65
  "ts-node": "^10.9.1",
66
66
  "typescript": "~5.6.3"
67
67
  },
68
- "gitHead": "5d4ba1509f35d860a1920c2728fb203fbf11b2a5"
68
+ "gitHead": "a99edf7bd6bfc0fd0724f7abfb1838d2b42d315a"
69
69
  }