@salesforce/pwa-kit-create-app 3.17.0 → 3.17.1-preview.0
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/assets/bootstrap/js/config/default.js.hbs +6 -4
- package/assets/templates/@salesforce/retail-react-app/config/default.js.hbs +6 -0
- package/package.json +4 -4
- package/templates/express-minimal.tar.gz +0 -0
- package/templates/mrt-reference-app.tar.gz +0 -0
- package/templates/retail-react-app.tar.gz +0 -0
- package/templates/typescript-minimal.tar.gz +0 -0
|
@@ -48,6 +48,9 @@ module.exports = {
|
|
|
48
48
|
locale: 'path',
|
|
49
49
|
// This boolean value dictates whether or not default site or locale values are shown in the url. Defaults to: false
|
|
50
50
|
showDefaults: true,
|
|
51
|
+
// This boolean value dictates whether or not the base path, defined in ssrParameters.envBasePath,
|
|
52
|
+
// is shown in shopper facing urls. Defaults to: false
|
|
53
|
+
showBasePath: false,
|
|
51
54
|
{{else}}
|
|
52
55
|
// Determine where the siteRef is located. Valid values include 'path|query_param|none'. Defaults to: 'none'
|
|
53
56
|
site: 'none',
|
|
@@ -55,6 +58,9 @@ module.exports = {
|
|
|
55
58
|
locale: 'none',
|
|
56
59
|
// This boolean value dictates whether or not default site or locale values are shown in the url. Defaults to: false
|
|
57
60
|
showDefaults: false,
|
|
61
|
+
// This boolean value dictates whether or not the base path, defined in ssrParameters.envBasePath,
|
|
62
|
+
// is shown in shopper facing urls. Defaults to: false
|
|
63
|
+
showBasePath: false,
|
|
58
64
|
{{/if}}
|
|
59
65
|
// This boolean value dictates whether the plus sign (+) is interpreted as space for query param string. Defaults to: false
|
|
60
66
|
interpretPlusSignAsSpace: false
|
|
@@ -176,10 +182,6 @@ module.exports = {
|
|
|
176
182
|
apiKey: process.env.GOOGLE_CLOUD_API_KEY
|
|
177
183
|
}
|
|
178
184
|
},
|
|
179
|
-
// Experimental: The base path for the app. This is the path that will be prepended to all /mobify routes,
|
|
180
|
-
// callback routes, and Express routes.
|
|
181
|
-
// Setting this to `/` or an empty string will result in the above routes not having a base path.
|
|
182
|
-
envBasePath: '/',
|
|
183
185
|
// This list contains server-side only libraries that you don't want to be compiled by webpack
|
|
184
186
|
externals: [],
|
|
185
187
|
// Page not found url for your app
|
|
@@ -48,6 +48,9 @@ module.exports = {
|
|
|
48
48
|
locale: 'path',
|
|
49
49
|
// This boolean value dictates whether default site or locale values are shown in the url. Defaults to: false
|
|
50
50
|
showDefaults: true,
|
|
51
|
+
// This boolean value dictates whether or not the base path, defined in ssrParameters.envBasePath,
|
|
52
|
+
// is shown in shopper facing urls. Defaults to: false
|
|
53
|
+
showBasePath: false,
|
|
51
54
|
{{else}}
|
|
52
55
|
// Determine where the siteRef is located. Valid values include 'path|query_param|none'. Defaults to: 'none'
|
|
53
56
|
site: 'none',
|
|
@@ -55,6 +58,9 @@ module.exports = {
|
|
|
55
58
|
locale: 'none',
|
|
56
59
|
// This boolean value dictates whether or not default site or locale values are shown in the url. Defaults to: false
|
|
57
60
|
showDefaults: false,
|
|
61
|
+
// This boolean value dictates whether or not the base path, defined in ssrParameters.envBasePath,
|
|
62
|
+
// is shown in shopper facing urls. Defaults to: false
|
|
63
|
+
showBasePath: false,
|
|
58
64
|
{{/if}}
|
|
59
65
|
// This boolean value dictates whether the plus sign (+) is interpreted as space for query param string. Defaults to: false
|
|
60
66
|
interpretPlusSignAsSpace: false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/pwa-kit-create-app",
|
|
3
|
-
"version": "3.17.0",
|
|
3
|
+
"version": "3.17.1-preview.0",
|
|
4
4
|
"description": "Salesforce's project generator tool",
|
|
5
5
|
"homepage": "https://github.com/SalesforceCommerceCloud/pwa-kit/tree/develop/packages/pwa-kit-create-app#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"tar": "^6.2.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@salesforce/pwa-kit-dev": "3.17.0",
|
|
43
|
-
"internal-lib-build": "3.17.0",
|
|
42
|
+
"@salesforce/pwa-kit-dev": "3.17.1-preview.0",
|
|
43
|
+
"internal-lib-build": "3.17.1-preview.0",
|
|
44
44
|
"verdaccio": "^5.22.1"
|
|
45
45
|
},
|
|
46
46
|
"engines": {
|
|
47
47
|
"node": "^18.0.0 || ^20.0.0 || ^22.0.0 || ^24.0.0",
|
|
48
48
|
"npm": "^9.0.0 || ^10.0.0 || ^11.0.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "beabe8a971b6170bddfe08ae3f5ca2f1bfe66aa7"
|
|
51
51
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|