@aws-amplify/analytics 5.2.8 → 5.2.10-unstable.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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.2.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@5.2.8...@aws-amplify/analytics@5.2.9) (2022-05-24)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/analytics
9
+
10
+
11
+
12
+
13
+
6
14
  ## [5.2.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@5.2.7...@aws-amplify/analytics@5.2.8) (2022-05-23)
7
15
 
8
16
  **Note:** Version bump only for package @aws-amplify/analytics
@@ -66431,7 +66431,7 @@ __webpack_require__.r(__webpack_exports__);
66431
66431
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "AmazonPersonalizeProvider", function() { return _Providers__WEBPACK_IMPORTED_MODULE_1__["AmazonPersonalizeProvider"]; });
66432
66432
 
66433
66433
  /*
66434
- * Copyright 2017-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
66434
+ * Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
66435
66435
  *
66436
66436
  * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
66437
66437
  * the License. A copy of the License is located at
package/lib/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /*
3
- * Copyright 2017-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
+ * Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
6
6
  * the License. A copy of the License is located at
package/lib-esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2017-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ * Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
5
5
  * the License. A copy of the License is located at
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/analytics",
3
- "version": "5.2.8",
3
+ "version": "5.2.10-unstable.2+e52e927a8",
4
4
  "description": "Analytics category of aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "homepage": "https://aws-amplify.github.io/",
45
45
  "dependencies": {
46
- "@aws-amplify/cache": "4.0.43",
47
- "@aws-amplify/core": "4.5.5",
46
+ "@aws-amplify/cache": "4.0.45-unstable.2+e52e927a8",
47
+ "@aws-amplify/core": "4.5.7-unstable.2+e52e927a8",
48
48
  "@aws-sdk/client-firehose": "3.6.1",
49
49
  "@aws-sdk/client-kinesis": "3.6.1",
50
50
  "@aws-sdk/client-personalize-events": "3.6.1",
@@ -101,5 +101,5 @@
101
101
  "<rootDir>/src/setupTests.ts"
102
102
  ]
103
103
  },
104
- "gitHead": "e5858bc6c289de38a150e009d86ee43058545a32"
104
+ "gitHead": "e52e927a8d3e9e04b26c12c87a4d49d8123ba5cf"
105
105
  }
package/src/index.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2017-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ * Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
5
5
  * the License. A copy of the License is located at