amplify-python-function-runtime-provider
Advanced tools
Comparing version 1.0.1-alpha.2876 to 1.0.1-alpha.2882
@@ -6,3 +6,3 @@ "use strict"; | ||
const minPyVersion = semver_1.coerce('3.8'); | ||
const pythonErrMsg = 'You must have python >= 3.8 installed and available on your PATH as "python3". It can be installed at https://www.python.org/downloads'; | ||
const pythonErrMsg = 'You must have python >= 3.8 installed and available on your PATH as "python3". It can be installed from https://www.python.org/downloads'; | ||
const pipenvErrMsg = 'You must have pipenv installed and available on your PATH as "pipenv". It can be installed by running "pip3 install --user pipenv".'; | ||
@@ -9,0 +9,0 @@ async function checkDeps() { |
{ | ||
"name": "amplify-python-function-runtime-provider", | ||
"version": "1.0.1-alpha.2876+19b2d8051", | ||
"version": "1.0.1-alpha.2882+5093654a8", | ||
"description": "Provides functionality related to functions in Python on AWS", | ||
@@ -24,3 +24,3 @@ "repository": { | ||
"dependencies": { | ||
"amplify-function-plugin-interface": "1.2.1-alpha.37+19b2d8051", | ||
"amplify-function-plugin-interface": "1.2.1-alpha.43+5093654a8", | ||
"archiver": "^3.1.1", | ||
@@ -36,3 +36,3 @@ "execa": "^4.0.0", | ||
}, | ||
"gitHead": "19b2d8051ac81630b0f2b29ca5c2f4bb9fa33221" | ||
"gitHead": "5093654a8a402a9290275a838c393dd115c0b897" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
32883