amplify-cli-core
Advanced tools
Comparing version 1.10.0 to 1.11.0-beta.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.11.0-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.10.0...amplify-cli-core@1.11.0-beta.0) (2020-12-07) | ||
### Features | ||
* add support for multiple [@key](https://github.com/key) changes in same [@model](https://github.com/model) ([#6044](https://github.com/aws-amplify/amplify-cli/issues/6044)) ([e574637](https://github.com/aws-amplify/amplify-cli/commit/e5746379ea1330c53dacb55e8f6a9de7b17b55ae)) | ||
# [1.10.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.9.0...amplify-cli-core@1.10.0) (2020-11-30) | ||
@@ -8,0 +19,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.exitOnNextTick = void 0; | ||
const amplify_cli_logger_1 = require("amplify-cli-logger"); | ||
function exitOnNextTick(code) { | ||
process.nextTick(() => { | ||
amplify_cli_logger_1.logger.loggerEnd(); | ||
process.exit(code); | ||
@@ -7,0 +9,0 @@ }); |
@@ -257,2 +257,8 @@ "use strict"; | ||
}, | ||
{ | ||
name: 'enableIterativeGSIUpdates', | ||
type: 'boolean', | ||
defaultValueForExistingProjects: false, | ||
defaultValueForNewProjects: false, | ||
}, | ||
]); | ||
@@ -259,0 +265,0 @@ }; |
@@ -16,2 +16,3 @@ import { ServiceSelection } from './serviceSelection'; | ||
export * from './deploymentSecretsHelper'; | ||
export * from './deploymentState'; | ||
export declare type $TSAny = any; | ||
@@ -122,3 +123,3 @@ export declare type $TSContext = { | ||
updateProjectConfig: () => $TSAny; | ||
updateamplifyMetaAfterResourceUpdate: () => $TSAny; | ||
updateamplifyMetaAfterResourceUpdate: (category: string, resourceName: string, metaResourceKey?: $TSAny, metaResourceData?: $TSAny) => $TSAny; | ||
updateamplifyMetaAfterResourceAdd: (category: string, resourceName: string, metaResourceData: $TSAny, backendResourceData?: $TSAny, overwriteObjectIfExists?: boolean) => $TSAny; | ||
@@ -125,0 +126,0 @@ updateamplifyMetaAfterResourceDelete: () => $TSAny; |
@@ -28,2 +28,3 @@ "use strict"; | ||
__exportStar(require("./deploymentSecretsHelper"), exports); | ||
__exportStar(require("./deploymentState"), exports); | ||
var AmplifyFrontend; | ||
@@ -30,0 +31,0 @@ (function (AmplifyFrontend) { |
{ | ||
"name": "amplify-cli-core", | ||
"version": "1.10.0", | ||
"version": "1.11.0-beta.0", | ||
"description": "Amplify CLI Core", | ||
@@ -28,2 +28,3 @@ "repository": { | ||
"ajv": "^6.12.3", | ||
"amplify-cli-logger": "1.1.0-beta.0", | ||
"dotenv": "^8.2.0", | ||
@@ -59,3 +60,3 @@ "fs-extra": "^8.1.0", | ||
}, | ||
"gitHead": "296ae55d1252168380dbac99d26e816221ddd470" | ||
"gitHead": "b9a78a2979def8eccb0095331df9e543dc0da924" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
168882
103
1822
6
2
+ Added@colors/colors@1.6.0(transitive)
+ Added@dabh/diagnostics@2.0.3(transitive)
+ Added@types/triple-beam@1.3.5(transitive)
+ Addedamplify-cli-logger@1.1.0-beta.0(transitive)
+ Addedasync@3.2.6(transitive)
+ Addedcolor@3.2.1(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedcolor-string@1.9.1(transitive)
+ Addedcolorspace@1.1.4(transitive)
+ Addedenabled@2.0.0(transitive)
+ Addedfecha@4.2.3(transitive)
+ Addedfile-stream-rotator@0.6.1(transitive)
+ Addedfn.name@1.1.0(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedis-arrayish@0.3.2(transitive)
+ Addedis-stream@2.0.1(transitive)
+ Addedkuler@2.0.0(transitive)
+ Addedlogform@2.7.0(transitive)
+ Addedmoment@2.30.1(transitive)
+ Addedms@2.1.3(transitive)
+ Addedobject-hash@2.2.0(transitive)
+ Addedone-time@1.0.0(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedsafe-stable-stringify@2.5.0(transitive)
+ Addedsimple-swizzle@0.2.2(transitive)
+ Addedstack-trace@0.0.10(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedtext-hex@1.0.0(transitive)
+ Addedtriple-beam@1.4.1(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedwinston@3.17.0(transitive)
+ Addedwinston-daily-rotate-file@4.7.1(transitive)
+ Addedwinston-transport@4.9.0(transitive)