@salesforce/pwa-kit-create-app 3.18.0-preview.1 → 3.18.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.
@@ -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
  },
@@ -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
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/pwa-kit-create-app",
3
- "version": "3.18.0-preview.1",
3
+ "version": "3.18.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.18.0-preview.1",
43
- "internal-lib-build": "3.18.0-preview.1",
42
+ "@salesforce/pwa-kit-dev": "3.18.0",
43
+ "internal-lib-build": "3.18.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": "0305ff8fd1a8998b3050644598ba7b9e2dd3d807"
50
+ "gitHead": "2f979acd3f44c121968b50ce4c731dbcd047a677"
51
51
  }
Binary file
Binary file
Binary file
Binary file