@shopgate/engage 7.20.0-beta.1 → 7.20.0-beta.2
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 +7 -7
- package/reviews/index.js +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopgate/engage",
|
|
3
|
-
"version": "7.20.0-beta.
|
|
3
|
+
"version": "7.20.0-beta.2",
|
|
4
4
|
"description": "Shopgate's ENGAGE library.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Shopgate <support@shopgate.com>",
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@shopgate/native-modules": "1.0.0-beta.18",
|
|
19
|
-
"@shopgate/pwa-common": "7.20.0-beta.
|
|
20
|
-
"@shopgate/pwa-common-commerce": "7.20.0-beta.
|
|
21
|
-
"@shopgate/pwa-core": "7.20.0-beta.
|
|
22
|
-
"@shopgate/pwa-ui-ios": "7.20.0-beta.
|
|
23
|
-
"@shopgate/pwa-ui-material": "7.20.0-beta.
|
|
24
|
-
"@shopgate/pwa-ui-shared": "7.20.0-beta.
|
|
19
|
+
"@shopgate/pwa-common": "7.20.0-beta.2",
|
|
20
|
+
"@shopgate/pwa-common-commerce": "7.20.0-beta.2",
|
|
21
|
+
"@shopgate/pwa-core": "7.20.0-beta.2",
|
|
22
|
+
"@shopgate/pwa-ui-ios": "7.20.0-beta.2",
|
|
23
|
+
"@shopgate/pwa-ui-material": "7.20.0-beta.2",
|
|
24
|
+
"@shopgate/pwa-ui-shared": "7.20.0-beta.2",
|
|
25
25
|
"@stripe/react-stripe-js": "^1.1.2",
|
|
26
26
|
"@stripe/stripe-js": "^1.3.1",
|
|
27
27
|
"@virtuous/conductor": "~2.5.0",
|
package/reviews/index.js
CHANGED
|
@@ -1 +1,3 @@
|
|
|
1
|
-
/** @module reviews */
|
|
1
|
+
/** @module reviews */ // Not moved into a "mocks" folder with index.js, since folders with "*mocks*" are deleted during
|
|
2
|
+
// release before upload to github, which will cause errors because auf in invalid import.
|
|
3
|
+
export*from'@shopgate/pwa-common-commerce/reviews/mock';/* eslint-disable import/export */export*from"./actions";export*from"./components";export*from"./constants";export*from"./selectors";export*from"./streams";/* eslint-enable import/export */
|