@aws-amplify/core 4.5.10 → 4.5.11-next.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 +19 -0
- package/dist/aws-amplify-core.js +3 -2
- 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/Parser.js +1 -0
- package/lib/Parser.js.map +1 -1
- package/lib/Platform/version.d.ts +1 -1
- package/lib/Platform/version.js +1 -1
- package/lib-esm/Parser.js +1 -0
- package/lib-esm/Parser.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/Parser.ts +2 -0
- package/src/Platform/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.6.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.6.0...@aws-amplify/core@4.6.1) (2022-08-01)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-amplify/core
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [4.6.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.5.10...@aws-amplify/core@4.6.0) (2022-07-28)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **@aws-amplify/auth:** Auto sign in after sign up ([#10126](https://github.com/aws-amplify/amplify-js/issues/10126)) ([e54617f](https://github.com/aws-amplify/amplify-js/commit/e54617f2878244f0e391d2d49f5cd2e8a8c069f9)), closes [#6320](https://github.com/aws-amplify/amplify-js/issues/6320) [#3882](https://github.com/aws-amplify/amplify-js/issues/3882) [#3631](https://github.com/aws-amplify/amplify-js/issues/3631) [#6018](https://github.com/aws-amplify/amplify-js/issues/6018)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [4.5.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.5.9...@aws-amplify/core@4.5.10) (2022-07-21)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @aws-amplify/core
|
package/dist/aws-amplify-core.js
CHANGED
|
@@ -32607,7 +32607,8 @@ var parseMobileHubConfig = function parseMobileHubConfig(config) {
|
|
|
32607
32607
|
region: config['aws_cognito_region'],
|
|
32608
32608
|
identityPoolId: config['aws_cognito_identity_pool_id'],
|
|
32609
32609
|
identityPoolRegion: config['aws_cognito_region'],
|
|
32610
|
-
mandatorySignIn: config['aws_mandatory_sign_in'] === 'enable'
|
|
32610
|
+
mandatorySignIn: config['aws_mandatory_sign_in'] === 'enable',
|
|
32611
|
+
signUpVerificationMethod: config['aws_cognito_sign_up_verification_method'] || 'code'
|
|
32611
32612
|
};
|
|
32612
32613
|
} // Storage
|
|
32613
32614
|
|
|
@@ -32745,7 +32746,7 @@ var getAmplifyUserAgent = function getAmplifyUserAgent(content) {
|
|
|
32745
32746
|
__webpack_require__.r(__webpack_exports__);
|
|
32746
32747
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "version", function() { return version; });
|
|
32747
32748
|
// generated by genversion
|
|
32748
|
-
var version = '4.
|
|
32749
|
+
var version = '4.6.1';
|
|
32749
32750
|
|
|
32750
32751
|
/***/ }),
|
|
32751
32752
|
|