amplify-function-plugin-interface
Advanced tools
Comparing version 1.5.2-alpha.0 to 1.6.0-beta.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.6.0-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-function-plugin-interface@1.5.1...amplify-function-plugin-interface@1.6.0-beta.0) (2020-12-10) | ||
### Features | ||
* container-based deployments([#5727](https://github.com/aws-amplify/amplify-cli/issues/5727)) ([fad6377](https://github.com/aws-amplify/amplify-cli/commit/fad6377bd384862ca4429cb1a83eee90efd62b58)) | ||
## [1.5.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-function-plugin-interface@1.4.1...amplify-function-plugin-interface@1.5.1) (2020-11-22) | ||
@@ -8,0 +19,0 @@ |
@@ -57,2 +57,3 @@ export declare type FunctionRuntimeContributorFactory = (context: any) => Contributor<FunctionRuntimeParameters, RuntimeContributionRequest> & FunctionRuntimeLifecycleManager; | ||
lastPackageTimestamp?: Date; | ||
skipHashing?: boolean; | ||
}; | ||
@@ -59,0 +60,0 @@ export declare type BuildResult = { |
{ | ||
"name": "amplify-function-plugin-interface", | ||
"version": "1.5.2-alpha.0+c0aa2d9fa", | ||
"version": "1.6.0-beta.0", | ||
"description": "Interface for plugins that provide additional functionality to function category plugins", | ||
@@ -16,5 +16,6 @@ "repository": { | ||
"build": "tsc", | ||
"clean": "rimraf ./lib" | ||
"clean": "rimraf ./lib", | ||
"watch": "tsc -w" | ||
}, | ||
"gitHead": "c0aa2d9fa4739214aba42fa9fff5d6c5164f540c" | ||
"gitHead": "13ce5b17ec4a55175cb18979e3117f587d74cdbe" | ||
} |
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
28827
173
0