node-opcua-xml2json
Advanced tools
Comparing version 2.44.0 to 2.49.0
@@ -281,3 +281,3 @@ "use strict"; | ||
}); | ||
parser.on("close", () => { | ||
parser.once("close", () => { | ||
if (callback) { | ||
@@ -284,0 +284,0 @@ callback(null, this.current_state._pojo); |
{ | ||
"name": "node-opcua-xml2json", | ||
"version": "2.44.0", | ||
"version": "2.49.0", | ||
"description": "pure nodejs OPCUA SDK - module -xml2json", | ||
@@ -39,3 +39,3 @@ "main": "dist/source/index.js", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "ba4e499a38b101a283e2121729802d15d77a319c" | ||
"gitHead": "81654553c6d317fd918ca99b749550eb5e951c23" | ||
} |
@@ -378,3 +378,3 @@ /** | ||
}); | ||
parser.on("close", () => { | ||
parser.once("close", () => { | ||
if (callback) { | ||
@@ -381,0 +381,0 @@ (callback as any)(null, (this.current_state! as any)._pojo); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
95339