@aws-amplify/analytics 5.1.7-unstable.3 → 5.1.7
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 +8 -0
- package/dist/aws-amplify-analytics.js +2 -2
- package/dist/aws-amplify-analytics.js.map +1 -1
- package/dist/aws-amplify-analytics.min.js.map +1 -1
- package/lib/Analytics.js +2 -3
- package/lib/Analytics.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib-esm/Analytics.js +2 -3
- package/lib-esm/Analytics.js.map +1 -1
- package/lib-esm/index.js +1 -1
- package/package.json +4 -4
- package/src/Analytics.ts +401 -405
- package/src/index.ts +22 -22
- package/src/types/Analytics.ts +1 -0
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.1.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@5.1.6...@aws-amplify/analytics@5.1.7) (2021-12-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-amplify/analytics
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [5.1.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@5.1.5...@aws-amplify/analytics@5.1.6) (2021-11-18)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-amplify/analytics
|
|
@@ -62654,7 +62654,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
62654
62654
|
/* harmony import */ var _Providers_AWSPinpointProvider__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Providers/AWSPinpointProvider */ "./lib-esm/Providers/AWSPinpointProvider.js");
|
|
62655
62655
|
/* harmony import */ var _trackers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./trackers */ "./lib-esm/trackers/index.js");
|
|
62656
62656
|
/*
|
|
62657
|
-
* Copyright 2017-
|
|
62657
|
+
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
62658
62658
|
*
|
|
62659
62659
|
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
|
|
62660
62660
|
* the License. A copy of the License is located at
|
|
@@ -66403,7 +66403,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
66403
66403
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "AmazonPersonalizeProvider", function() { return _Providers__WEBPACK_IMPORTED_MODULE_1__["AmazonPersonalizeProvider"]; });
|
|
66404
66404
|
|
|
66405
66405
|
/*
|
|
66406
|
-
* Copyright 2017-
|
|
66406
|
+
* Copyright 2017-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
66407
66407
|
*
|
|
66408
66408
|
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
|
|
66409
66409
|
* the License. A copy of the License is located at
|