create-sitecore-jss 22.3.0-canary.14 → 22.3.0-canary.15
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.
|
@@ -65,7 +65,8 @@
|
|
|
65
65
|
"graphql-tag": "~2.11.0",
|
|
66
66
|
"rxjs": "~7.8.1",
|
|
67
67
|
"tslib": "^2.6.3",
|
|
68
|
-
"zone.js": "~0.14.7"
|
|
68
|
+
"zone.js": "~0.14.7",
|
|
69
|
+
"reflect-metadata": "^0.2.2"
|
|
69
70
|
},
|
|
70
71
|
"devDependencies": {
|
|
71
72
|
"@angular-builders/custom-webpack": "^17.0.2",
|
|
@@ -107,7 +108,7 @@
|
|
|
107
108
|
"karma-jasmine": "~4.0.1",
|
|
108
109
|
"karma-jasmine-html-reporter": "~1.5.4",
|
|
109
110
|
"move-cli": "^2.0.0",
|
|
110
|
-
"npm-run-
|
|
111
|
+
"npm-run-all2": "^7.0.1",
|
|
111
112
|
"protractor": "^7.0.0",
|
|
112
113
|
"ts-node": "~10.9.2",
|
|
113
114
|
"typescript": "~5.4.0"
|
|
@@ -11,11 +11,12 @@ SITECORE_EDGE_CONTEXT_ID=
|
|
|
11
11
|
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
|
+
# Use a relative unix style path to ensure compatibility when deployment runs on Windows or Unix based systems.
|
|
15
|
+
PROXY_BUILD_PATH=<%- locals.relativeProxyAppDestination.replace(/\\/g, '\/') %>dist
|
|
15
16
|
|
|
16
17
|
# ==============================================
|
|
17
18
|
|
|
18
19
|
# An optional Sitecore Personalize scope identifier.
|
|
19
20
|
# This can be used to isolate personalization data when multiple XM Cloud Environments share a Personalize tenant.
|
|
20
21
|
# This should match the PAGES_PERSONALIZE_SCOPE environment variable for your connected XM Cloud Environment.
|
|
21
|
-
PERSONALIZE_SCOPE=
|
|
22
|
+
PERSONALIZE_SCOPE=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-sitecore-jss",
|
|
3
|
-
"version": "22.3.0-canary.
|
|
3
|
+
"version": "22.3.0-canary.15",
|
|
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": "~5.6.3"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "3b2f6e4ee89a36797e65b3c41b5cbc13cb78d38c"
|
|
67
67
|
}
|