@vertx/jdbc-client
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -23,3 +23,3 @@ /* | ||
constructor(obj: JDBCConnectOptions); | ||
constructor(obj: JDBCConnectOptions | { [key: string]: any }); | ||
@@ -68,2 +68,4 @@ getConnectTimeout(): number; | ||
toJson(): { [key: string]: any }; | ||
} | ||
@@ -81,3 +83,3 @@ | ||
constructor(obj: ResultSet); | ||
constructor(obj: ResultSet | { [key: string]: any }); | ||
@@ -149,2 +151,4 @@ /** | ||
toJson(): { [key: string]: any }; | ||
} | ||
@@ -164,3 +168,3 @@ | ||
constructor(obj: SQLOptions); | ||
constructor(obj: SQLOptions | { [key: string]: any }); | ||
@@ -227,3 +231,3 @@ isAutoGeneratedKeys(): boolean; | ||
constructor(obj: UpdateResult); | ||
constructor(obj: UpdateResult | { [key: string]: any }); | ||
@@ -250,2 +254,4 @@ /** | ||
toJson(): { [key: string]: any }; | ||
} |
{ | ||
"name" : "@vertx/jdbc-client", | ||
"description" : "Generated Eclipse Vert.x bindings for 'vertx-jdbc-client'", | ||
"version" : "4.0.2", | ||
"version" : "4.0.3", | ||
"license" : "Apache-2.0", | ||
@@ -10,7 +10,7 @@ "public" : true, | ||
"artifactId" : "vertx-jdbc-client", | ||
"version" : "4.0.2" | ||
"version" : "4.0.3" | ||
}, | ||
"dependencies" : { | ||
"@vertx/core" : "4.0.2", | ||
"@vertx/sql-client" : "4.0.2" | ||
"@vertx/core" : "4.0.3", | ||
"@vertx/sql-client" : "4.0.3" | ||
}, | ||
@@ -17,0 +17,0 @@ "main" : "index.js", |
49294
1060
+ Added@vertx/core@4.0.3(transitive)
+ Added@vertx/sql-client@4.0.3(transitive)
- Removed@vertx/core@4.0.2(transitive)
- Removed@vertx/sql-client@4.0.2(transitive)
Updated@vertx/core@4.0.3
Updated@vertx/sql-client@4.0.3