@salesforce/retail-react-app 3.0.0 → 3.1.0-nightly-20240627080156

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/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## v3.1.0-dev (Jun 25, 2024)
2
+
1
3
  ## v3.0.0 (Jun 25, 2024)
2
4
 
3
5
  ### Improvements
package/config/default.js CHANGED
@@ -50,7 +50,7 @@ module.exports = {
50
50
  '**/*.json'
51
51
  ],
52
52
  ssrParameters: {
53
- ssrFunctionNodeVersion: '18.x',
53
+ ssrFunctionNodeVersion: '20.x',
54
54
  proxyConfigs: [
55
55
  {
56
56
  host: 'kv7kzm78.api.commercecloud.salesforce.com',
@@ -107,7 +107,7 @@ module.exports = {
107
107
  ],
108
108
  // Additional parameters that configure Express app behavior.
109
109
  ssrParameters: {
110
- ssrFunctionNodeVersion: '18.x',
110
+ ssrFunctionNodeVersion: '20.x',
111
111
  proxyConfigs: [
112
112
  {
113
113
  host: 'localhost:8888',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/retail-react-app",
3
- "version": "3.0.0",
3
+ "version": "3.1.0-nightly-20240627080156",
4
4
  "license": "See license in LICENSE",
5
5
  "author": "cc-pwa-kit@salesforce.com",
6
6
  "ccExtensibility": {
@@ -45,10 +45,10 @@
45
45
  "@lhci/cli": "^0.11.0",
46
46
  "@loadable/component": "^5.15.3",
47
47
  "@peculiar/webcrypto": "^1.4.2",
48
- "@salesforce/commerce-sdk-react": "2.0.0",
49
- "@salesforce/pwa-kit-dev": "3.6.0",
50
- "@salesforce/pwa-kit-react-sdk": "3.6.0",
51
- "@salesforce/pwa-kit-runtime": "3.6.0",
48
+ "@salesforce/commerce-sdk-react": "2.1.0-nightly-20240627080156",
49
+ "@salesforce/pwa-kit-dev": "3.7.0-nightly-20240627080156",
50
+ "@salesforce/pwa-kit-react-sdk": "3.7.0-nightly-20240627080156",
51
+ "@salesforce/pwa-kit-runtime": "3.7.0-nightly-20240627080156",
52
52
  "@tanstack/react-query": "^4.28.0",
53
53
  "@tanstack/react-query-devtools": "^4.29.1",
54
54
  "@testing-library/dom": "^9.0.1",
@@ -100,5 +100,5 @@
100
100
  "maxSize": "320 kB"
101
101
  }
102
102
  ],
103
- "gitHead": "6cb63ee29aabd0f93f5edde63d8688d6b009cf4a"
103
+ "gitHead": "9d95e809d42db40b91480e9a393e9df24534e053"
104
104
  }