@aws-amplify/core 4.5.9-unstable.7 → 4.5.10-unstable.3
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-core.js +3 -3
- package/dist/aws-amplify-core.js.map +1 -1
- package/dist/aws-amplify-core.min.js +1 -1
- package/dist/aws-amplify-core.min.js.map +1 -1
- package/lib/Platform/index.d.ts +1 -1
- package/lib/Platform/index.js +2 -2
- package/lib/Platform/index.js.map +1 -1
- package/lib/Platform/version.d.ts +1 -1
- package/lib/Platform/version.js +1 -1
- package/lib-esm/Platform/index.d.ts +1 -1
- package/lib-esm/Platform/index.js +2 -2
- package/lib-esm/Platform/index.js.map +1 -1
- package/lib-esm/Platform/version.d.ts +1 -1
- package/lib-esm/Platform/version.js +1 -1
- package/package.json +2 -2
- package/src/Platform/index.ts +2 -2
- package/src/Platform/version.ts +1 -1
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
|
+
## [4.5.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.5.8...@aws-amplify/core@4.5.9) (2022-07-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-amplify/core
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [4.5.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.5.7...@aws-amplify/core@4.5.8) (2022-06-18)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-amplify/core
|
package/dist/aws-amplify-core.js
CHANGED
|
@@ -32723,8 +32723,8 @@ if (typeof navigator !== 'undefined' && navigator.product) {
|
|
|
32723
32723
|
}
|
|
32724
32724
|
}
|
|
32725
32725
|
|
|
32726
|
-
var getAmplifyUserAgent = function getAmplifyUserAgent() {
|
|
32727
|
-
return Platform.userAgent;
|
|
32726
|
+
var getAmplifyUserAgent = function getAmplifyUserAgent(content) {
|
|
32727
|
+
return "" + Platform.userAgent + (content ? content : '');
|
|
32728
32728
|
};
|
|
32729
32729
|
/**
|
|
32730
32730
|
* @deprecated use named import
|
|
@@ -32745,7 +32745,7 @@ var getAmplifyUserAgent = function getAmplifyUserAgent() {
|
|
|
32745
32745
|
__webpack_require__.r(__webpack_exports__);
|
|
32746
32746
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "version", function() { return version; });
|
|
32747
32747
|
// generated by genversion
|
|
32748
|
-
var version = '4.5.
|
|
32748
|
+
var version = '4.5.9';
|
|
32749
32749
|
|
|
32750
32750
|
/***/ }),
|
|
32751
32751
|
|