@salesforce/pwa-kit-create-app 3.18.0-preview.0 → 3.18.0-preview.2
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 +4 -3
- package/assets/bootstrap/js/package.json.hbs +1 -1
- package/assets/templates/@salesforce/retail-react-app/config/default.js.hbs +4 -3
- 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
|
@@ -23,8 +23,8 @@ module.exports = {
|
|
|
23
23
|
// MRT Data Store (opt-in): when true, SSR resolves prefs and serializes `__MRT_DATA_STORE__` in
|
|
24
24
|
// `#mobify-data`; when false, that key is omitted. See `isMrtDataStoreEnabled` in pwa-kit-runtime.
|
|
25
25
|
// Set `PWAKIT_MRT_DATA_STORE_ENABLED=true|false` to override without editing files.
|
|
26
|
-
// Local dev without DynamoDB: `
|
|
27
|
-
// `
|
|
26
|
+
// Local dev without DynamoDB: `MRT_DATA_STORE_DEFAULTS` (JSON map of full DAL keys → objects),
|
|
27
|
+
// optional `MRT_DATA_STORE_WARN_ON_MISSING=false` to silence missing-key warnings.
|
|
28
28
|
mrtDataStore: {
|
|
29
29
|
enabled: false
|
|
30
30
|
},
|
|
@@ -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',
|
|
@@ -23,8 +23,8 @@ module.exports = {
|
|
|
23
23
|
// MRT Data Store (opt-in): when true, SSR resolves prefs and serializes `__MRT_DATA_STORE__` in
|
|
24
24
|
// `#mobify-data`; when false, that key is omitted. See `isMrtDataStoreEnabled` in pwa-kit-runtime.
|
|
25
25
|
// Set `PWAKIT_MRT_DATA_STORE_ENABLED=true|false` to override without editing files.
|
|
26
|
-
// Local dev without DynamoDB: `
|
|
27
|
-
// `
|
|
26
|
+
// Local dev without DynamoDB: `MRT_DATA_STORE_DEFAULTS` (JSON map of full DAL keys → objects),
|
|
27
|
+
// optional `MRT_DATA_STORE_WARN_ON_MISSING=false` to silence missing-key warnings.
|
|
28
28
|
mrtDataStore: {
|
|
29
29
|
enabled: false
|
|
30
30
|
},
|
|
@@ -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.2",
|
|
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.2",
|
|
43
|
+
"internal-lib-build": "3.18.0-preview.2",
|
|
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": "453ec7cb09081ee0e678fc2402acefa6d5e39449"
|
|
51
51
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|