@aws-amplify/analytics 5.0.17 → 5.0.19-unstable.1

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.0.18](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@5.0.17...@aws-amplify/analytics@5.0.18) (2021-09-24)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/analytics
9
+
10
+
11
+
12
+
13
+
6
14
  ## [5.0.17](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@5.0.16...@aws-amplify/analytics@5.0.17) (2021-09-22)
7
15
 
8
16
  **Note:** Version bump only for package @aws-amplify/analytics
@@ -1,12 +1,12 @@
1
1
  (function webpackUniversalModuleDefinition(root, factory) {
2
2
  if(typeof exports === 'object' && typeof module === 'object')
3
- module.exports = factory(require("@aws-amplify/cache"), require("@aws-amplify/core"));
3
+ module.exports = factory(require("aws_amplify_cache"), require("aws_amplify_core"));
4
4
  else if(typeof define === 'function' && define.amd)
5
- define("aws_amplify_analytics", ["@aws-amplify/cache", "@aws-amplify/core"], factory);
5
+ define("aws_amplify_analytics", ["aws_amplify_cache", "aws_amplify_core"], factory);
6
6
  else if(typeof exports === 'object')
7
- exports["aws_amplify_analytics"] = factory(require("@aws-amplify/cache"), require("@aws-amplify/core"));
7
+ exports["aws_amplify_analytics"] = factory(require("aws_amplify_cache"), require("aws_amplify_core"));
8
8
  else
9
- root["aws_amplify_analytics"] = factory(root["@aws-amplify/cache"], root["@aws-amplify/core"]);
9
+ root["aws_amplify_analytics"] = factory(root["aws_amplify_cache"], root["aws_amplify_core"]);
10
10
  })(this, function(__WEBPACK_EXTERNAL_MODULE__aws_amplify_cache__, __WEBPACK_EXTERNAL_MODULE__aws_amplify_core__) {
11
11
  return /******/ (function(modules) { // webpackBootstrap
12
12
  /******/ // The module cache
@@ -68035,9 +68035,9 @@ function parseUrl(u) {
68035
68035
  /***/ }),
68036
68036
 
68037
68037
  /***/ "@aws-amplify/cache":
68038
- /*!*************************************!*\
68039
- !*** external "@aws-amplify/cache" ***!
68040
- \*************************************/
68038
+ /*!************************************!*\
68039
+ !*** external "aws_amplify_cache" ***!
68040
+ \************************************/
68041
68041
  /*! no static exports found */
68042
68042
  /***/ (function(module, exports) {
68043
68043
 
@@ -68046,9 +68046,9 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__aws_amplify_cache__;
68046
68046
  /***/ }),
68047
68047
 
68048
68048
  /***/ "@aws-amplify/core":
68049
- /*!************************************!*\
68050
- !*** external "@aws-amplify/core" ***!
68051
- \************************************/
68049
+ /*!***********************************!*\
68050
+ !*** external "aws_amplify_core" ***!
68051
+ \***********************************/
68052
68052
  /*! no static exports found */
68053
68053
  /***/ (function(module, exports) {
68054
68054