@adobe/alloy 2.19.0-beta.3 → 2.19.0-beta.5

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.
@@ -35,6 +35,8 @@ var _default = function _default(_ref) {
35
35
  onResponse = _ref2.onResponse;
36
36
  if (personalizationDetails.isRenderDecisions()) {
37
37
  hideContainers(prehidingStyle);
38
+ } else {
39
+ showContainers();
38
40
  }
39
41
  mergeQuery(event, personalizationDetails.createQueryDetails());
40
42
  var handleNotifications;
@@ -32,8 +32,8 @@ var _default = function _default(_ref) {
32
32
  if (logger.enabled) {
33
33
  var message = error.message,
34
34
  stack = error.stack;
35
- var errorMessage = "Failed to execute action " + item.toString() + ". " + message + " " + stack;
36
- logger.error(errorMessage);
35
+ var warning = "Failed to execute action " + item.toString() + ". " + message + " " + stack;
36
+ logger.warn(warning);
37
37
  }
38
38
  return false;
39
39
  });
@@ -14,5 +14,5 @@ governing permissions and limitations under the License.
14
14
  */
15
15
  // The __VERSION__ keyword will be replace at alloy build time with the package.json version.
16
16
  // see babel-plugin-version
17
- var _default = "2.19.0-beta.3";
17
+ var _default = "2.19.0-beta.5";
18
18
  exports.default = _default;
@@ -29,6 +29,8 @@ export default (({
29
29
  }) => {
30
30
  if (personalizationDetails.isRenderDecisions()) {
31
31
  hideContainers(prehidingStyle);
32
+ } else {
33
+ showContainers();
32
34
  }
33
35
  mergeQuery(event, personalizationDetails.createQueryDetails());
34
36
  let handleNotifications;
@@ -26,8 +26,8 @@ export default (({
26
26
  message,
27
27
  stack
28
28
  } = error;
29
- const errorMessage = `Failed to execute action ${item.toString()}. ${message} ${stack}`;
30
- logger.error(errorMessage);
29
+ const warning = `Failed to execute action ${item.toString()}. ${message} ${stack}`;
30
+ logger.warn(warning);
31
31
  }
32
32
  return false;
33
33
  });
@@ -13,4 +13,4 @@ governing permissions and limitations under the License.
13
13
  // The __VERSION__ keyword will be replace at alloy build time with the package.json version.
14
14
  // see babel-plugin-version
15
15
 
16
- export default "2.19.0-beta.3";
16
+ export default "2.19.0-beta.5";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/alloy",
3
- "version": "2.19.0-beta.3",
3
+ "version": "2.19.0-beta.5",
4
4
  "description": "Adobe Experience Platform Web SDK",
5
5
  "main": "libEs5/index.js",
6
6
  "module": "libEs6/index.js",
@@ -66,7 +66,7 @@
66
66
  "uuid": "^3.3.2"
67
67
  },
68
68
  "devDependencies": {
69
- "@adobe/alloy": "^2.19.0-beta.2",
69
+ "@adobe/alloy": "^2.19.0-beta.3",
70
70
  "@babel/cli": "^7.12.8",
71
71
  "@babel/core": "^7.2.2",
72
72
  "@babel/plugin-proposal-object-rest-spread": "^7.3.2",