amplify-function-plugin-interface
Advanced tools
Comparing version 1.9.0 to 1.9.1-beta.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.9.1-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-function-plugin-interface@1.9.0...amplify-function-plugin-interface@1.9.1-beta.0) (2021-07-29) | ||
### Bug Fixes | ||
* [#7696](https://github.com/aws-amplify/amplify-cli/issues/7696) - support production package install for function category ([#7812](https://github.com/aws-amplify/amplify-cli/issues/7812)) ([b39141e](https://github.com/aws-amplify/amplify-cli/commit/b39141e9d00bf0dc23318dcc476ed92ab031e88b)) | ||
# [1.9.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-function-plugin-interface@1.8.0...amplify-function-plugin-interface@1.9.0) (2021-06-30) | ||
@@ -8,0 +19,0 @@ |
@@ -47,2 +47,3 @@ export declare type FunctionRuntimeContributorFactory = (context: any) => Contributor<FunctionRuntimeParameters, RuntimeContributionRequest> & FunctionRuntimeLifecycleManager; | ||
lastBuildTimeStamp?: Date; | ||
lastBuildType?: BuildType; | ||
service?: string; | ||
@@ -49,0 +50,0 @@ }; |
{ | ||
"name": "amplify-function-plugin-interface", | ||
"version": "1.9.0", | ||
"version": "1.9.1-beta.0", | ||
"description": "Interface for plugins that provide additional functionality to function category plugins", | ||
@@ -19,3 +19,3 @@ "repository": { | ||
}, | ||
"gitHead": "28d5a4797b556eb6ae15cb3e6682420d20b1b283" | ||
"gitHead": "9020153805bffae7cc7470bfc946b872d37a6470" | ||
} |
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
33933
228
2