create-sitecore-jss 22.2.0-canary.19 → 22.2.0-canary.20
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.
|
@@ -58,6 +58,7 @@ class AngularXmCloudInitializer {
|
|
|
58
58
|
yes: args.yes,
|
|
59
59
|
destination: args.destination,
|
|
60
60
|
proxyName: 'node-xmcloud-proxy',
|
|
61
|
+
proxyAppDestination: args.proxyAppDestination,
|
|
61
62
|
};
|
|
62
63
|
const proxyDetails = yield inquirer_1.default.prompt(proxy_1.proxyPrompts, promptArgs);
|
|
63
64
|
args.proxyAppDestination = proxyDetails.proxyAppDestination;
|
|
@@ -25,11 +25,6 @@ GRAPH_QL_ENDPOINT=
|
|
|
25
25
|
# Uses your `package.json` config `appName` if empty.
|
|
26
26
|
SITECORE_SITE_NAME=
|
|
27
27
|
|
|
28
|
-
<% if (!locals.xmcloud) { -%>
|
|
29
|
-
# The way in which layout and dictionary data is fetched from Sitecore
|
|
30
|
-
FETCH_WITH=<%- fetchWith %>
|
|
31
|
-
<% } -%>
|
|
32
|
-
|
|
33
28
|
# Your default app language.
|
|
34
29
|
DEFAULT_LANGUAGE=
|
|
35
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-sitecore-jss",
|
|
3
|
-
"version": "22.2.0-canary.
|
|
3
|
+
"version": "22.2.0-canary.20",
|
|
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": "
|
|
66
|
+
"gitHead": "c525b47d1480e3e9ba40751f8493513f59fe25d0"
|
|
67
67
|
}
|