@salesforce/retail-react-app 8.0.0 → 8.1.0-nightly-20250909080205
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 +2 -0
- package/app/page-designer/utils.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
## v8.1.0-dev (Sep 04, 2025)
|
|
2
|
+
|
|
1
3
|
## v8.0.0 (Sep 04, 2025)
|
|
2
4
|
- Add support for environment level base paths on /mobify routes [#2892](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2892)
|
|
3
5
|
- Remove deprecated properties from useDNT in commerce-sdk-react [#3177](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3177)
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
// TODO - move this to a more general location
|
|
9
9
|
/**
|
|
10
|
-
* Determines whether the specified URL is absolute
|
|
10
|
+
* Determines whether the specified URL is absolute.
|
|
11
11
|
*
|
|
12
12
|
* @param {string} url The URL to test
|
|
13
13
|
* @returns {boolean} True if the specified URL is absolute, otherwise false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/retail-react-app",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.1.0-nightly-20250909080205",
|
|
4
4
|
"license": "See license in LICENSE",
|
|
5
5
|
"author": "cc-pwa-kit@salesforce.com",
|
|
6
6
|
"ccExtensibility": {
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"@loadable/component": "^5.15.3",
|
|
47
47
|
"@peculiar/webcrypto": "^1.4.2",
|
|
48
48
|
"@salesforce/cc-datacloud-typescript": "1.1.2",
|
|
49
|
-
"@salesforce/commerce-sdk-react": "4.
|
|
50
|
-
"@salesforce/pwa-kit-dev": "3.
|
|
51
|
-
"@salesforce/pwa-kit-react-sdk": "3.
|
|
52
|
-
"@salesforce/pwa-kit-runtime": "3.
|
|
49
|
+
"@salesforce/commerce-sdk-react": "4.1.0-nightly-20250909080205",
|
|
50
|
+
"@salesforce/pwa-kit-dev": "3.13.0-nightly-20250909080205",
|
|
51
|
+
"@salesforce/pwa-kit-react-sdk": "3.13.0-nightly-20250909080205",
|
|
52
|
+
"@salesforce/pwa-kit-runtime": "3.13.0-nightly-20250909080205",
|
|
53
53
|
"@tanstack/react-query": "^4.28.0",
|
|
54
54
|
"@tanstack/react-query-devtools": "^4.29.1",
|
|
55
55
|
"@testing-library/dom": "^9.0.1",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"maxSize": "335 kB"
|
|
108
108
|
}
|
|
109
109
|
],
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "6f1395801a36b95520095770165cb0124a1928fe"
|
|
111
111
|
}
|