@dataform/core
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -26,4 +26,4 @@ /// <amd-module name="@dataform/core/adapters/index" /> | ||
bigquery: ("projectId" | "credentials" | "location")[]; | ||
postgres: ("host" | "port" | "username" | "password" | "databaseName")[]; | ||
redshift: ("host" | "port" | "username" | "password" | "databaseName")[]; | ||
postgres: ("host" | "port" | "username" | "password" | "databaseName" | "sshTunnel")[]; | ||
redshift: ("host" | "port" | "username" | "password" | "databaseName" | "sshTunnel")[]; | ||
snowflake: ("username" | "password" | "databaseName" | "accountId" | "role" | "warehouse")[]; | ||
@@ -30,0 +30,0 @@ sqldatawarehouse: ("port" | "username" | "password" | "server" | "database")[]; |
{ | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"homepage": "https://github.com/dataform-co/dataform", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@dataform/protos": "1.6.0", | ||
"@dataform/sqlx": "1.6.0", | ||
"@dataform/protos": "1.6.1", | ||
"@dataform/sqlx": "1.6.1", | ||
"protobufjs": "^6.8.8", | ||
@@ -28,0 +28,0 @@ "tarjan-graph": "^2.0.0", |
402391
+ Added@dataform/protos@1.6.1(transitive)
+ Added@dataform/sqlx@1.6.1(transitive)
- Removed@dataform/protos@1.6.0(transitive)
- Removed@dataform/sqlx@1.6.0(transitive)
Updated@dataform/protos@1.6.1
Updated@dataform/sqlx@1.6.1