amplify-cli-core
Advanced tools
Comparing version 1.3.5-import.30 to 1.4.0-beta.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [1.4.0-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.3.4...amplify-cli-core@1.4.0-beta.0) (2020-10-17) | ||
### Features | ||
* changes for native packaging ([#5548](https://github.com/aws-amplify/amplify-cli/issues/5548)) ([7a06f6d](https://github.com/aws-amplify/amplify-cli/commit/7a06f6d96e42a5863e2192560890adbd741b0dc6)) | ||
* support importing of auth resources ([#5591](https://github.com/aws-amplify/amplify-cli/issues/5591)) ([7903246](https://github.com/aws-amplify/amplify-cli/commit/790324680544fe18481f91390001f9f07a144203)) | ||
## [1.3.4](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.3.3...amplify-cli-core@1.3.4) (2020-10-01) | ||
@@ -8,0 +20,0 @@ |
@@ -239,2 +239,10 @@ "use strict"; | ||
this.registerFlags = () => { | ||
this.registerFlag('graphQLTransformer', [ | ||
{ | ||
name: 'addMissingOwnerFields', | ||
type: 'boolean', | ||
defaultValueForExistingProjects: false, | ||
defaultValueForNewProjects: true, | ||
}, | ||
]); | ||
}; | ||
@@ -241,0 +249,0 @@ } |
@@ -13,2 +13,3 @@ import { ServiceSelection } from './serviceSelection'; | ||
export * from './exitOnNextTick'; | ||
export * from './isPackaged'; | ||
export declare type $TSAny = any; | ||
@@ -104,8 +105,11 @@ export declare type $TSContext = { | ||
loadRuntimePlugin: () => $TSAny; | ||
getImportedAuthRoles: (context: $TSContext) => { | ||
getImportedAuthProperties: (context: $TSContext) => { | ||
imported: boolean; | ||
userPoolId?: string; | ||
authRoleArn?: string; | ||
authRoleName?: string; | ||
unauthRoleArn?: string; | ||
unauthRoleName?: string; | ||
}; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -24,2 +24,3 @@ "use strict"; | ||
__exportStar(require("./exitOnNextTick"), exports); | ||
__exportStar(require("./isPackaged"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -43,3 +43,2 @@ export declare const PathConstants: { | ||
getResourceParamatersFilePath: (projectPath: string | undefined, category: string, resourceName: string) => string; | ||
getCurrentResourceParamatersFilePath: (projectPath: string | undefined, category: string, resourceName: string) => string; | ||
getCurrentAmplifyMetaFilePath: (projectPath?: string | undefined) => string; | ||
@@ -46,0 +45,0 @@ getCurrentBackendConfigFilePath: (projectPath?: string | undefined) => string; |
@@ -73,9 +73,2 @@ "use strict"; | ||
]); | ||
this.getCurrentResourceParamatersFilePath = (projectPath, category, resourceName) => this.constructPath(projectPath, [ | ||
exports.PathConstants.AmplifyDirName, | ||
exports.PathConstants.CurrentCloudBackendDirName, | ||
category, | ||
resourceName, | ||
exports.PathConstants.ParametersJsonFileName, | ||
]); | ||
this.getCurrentAmplifyMetaFilePath = (projectPath) => this.constructPath(projectPath, [ | ||
@@ -82,0 +75,0 @@ exports.PathConstants.AmplifyDirName, |
{ | ||
"name": "amplify-cli-core", | ||
"version": "1.3.5-import.30+b3f57bde6", | ||
"version": "1.4.0-beta.0", | ||
"description": "Amplify CLI Core", | ||
@@ -58,3 +58,3 @@ "repository": { | ||
}, | ||
"gitHead": "b3f57bde6755ad35cf28b711d73da578917845f6" | ||
"gitHead": "1fb6be4ebe43c8abd57209c93854eb65c66f900e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
136693
91
1513
0