@aws-amplify/amplify-go-function-template-provider
Advanced tools
Comparing version 1.4.0-rc.e0c735015.0 to 1.4.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-rc.e0c735015.0 (2023-02-14) | ||
# 1.4.0 (2023-02-27) | ||
@@ -9,0 +9,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-rc.e0c735015.0", | ||
"version": "1.4.0", | ||
"description": "Go 1.x templates supplied by the Amplify Team", | ||
@@ -28,3 +28,3 @@ "repository": { | ||
"dependencies": { | ||
"amplify-function-plugin-interface": "1.9.7-rc.e0c735015.0" | ||
"amplify-function-plugin-interface": "1.9.7" | ||
}, | ||
@@ -34,3 +34,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "b22a921010c12a98e8593a77180801375fd4a7f5" | ||
"gitHead": "db41d4d4c682ef0c2ced02113c83d03af3ba6759" | ||
} |
Sorry, the diff of this file is not supported yet
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
25435
+ Addedamplify-function-plugin-interface@1.9.7(transitive)
- Removedamplify-function-plugin-interface@1.9.7-rc.e0c735015.0(transitive)