@adobe/alloy 2.11.0-alpha.8 → 2.11.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.
@@ -25,7 +25,7 @@ var _default = function _default(_ref) {
25
25
  var executeDecisions = _ref.executeDecisions;
26
26
 
27
27
  var filterItemsPredicate = function filterItemsPredicate(item) {
28
- return SUPPORTED_SCHEMAS.includes(item.schema);
28
+ return SUPPORTED_SCHEMAS.indexOf(item.schema) > -1;
29
29
  };
30
30
 
31
31
  var updatePropositionItems = function updatePropositionItems(_ref2) {
@@ -15,5 +15,5 @@ governing permissions and limitations under the License.
15
15
  */
16
16
  // The __VERSION__ keyword will be replace at alloy build time with the package.json version.
17
17
  // see babel-plugin-version
18
- var _default = "2.11.0-alpha.8";
18
+ var _default = "2.11.0-beta.2";
19
19
  exports.default = _default;
@@ -18,7 +18,7 @@ export const SUPPORTED_SCHEMAS = [DOM_ACTION, HTML_CONTENT_ITEM];
18
18
  export default (({
19
19
  executeDecisions
20
20
  }) => {
21
- const filterItemsPredicate = item => SUPPORTED_SCHEMAS.includes(item.schema);
21
+ const filterItemsPredicate = item => SUPPORTED_SCHEMAS.indexOf(item.schema) > -1;
22
22
 
23
23
  const updatePropositionItems = ({
24
24
  items,
@@ -11,4 +11,4 @@ governing permissions and limitations under the License.
11
11
  */
12
12
  // The __VERSION__ keyword will be replace at alloy build time with the package.json version.
13
13
  // see babel-plugin-version
14
- export default "2.11.0-alpha.8";
14
+ export default "2.11.0-beta.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/alloy",
3
- "version": "2.11.0-alpha.8",
3
+ "version": "2.11.0-beta.2",
4
4
  "description": "Adobe Experience Platform Web SDK",
5
5
  "main": "libEs5/index.js",
6
6
  "module": "libEs6/index.js",
@@ -64,7 +64,7 @@
64
64
  "uuid": "^3.3.2"
65
65
  },
66
66
  "devDependencies": {
67
- "@adobe/alloy": "^2.11.0-alpha.7",
67
+ "@adobe/alloy": "^2.11.0-beta.1",
68
68
  "@babel/cli": "^7.12.8",
69
69
  "@babel/core": "^7.2.2",
70
70
  "@babel/plugin-proposal-object-rest-spread": "^7.3.2",