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.13.1 to 1.14.0-beta.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.14.0-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.13.1...amplify-cli-core@1.14.0-beta.0) (2020-12-31)
### Features
* **cli:** generate REAMDE file in amplify dir ([#5808](https://github.com/aws-amplify/amplify-cli/issues/5808)) ([cf0629f](https://github.com/aws-amplify/amplify-cli/commit/cf0629f7385df77aad19fddd58e3587e40482de2))
## [1.13.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.13.0...amplify-cli-core@1.13.1) (2020-12-21)

@@ -8,0 +19,0 @@

2

lib/state-manager/pathManager.d.ts

@@ -19,2 +19,3 @@ export declare const PathConstants: {

ParametersJsonFileName: string;
ReadMeFileName: string;
LocalEnvFileName: string;

@@ -51,2 +52,3 @@ LocalAWSInfoFileName: string;

getResourceParamatersFilePath: (projectPath: string | undefined, category: string, resourceName: string) => string;
getReadMeFilePath: (projectPath?: string | undefined) => string;
getCurrentAmplifyMetaFilePath: (projectPath?: string | undefined) => string;

@@ -53,0 +55,0 @@ getCurrentBackendConfigFilePath: (projectPath?: string | undefined) => string;

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

ParametersJsonFileName: 'parameters.json',
ReadMeFileName: 'README.md',
LocalEnvFileName: 'local-env-info.json',

@@ -87,2 +88,3 @@ LocalAWSInfoFileName: 'local-aws-info.json',

]);
this.getReadMeFilePath = (projectPath) => this.constructPath(projectPath, [exports.PathConstants.AmplifyDirName, exports.PathConstants.ReadMeFileName]);
this.getCurrentAmplifyMetaFilePath = (projectPath) => this.constructPath(projectPath, [

@@ -89,0 +91,0 @@ exports.PathConstants.AmplifyDirName,

4

package.json
{
"name": "amplify-cli-core",
"version": "1.13.1",
"version": "1.14.0-beta.0",
"description": "Amplify CLI Core",

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

},
"gitHead": "206ab32735be9de5c35c89f7bbc1944d6529c4e1"
"gitHead": "11fd2ee6c6db845f6e9f11ed355aad0a51d76d33"
}

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