@adobe/alloy 2.14.0-alpha.16 → 2.14.0-alpha.18

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.
@@ -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.14.0-alpha.16";
18
+ var _default = "2.14.0-alpha.18";
19
19
  exports.default = _default;
@@ -24,7 +24,7 @@ var _default = function _default(_ref) {
24
24
  headers: {
25
25
  "Content-Type": "text/plain; charset=UTF-8"
26
26
  },
27
- referrer: "client",
27
+ referrerPolicy: "no-referrer-when-downgrade",
28
28
  body: body
29
29
  }).then(function (response) {
30
30
  return response.text().then(function (responseBody) {
@@ -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.14.0-alpha.16";
14
+ export default "2.14.0-alpha.18";
@@ -21,7 +21,7 @@ export default (({
21
21
  headers: {
22
22
  "Content-Type": "text/plain; charset=UTF-8"
23
23
  },
24
- referrer: "client",
24
+ referrerPolicy: "no-referrer-when-downgrade",
25
25
  body
26
26
  }).then(response => {
27
27
  return response.text().then(responseBody => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/alloy",
3
- "version": "2.14.0-alpha.16",
3
+ "version": "2.14.0-alpha.18",
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.14.0-alpha.15",
67
+ "@adobe/alloy": "^2.14.0-alpha.17",
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",