@aws-amplify/amplify-go-function-template-provider
Advanced tools
Comparing version 1.4.1-ampgenconfig.0 to 1.4.1-node18.0
@@ -6,10 +6,13 @@ # Change Log | ||
## [1.4.1-ampgenconfig.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-go-function-template-provider@1.4.0...@aws-amplify/amplify-go-function-template-provider@1.4.1-ampgenconfig.0) (2023-03-03) | ||
## [1.4.1-node18.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-go-function-template-provider@1.4.0...@aws-amplify/amplify-go-function-template-provider@1.4.1-node18.0) (2023-03-18) | ||
**Note:** Version bump only for package @aws-amplify/amplify-go-function-template-provider | ||
### Bug Fixes | ||
* lint warnings ([#12180](https://github.com/aws-amplify/amplify-cli/issues/12180)) ([83d9bf3](https://github.com/aws-amplify/amplify-cli/commit/83d9bf35fa709084605c23bd2f54feadb3bdbb87)) | ||
# 1.4.0 (2023-02-27) | ||
@@ -16,0 +19,0 @@ |
@@ -5,3 +5,3 @@ "use strict"; | ||
const helloWorldProvider_1 = require("./providers/helloWorldProvider"); | ||
const functionTemplateContributorFactory = (context) => { | ||
const functionTemplateContributorFactory = () => { | ||
return { | ||
@@ -8,0 +8,0 @@ contribute: (request) => { |
{ | ||
"name": "@aws-amplify/amplify-go-function-template-provider", | ||
"version": "1.4.1-ampgenconfig.0", | ||
"version": "1.4.1-node18.0", | ||
"description": "Go 1.x templates supplied by the Amplify Team", | ||
@@ -35,3 +35,3 @@ "repository": { | ||
}, | ||
"gitHead": "3f890e5b48bd43392fd383f867380ac9fbaa0de2" | ||
"gitHead": "c94ea31455efc334ddcbcd54d9ff5c854e766b96" | ||
} |
Sorry, the diff of this file is not supported yet
25914