@vertx/config
Advanced tools
+2
-0
@@ -56,2 +56,4 @@ /* | ||
| * @return the future completed when the configuration is retrieved | ||
| * @deprecated removed in Vert.x 4 for {@code ConfigRetriever#getConfig()} method that returns a {@code Future<JsonObject>} | ||
| * in 3.x you can use instead {@code Future.future(retriever::getConfig)} | ||
| * | ||
@@ -58,0 +60,0 @@ */ |
+3
-3
| { | ||
| "name" : "@vertx/config", | ||
| "description" : "Generated Eclipse Vert.x bindings for 'vertx-config'", | ||
| "version" : "3.8.1", | ||
| "version" : "3.8.2", | ||
| "license" : "Apache License 2.0", | ||
@@ -10,6 +10,6 @@ "public" : true, | ||
| "artifactId" : "vertx-config", | ||
| "version" : "3.8.1" | ||
| "version" : "3.8.2" | ||
| }, | ||
| "dependencies" : { | ||
| "@vertx/core" : "3.8.1" | ||
| "@vertx/core" : "3.8.2" | ||
| }, | ||
@@ -16,0 +16,0 @@ "main" : "index.js", |
15861
1.37%362
0.56%+ Added
- Removed
Updated