@magento/venia-ui 11.7.1-beta1 → 11.7.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.
|
@@ -12,9 +12,6 @@ const SummaryPaymentTypes = require('./SummaryPaymentTypes');
|
|
|
12
12
|
const RootShimmerTypes = require('./RootShimmerTypes');
|
|
13
13
|
|
|
14
14
|
module.exports = veniaTargets => {
|
|
15
|
-
if (!veniaTargets) {
|
|
16
|
-
throw new Error('veniaTargets not provided — check local-intercept.js');
|
|
17
|
-
}
|
|
18
15
|
const venia = Targetables.using(veniaTargets);
|
|
19
16
|
|
|
20
17
|
venia.setSpecialFeatures(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magento/venia-ui",
|
|
3
|
-
"version": "11.7.1
|
|
3
|
+
"version": "11.7.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@apollo/client": "~3.5.0",
|
|
82
82
|
"@magento/babel-preset-peregrine": "~1.3.3",
|
|
83
|
-
"@magento/peregrine": "15.6.2
|
|
84
|
-
"@magento/pwa-buildpack": "11.5.5
|
|
83
|
+
"@magento/peregrine": "~15.6.2",
|
|
84
|
+
"@magento/pwa-buildpack": "~11.5.5",
|
|
85
85
|
"apollo-cache-persist": "~0.1.1",
|
|
86
86
|
"braintree-web-drop-in": "~1.43.0",
|
|
87
87
|
"graphql": "~15.5.0",
|