amplify-python-function-runtime-provider
Advanced tools
Comparing version 1.1.0-beta.1 to 1.1.0
@@ -6,3 +6,3 @@ # Change Log | ||
# [1.1.0-beta.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-python-function-runtime-provider@1.1.0-beta.0...amplify-python-function-runtime-provider@1.1.0-beta.1) (2020-04-03) | ||
# 1.1.0 (2020-04-06) | ||
@@ -12,14 +12,4 @@ | ||
* move py test event to src/event.json ([#3851](https://github.com/aws-amplify/amplify-cli/issues/3851)) ([ab1c33f](https://github.com/aws-amplify/amplify-cli/commit/ab1c33f30a275e026772e23fc39dbc36b88fcc4a)) | ||
# 1.1.0-beta.0 (2020-04-02) | ||
### Bug Fixes | ||
* dotnet fucntion provider fixes, package.json cleanup, add pkg refs ([#3826](https://github.com/aws-amplify/amplify-cli/issues/3826)) ([75361fb](https://github.com/aws-amplify/amplify-cli/commit/75361fb266f15ba954a8b8e935874c74f66eb11a)) | ||
* move py test event to src/event.json ([#3851](https://github.com/aws-amplify/amplify-cli/issues/3851)) ([1c4a0cb](https://github.com/aws-amplify/amplify-cli/commit/1c4a0cb5022869fc6aa3c358e9a4c8935fec2b54)) | ||
@@ -26,0 +16,0 @@ |
{ | ||
"name": "amplify-python-function-runtime-provider", | ||
"version": "1.1.0-beta.1", | ||
"version": "1.1.0", | ||
"description": "Provides functionality related to functions in Python on AWS", | ||
@@ -24,3 +24,3 @@ "repository": { | ||
"dependencies": { | ||
"amplify-function-plugin-interface": "1.3.0-beta.0", | ||
"amplify-function-plugin-interface": "1.3.0", | ||
"archiver": "^3.1.1", | ||
@@ -36,3 +36,3 @@ "execa": "^4.0.0", | ||
}, | ||
"gitHead": "c3b86ab70459175446421db8e697f3ca29eb30b9" | ||
"gitHead": "b3bed4e91e8f06ec80eaf31843c44699ada5b0c7" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
33755
+ Addedamplify-function-plugin-interface@1.3.0(transitive)
- Removedamplify-function-plugin-interface@1.3.0-beta.0(transitive)