|
@@ -4,17 +4,16 @@
|
|
|
"private": true,
|
|
|
"main": "index.js",
|
|
|
"devDependencies": {
|
|
|
- "@vertx/unit": "3.7.0",
|
|
|
- "es4x-pm": "0.7.3"
|
|
|
+ "es4x-pm": "0.8.0"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@vertx/core": "3.7.0",
|
|
|
- "@vertx/web": "3.7.0",
|
|
|
- "@vertx/web-templ-handlebars": "3.7.0",
|
|
|
- "@reactiverse/reactive-pg-client": "0.11.2"
|
|
|
+ "@vertx/core": "3.7.1",
|
|
|
+ "@vertx/web": "3.7.1",
|
|
|
+ "@vertx/web-templ-handlebars": "3.7.1",
|
|
|
+ "@reactiverse/reactive-pg-client": "0.11.3"
|
|
|
},
|
|
|
"mvnDependencies": [
|
|
|
- "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.30.Final"
|
|
|
+ "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.34.Final"
|
|
|
],
|
|
|
"files": [
|
|
|
"util.js",
|
|
@@ -22,7 +21,6 @@
|
|
|
],
|
|
|
"scripts": {
|
|
|
"start": "benchmark",
|
|
|
- "test": "benchmark test index.test.js",
|
|
|
"postinstall": "es4x install -f"
|
|
|
}
|
|
|
}
|