@aws-amplify/amplify-go-function-template-provider
Advanced tools
Comparing version 1.4.0-amplify-app-tests.0 to 1.4.0-beta.0
@@ -6,3 +6,2 @@ ## API Report File for "@aws-amplify/amplify-go-function-template-provider" | ||
```ts | ||
import { FunctionTemplateContributorFactory } from 'amplify-function-plugin-interface'; | ||
@@ -14,3 +13,2 @@ | ||
// (No @packageDocumentation comment for this package) | ||
``` |
@@ -6,3 +6,3 @@ # Change Log | ||
# 1.4.0-amplify-app-tests.0 (2023-02-16) | ||
# 1.4.0-beta.0 (2023-02-17) | ||
@@ -40,2 +40,35 @@ | ||
## [1.3.15-beta.4](https://github.com/aws-amplify/amplify-cli/compare/amplify-go-function-template-provider@1.3.15...amplify-go-function-template-provider@1.3.15-beta.4) (2023-02-15) | ||
**Note:** Version bump only for package amplify-go-function-template-provider | ||
## [1.3.15-beta.3](https://github.com/aws-amplify/amplify-cli/compare/amplify-go-function-template-provider@1.3.15...amplify-go-function-template-provider@1.3.15-beta.3) (2023-02-07) | ||
**Note:** Version bump only for package amplify-go-function-template-provider | ||
## [1.3.15-beta.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-go-function-template-provider@1.3.14...amplify-go-function-template-provider@1.3.15-beta.2) (2022-12-28) | ||
**Note:** Version bump only for package amplify-go-function-template-provider | ||
## [1.3.15-beta.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-go-function-template-provider@1.3.14...amplify-go-function-template-provider@1.3.15-beta.1) (2022-12-13) | ||
**Note:** Version bump only for package amplify-go-function-template-provider | ||
## [1.3.15-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-go-function-template-provider@1.3.14...amplify-go-function-template-provider@1.3.15-beta.0) (2022-12-01) | ||
## [1.3.15](https://github.com/aws-amplify/amplify-cli/compare/amplify-go-function-template-provider@1.3.14...amplify-go-function-template-provider@1.3.15) (2023-01-03) | ||
@@ -42,0 +75,0 @@ |
@@ -5,5 +5,5 @@ "use strict"; | ||
const helloWorldProvider_1 = require("./providers/helloWorldProvider"); | ||
const functionTemplateContributorFactory = context => { | ||
const functionTemplateContributorFactory = (context) => { | ||
return { | ||
contribute: request => { | ||
contribute: (request) => { | ||
switch (request.selection) { | ||
@@ -10,0 +10,0 @@ case 'hello-world': { |
{ | ||
"name": "@aws-amplify/amplify-go-function-template-provider", | ||
"version": "1.4.0-amplify-app-tests.0", | ||
"version": "1.4.0-beta.0", | ||
"description": "Go 1.x templates supplied by the Amplify Team", | ||
@@ -28,3 +28,3 @@ "repository": { | ||
"dependencies": { | ||
"amplify-function-plugin-interface": "1.9.7-amplify-app-tests.0" | ||
"amplify-function-plugin-interface": "1.9.6-beta.5" | ||
}, | ||
@@ -34,3 +34,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "326d77ed40f25793a8fb46acb532b5b315fbf4fc" | ||
"gitHead": "7286abc51cd2e1c20095d2780567360996468b38" | ||
} |
Sorry, the diff of this file is not supported yet
26707
+ Addedamplify-function-plugin-interface@1.9.6-beta.5(transitive)
- Removedamplify-function-plugin-interface@1.9.7-amplify-app-tests.0(transitive)