create-sitecore-jss 22.3.0-canary.8 → 22.3.0-canary.9

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.
@@ -12,10 +12,3 @@ PROXY_HOST=http://localhost:3000
12
12
 
13
13
  # Your XM Cloud Proxy server path is needed to build the app. The build output will be copied to the proxy server path.
14
14
  PROXY_BUILD_PATH=<%- locals.relativeProxyAppDestination.replace(/\\/g, '\\\\') %>dist
15
-
16
- # ==============================================
17
-
18
- # An optional Sitecore Personalize scope identifier.
19
- # This can be used to isolate personalization data when multiple XM Cloud Environments share a Personalize tenant.
20
- # This should match the PAGES_PERSONALIZE_SCOPE environment variable for your connected XM Cloud Environment.
21
- PERSONALIZE_SCOPE=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sitecore-jss",
3
- "version": "22.3.0-canary.8",
3
+ "version": "22.3.0-canary.9",
4
4
  "description": "Sitecore JSS initializer",
5
5
  "bin": "./dist/index.js",
6
6
  "scripts": {
@@ -63,5 +63,5 @@
63
63
  "ts-node": "^10.9.1",
64
64
  "typescript": "~4.9.5"
65
65
  },
66
- "gitHead": "af8edb136f2218cd6c0674bb0c4640ff3346df6a"
66
+ "gitHead": "80aab2e2e832a1a9ae024c771a955c2d403e63fe"
67
67
  }