napi-bindings
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "napi-bindings", | ||
"description": "Nymi API bindings to work with Nymi SDK 4.x", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "keywords": ["napi", "nymi", "nymi api", "nymi bindings"], |
@@ -37,3 +37,3 @@ # node-napi-bindings | ||
init = napi.jsonNapiConfigureD('.', 0, 9088, '127.0.0.1'); | ||
init = napi.jsonNapiConfigureD('.', napi.LogLevel.NORMAL, 9088, '127.0.0.1'); | ||
@@ -40,0 +40,0 @@ console.assert(init === napi.ConfigOutcome.OKAY, 'INIT: %s', Object.keys(napi.ConfigOutcome)[init]); |
15454811