amplify-frontend-android
Advanced tools
Comparing version 2.14.3 to 2.14.4-beta.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.14.4-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-frontend-android@2.14.3...amplify-frontend-android@2.14.4-beta.0) (2021-01-13) | ||
### Bug Fixes | ||
* regression from [#6131](https://github.com/aws-amplify/amplify-cli/issues/6131) ([#6370](https://github.com/aws-amplify/amplify-cli/issues/6370)) ([9dcd118](https://github.com/aws-amplify/amplify-cli/commit/9dcd118eed4cd29b4d10d1b235fcc35933d58b02)) | ||
## [2.14.3](https://github.com/aws-amplify/amplify-cli/compare/amplify-frontend-android@2.14.2...amplify-frontend-android@2.14.3) (2021-01-08) | ||
@@ -8,0 +19,0 @@ |
@@ -1,4 +0,4 @@ | ||
function generateConfig(context, amplifyConfig, newAWSConfig) { | ||
function generateConfig(context, newAWSConfig) { | ||
const metadata = context.amplify.getProjectMeta(); | ||
amplifyConfig = { | ||
const amplifyConfig = { | ||
UserAgent: 'aws-amplify-cli/2.0', | ||
@@ -87,3 +87,3 @@ Version: '1.0', | ||
region, | ||
authorizationType: resourceMeta.restrictAccess ? "AMAZON_COGNITO_USER_POOLS" : "AWS_IAM", | ||
authorizationType: resourceMeta.restrictAccess ? 'AMAZON_COGNITO_USER_POOLS' : 'AWS_IAM', | ||
}; | ||
@@ -90,0 +90,0 @@ } |
{ | ||
"name": "amplify-frontend-android", | ||
"version": "2.14.3", | ||
"version": "2.14.4-beta.0", | ||
"description": "amplify-cli front-end plugin for Android project", | ||
@@ -23,3 +23,3 @@ "repository": { | ||
}, | ||
"gitHead": "7a045fbfe9cb97bf765771b8b1724c9c55a70983" | ||
"gitHead": "d61f0c4e930a9579e39f866db9eebb47dbfc16cb" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
66901
2