airflow-api
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -70,6 +70,6 @@ "use strict"; | ||
}; | ||
if (config.airFlowUsername && config.airFlowPassword) { | ||
if (config.airflowUsername && config.airflowPassword) { | ||
auth = { | ||
username: config.airFlowUsername, | ||
password: config.airFlowPassword | ||
username: config.airflowUsername, | ||
password: config.airflowPassword | ||
}; | ||
@@ -76,0 +76,0 @@ } |
@@ -13,4 +13,4 @@ /** | ||
airflowUrl: string; | ||
airFlowUsername?: string; | ||
airFlowPassword?: string; | ||
airflowUsername?: string; | ||
airflowPassword?: string; | ||
}; | ||
@@ -17,0 +17,0 @@ /** |
{ | ||
"name": "airflow-api", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A node module for airflow in Typescript", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
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
30955