@salesforce/pwa-kit-create-app 3.18.0-preview.0 → 3.18.0-preview.1
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 +2 -1
- package/assets/templates/@salesforce/retail-react-app/config/default.js.hbs +2 -1
- 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
|
@@ -215,7 +215,8 @@ module.exports = {
|
|
|
215
215
|
ssrParameters: {
|
|
216
216
|
ssrFunctionNodeVersion: '24.x',
|
|
217
217
|
// Store the session cookies as HttpOnly for enhanced security.
|
|
218
|
-
|
|
218
|
+
// WIP: Do not enable. This feature is in-progress.
|
|
219
|
+
enableHttpOnlySessionCookies: false,
|
|
219
220
|
proxyConfigs: [
|
|
220
221
|
{
|
|
221
222
|
host: '{{answers.project.commerce.shortCode}}.api.commercecloud.salesforce.com',
|
|
@@ -215,7 +215,8 @@ module.exports = {
|
|
|
215
215
|
ssrParameters: {
|
|
216
216
|
ssrFunctionNodeVersion: '24.x',
|
|
217
217
|
// Store the session cookies as HttpOnly for enhanced security.
|
|
218
|
-
|
|
218
|
+
// WIP: Do not enable. This feature is in-progress.
|
|
219
|
+
enableHttpOnlySessionCookies: false,
|
|
219
220
|
proxyConfigs: [
|
|
220
221
|
{
|
|
221
222
|
host: '{{answers.project.commerce.shortCode}}.api.commercecloud.salesforce.com',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/pwa-kit-create-app",
|
|
3
|
-
"version": "3.18.0-preview.
|
|
3
|
+
"version": "3.18.0-preview.1",
|
|
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.18.0-preview.
|
|
43
|
-
"internal-lib-build": "3.18.0-preview.
|
|
42
|
+
"@salesforce/pwa-kit-dev": "3.18.0-preview.1",
|
|
43
|
+
"internal-lib-build": "3.18.0-preview.1",
|
|
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": "0305ff8fd1a8998b3050644598ba7b9e2dd3d807"
|
|
51
51
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|