@salesforce/storefront-next-runtime 0.4.0-alpha.3 → 0.4.1
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/storefront-next-runtime",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Runtime agnostic libraries for SFCC Storefront Next",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -181,6 +181,12 @@
|
|
|
181
181
|
"remix-i18next": ">=7.0.0"
|
|
182
182
|
},
|
|
183
183
|
"peerDependenciesMeta": {
|
|
184
|
+
"@react-router/dev": {
|
|
185
|
+
"optional": true
|
|
186
|
+
},
|
|
187
|
+
"@react-router/fs-routes": {
|
|
188
|
+
"optional": true
|
|
189
|
+
},
|
|
184
190
|
"i18next": {
|
|
185
191
|
"optional": true
|
|
186
192
|
},
|