@adobe/alloy 2.13.0-beta.1 → 2.13.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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- exports.MBOX = exports.IDENTITY = exports.CONSENT = exports.CLUSTER = void 0;
3
+ exports.IDENTITY = exports.CONSENT = exports.CLUSTER = void 0;
4
4
 
5
5
  /*
6
6
  Copyright 2019 Adobe. All rights reserved.
@@ -18,6 +18,4 @@ exports.IDENTITY = IDENTITY;
18
18
  var CONSENT = "consent";
19
19
  exports.CONSENT = CONSENT;
20
20
  var CLUSTER = "cluster";
21
- exports.CLUSTER = CLUSTER;
22
- var MBOX = "mbox";
23
- exports.MBOX = MBOX;
21
+ exports.CLUSTER = CLUSTER;
@@ -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.13.0-beta.1";
18
+ var _default = "2.13.0-beta.2";
19
19
  exports.default = _default;
@@ -11,5 +11,4 @@ governing permissions and limitations under the License.
11
11
  */
12
12
  export const IDENTITY = "identity";
13
13
  export const CONSENT = "consent";
14
- export const CLUSTER = "cluster";
15
- export const MBOX = "mbox";
14
+ export const CLUSTER = "cluster";
@@ -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.13.0-beta.1";
14
+ export default "2.13.0-beta.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/alloy",
3
- "version": "2.13.0-beta.1",
3
+ "version": "2.13.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.13.0-beta.0",
67
+ "@adobe/alloy": "^2.13.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",