@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.
@@ -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: `PWAKIT_MRT_DATA_STORE_DEFAULTS` (JSON map of full DAL keys → objects),
27
- // `PWAKIT_MRT_DATA_STORE_ALLOW_LOCAL=true` when NODE_ENV is production, optional `PWAKIT_MRT_DATA_STORE_WARN_ON_MISSING=false`.
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
- enableHttpOnlySessionCookies: true,
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',
@@ -3,7 +3,7 @@
3
3
  "version": "0.0.1",
4
4
  "license": "See license in LICENSE",
5
5
  "engines": {
6
- "node": "^18.0.0 || ^20.0.0 || ^22.0.0",
6
+ "node": "^18.0.0 || ^20.0.0 || ^22.0.0 || ^24.0.0",
7
7
  "npm": "^9.0.0 || ^10.0.0 || ^11.0.0"
8
8
  },
9
9
  "ccExtensibility": {
@@ -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: `PWAKIT_MRT_DATA_STORE_DEFAULTS` (JSON map of full DAL keys → objects),
27
- // `PWAKIT_MRT_DATA_STORE_ALLOW_LOCAL=true` when NODE_ENV is production, optional `PWAKIT_MRT_DATA_STORE_WARN_ON_MISSING=false`.
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
- enableHttpOnlySessionCookies: true,
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.0",
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.0",
43
- "internal-lib-build": "3.18.0-preview.0",
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": "75dd6afbf5269009754337c2cddc5bc0c508e3b3"
50
+ "gitHead": "453ec7cb09081ee0e678fc2402acefa6d5e39449"
51
51
  }
Binary file
Binary file
Binary file
Binary file