@vertx/jdbc
Advanced tools
Comparing version 3.7.1 to 3.8.0
@@ -23,2 +23,8 @@ /* | ||
/** | ||
* An asynchronous client interface for interacting with a JDBC compliant database | ||
* @author <a href="mailto:nscavell@redhat.com">Nick Scavelli</a> | ||
* @author <a href="http://tfox.org">Tim Fox</a> | ||
* | ||
*/ | ||
export abstract class JDBCClient extends SQLClient { | ||
@@ -25,0 +31,0 @@ /** |
{ | ||
"name" : "@vertx/jdbc", | ||
"description" : "Generated Eclipse Vert.x bindings for 'vertx-jdbc-client'", | ||
"version" : "3.7.1", | ||
"version" : "3.8.0", | ||
"license" : "Apache License 2.0", | ||
@@ -10,7 +10,7 @@ "public" : true, | ||
"artifactId" : "vertx-jdbc-client", | ||
"version" : "3.7.1" | ||
"version" : "3.8.0" | ||
}, | ||
"dependencies" : { | ||
"@vertx/core" : "3.7.1", | ||
"@vertx/sql-common" : "3.7.1" | ||
"@vertx/core" : "3.8.0", | ||
"@vertx/sql-common" : "3.8.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "main" : "index.js", |
5477
101
+ Added@vertx/core@3.8.0(transitive)
- Removed@vertx/core@3.7.1(transitive)
Updated@vertx/core@3.8.0
Updated@vertx/sql-common@3.8.0