node-opcua-variant
Advanced tools
Comparing version 2.120.0 to 2.121.0
@@ -263,3 +263,3 @@ "use strict"; | ||
if (verification !== self.value.length) { | ||
throw new Error("BadDecodingError"); | ||
throw new Error("internalDecodeVariant: BadDecodingError: inconsistent matrix "); | ||
} | ||
@@ -266,0 +266,0 @@ } |
{ | ||
"name": "node-opcua-variant", | ||
"version": "2.120.0", | ||
"version": "2.121.0", | ||
"description": "pure nodejs OPCUA SDK - module variant", | ||
@@ -16,8 +16,8 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "2.120.0", | ||
"node-opcua-basic-types": "2.120.0", | ||
"node-opcua-basic-types": "2.121.0", | ||
"node-opcua-binary-stream": "2.120.0", | ||
"node-opcua-data-model": "2.120.0", | ||
"node-opcua-data-model": "2.121.0", | ||
"node-opcua-enum": "2.120.0", | ||
"node-opcua-factory": "2.120.0", | ||
"node-opcua-nodeid": "2.120.0", | ||
"node-opcua-factory": "2.121.0", | ||
"node-opcua-nodeid": "2.121.0", | ||
"node-opcua-utils": "2.120.0" | ||
@@ -30,7 +30,7 @@ }, | ||
"node-opcua-benchmarker": "2.120.0", | ||
"node-opcua-debug": "2.120.0", | ||
"node-opcua-extension-object": "2.120.0", | ||
"node-opcua-numeric-range": "2.120.0", | ||
"node-opcua-packet-analyzer": "2.120.0", | ||
"node-opcua-status-code": "2.120.0", | ||
"node-opcua-debug": "2.121.0", | ||
"node-opcua-extension-object": "2.121.0", | ||
"node-opcua-numeric-range": "2.121.0", | ||
"node-opcua-packet-analyzer": "2.121.0", | ||
"node-opcua-status-code": "2.121.0", | ||
"should": "^13.2.3", | ||
@@ -54,3 +54,3 @@ "underscore": "^1.13.6" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "f4ae243bb61ba7af4c019a3cfe76dfc0f6427983", | ||
"gitHead": "ba93a78eda343ecc0cc20476837347f6dfa259e0", | ||
"files": [ | ||
@@ -57,0 +57,0 @@ "dist", |
@@ -345,3 +345,3 @@ /** | ||
if (verification !== self.value.length) { | ||
throw new Error("BadDecodingError"); | ||
throw new Error("internalDecodeVariant: BadDecodingError: inconsistent matrix "); | ||
} | ||
@@ -348,0 +348,0 @@ } |
Sorry, the diff of this file is not supported yet
140460
+ Addednode-opcua-basic-types@2.121.0(transitive)
+ Addednode-opcua-constants@2.121.0(transitive)
+ Addednode-opcua-data-model@2.121.0(transitive)
+ Addednode-opcua-date-time@2.121.0(transitive)
+ Addednode-opcua-debug@2.121.0(transitive)
+ Addednode-opcua-factory@2.121.0(transitive)
+ Addednode-opcua-nodeid@2.121.0(transitive)
+ Addednode-opcua-status-code@2.121.0(transitive)
- Removednode-opcua-basic-types@2.120.0(transitive)
- Removednode-opcua-constants@2.120.0(transitive)
- Removednode-opcua-data-model@2.120.0(transitive)
- Removednode-opcua-date-time@2.120.0(transitive)
- Removednode-opcua-debug@2.120.0(transitive)
- Removednode-opcua-factory@2.120.0(transitive)
- Removednode-opcua-nodeid@2.120.0(transitive)
- Removednode-opcua-status-code@2.120.0(transitive)
Updatednode-opcua-factory@2.121.0
Updatednode-opcua-nodeid@2.121.0