Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amplify-cli-core

Package Overview
Dependencies
Maintainers
1
Versions
486
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amplify-cli-core - npm Package Compare versions

Comparing version 1.3.5-alpha.3 to 1.3.5-import.9

lib/serviceSelection.d.ts

12

lib/index.d.ts

@@ -0,1 +1,2 @@

import { ServiceSelection } from './serviceSelection';
export * from './cliContext';

@@ -7,2 +8,3 @@ export * from './cliContextEnvironmentProvider';

export * from './jsonValidationError';
export * from './serviceSelection';
export * from './state-manager';

@@ -56,3 +58,3 @@ export * from './tags';

openEditor: () => $TSAny;
onCategoryOutputsChange: (context: $TSContext, amplifyMeta: $TSMeta) => $TSAny;
onCategoryOutputsChange: (context: $TSContext, currentAmplifyMeta: $TSMeta | undefined, amplifyMeta?: $TSMeta) => $TSAny;
pathManager: () => $TSAny;

@@ -70,6 +72,6 @@ pressEnterToContinue: () => $TSAny;

showResourceTable: () => $TSAny;
serviceSelectionPrompt: () => $TSAny;
serviceSelectionPrompt: (context: $TSContext, category: string, servicesMetadata: $TSAny, customQuestion?: $TSAny) => Promise<ServiceSelection>;
updateProjectConfig: () => $TSAny;
updateamplifyMetaAfterResourceUpdate: () => $TSAny;
updateamplifyMetaAfterResourceAdd: () => $TSAny;
updateamplifyMetaAfterResourceAdd: (category: string, resourceName: string, metaResourceData: $TSAny, backendResourceData?: $TSAny) => $TSAny;
updateamplifyMetaAfterResourceDelete: () => $TSAny;

@@ -80,7 +82,7 @@ updateProvideramplifyMeta: () => $TSAny;

updateAmplifyMetaAfterPackage: () => $TSAny;
updateBackendConfigAfterResourceAdd: () => $TSAny;
updateBackendConfigAfterResourceAdd: (category: string, resourceName: string, resourceData: $TSAny) => $TSAny;
updateBackendConfigAfterResourceUpdate: () => $TSAny;
updateBackendConfigAfterResourceRemove: () => $TSAny;
loadEnvResourceParameters: () => $TSAny;
saveEnvResourceParameters: () => $TSAny;
saveEnvResourceParameters: (context: $TSContext, category: string, resourceName: string, envSpecificParams: $TSObject) => $TSAny;
removeResourceParameters: () => $TSAny;

@@ -87,0 +89,0 @@ triggerFlow: () => $TSAny;

@@ -19,2 +19,3 @@ "use strict";

__exportStar(require("./jsonValidationError"), exports);
__exportStar(require("./serviceSelection"), exports);
__exportStar(require("./state-manager"), exports);

@@ -21,0 +22,0 @@ __exportStar(require("./tags"), exports);

{
"name": "amplify-cli-core",
"version": "1.3.5-alpha.3+23f8bbdc1",
"version": "1.3.5-import.9+c95b543d3",
"description": "Amplify CLI Core",

@@ -58,3 +58,3 @@ "repository": {

},
"gitHead": "23f8bbdc15aec991734e629fb7c19417b7025304"
"gitHead": "c95b543d3cb42e18ed7a696a25decbb69051ec6d"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc