node-opcua-xml2json
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -302,2 +302,3 @@ "use strict"; | ||
_prepareParser(callback) { | ||
node_opcua_assert_1.assert(callback instanceof Function); | ||
const parser = new LtxParser(); | ||
@@ -304,0 +305,0 @@ this.currentLevel = 0; |
{ | ||
"name": "node-opcua-xml2json", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "pure nodejs OPCUA SDK - module -xml2json", | ||
@@ -16,3 +16,3 @@ "main": "dist/source/xml2json.js", | ||
"node-opcua-debug": "^2.1.0", | ||
"node-opcua-utils": "^2.1.2", | ||
"node-opcua-utils": "^2.1.3", | ||
"underscore": "^1.9.1" | ||
@@ -23,3 +23,3 @@ }, | ||
"devDependencies": { | ||
"node-opcua-nodesets": "^2.0.0", | ||
"node-opcua-nodesets": "^2.1.3", | ||
"should": "13.2.3" | ||
@@ -40,3 +40,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "46c4676f5623126ee95c60c25bcdedd8091ba342" | ||
"gitHead": "a47d959488b88d80c6d4d339d08c80ccc5490ffd" | ||
} |
@@ -459,2 +459,3 @@ /** | ||
assert(callback instanceof Function); | ||
const parser = new LtxParser(); | ||
@@ -461,0 +462,0 @@ this.currentLevel = 0; |
Sorry, the diff of this file is not supported yet
52813
1171
Updatednode-opcua-utils@^2.1.3