amplify-python-function-template-provider
Advanced tools
Comparing version 1.1.0-beta.0 to 1.1.0-beta.1
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.1.0-beta.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-python-function-template-provider@1.1.0-beta.0...amplify-python-function-template-provider@1.1.0-beta.1) (2020-04-03) | ||
### Bug Fixes | ||
* 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) | ||
@@ -8,0 +19,0 @@ |
@@ -27,3 +27,3 @@ "use strict"; | ||
'index.py': 'src/index.py', | ||
'testEvent.json': 'tst/testEvent.json', | ||
'event.json': 'src/event.json', | ||
}, | ||
@@ -30,0 +30,0 @@ defaultEditorFile: 'src/index.py', |
{ | ||
"name": "amplify-python-function-template-provider", | ||
"version": "1.1.0-beta.0", | ||
"version": "1.1.0-beta.1", | ||
"description": "Python templates supplied by the Amplify Team", | ||
@@ -29,3 +29,3 @@ "repository": { | ||
}, | ||
"gitHead": "0c8d94136120c58e274c17c97fbcb3cf7f5bf27c" | ||
"gitHead": "c3b86ab70459175446421db8e697f3ca29eb30b9" | ||
} |
Sorry, the diff of this file is not supported yet
16436