New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

amplify-python-function-template-provider

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amplify-python-function-template-provider - npm Package Compare versions

Comparing version 1.3.17-alpha.112 to 1.3.17-beta.0

@@ -6,2 +6,10 @@ # Change Log

## [1.3.17-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-python-function-template-provider@1.3.16...amplify-python-function-template-provider@1.3.17-beta.0) (2022-12-01)
**Note:** Version bump only for package amplify-python-function-template-provider
## [1.3.16](https://github.com/aws-amplify/amplify-cli/compare/amplify-python-function-template-provider@1.3.15...amplify-python-function-template-provider@1.3.16) (2022-05-10)

@@ -8,0 +16,0 @@

{
"name": "amplify-python-function-template-provider",
"version": "1.3.17-alpha.112+666b7b04e",
"version": "1.3.17-beta.0",
"description": "Python templates supplied by the Amplify Team",

@@ -21,6 +21,7 @@ "repository": {

"build": "tsc",
"clean": "rimraf lib tsconfig.tsbuildinfo node_modules"
"clean": "rimraf lib tsconfig.tsbuildinfo node_modules",
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"amplify-function-plugin-interface": "1.9.6-alpha.112+666b7b04e"
"amplify-function-plugin-interface": "1.9.6-beta.0"
},

@@ -30,3 +31,3 @@ "devDependencies": {

},
"gitHead": "666b7b04eb3440d1f3820cb4754b00ed807a8ab1"
"gitHead": "152a0056f4f89fa3311a5da62f6e4233809832be"
}