node-opcua-data-model
Advanced tools
Comparing version 2.113.0 to 2.114.0
@@ -62,4 +62,4 @@ "use strict"; | ||
} | ||
this.locale = (options === null || options === void 0 ? void 0 : options.locale) || null; | ||
this.text = (options === null || options === void 0 ? void 0 : options.text) || null; | ||
this.locale = options?.locale || null; | ||
this.text = options?.text || null; | ||
} | ||
@@ -66,0 +66,0 @@ toString() { |
{ | ||
"name": "node-opcua-data-model", | ||
"version": "2.113.0", | ||
"version": "2.114.0", | ||
"description": "pure nodejs OPCUA SDK - module data-model", | ||
@@ -17,11 +17,11 @@ "scripts": { | ||
"node-opcua-assert": "2.105.0", | ||
"node-opcua-basic-types": "2.113.0", | ||
"node-opcua-binary-stream": "2.110.0", | ||
"node-opcua-enum": "2.110.0", | ||
"node-opcua-factory": "2.113.0", | ||
"node-opcua-nodeid": "2.113.0", | ||
"node-opcua-status-code": "2.110.0" | ||
"node-opcua-basic-types": "2.114.0", | ||
"node-opcua-binary-stream": "2.114.0", | ||
"node-opcua-enum": "2.114.0", | ||
"node-opcua-factory": "2.114.0", | ||
"node-opcua-nodeid": "2.114.0", | ||
"node-opcua-status-code": "2.114.0" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-packet-analyzer": "2.113.0", | ||
"node-opcua-packet-analyzer": "2.114.0", | ||
"should": "^13.2.3" | ||
@@ -44,3 +44,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "36db335391fedd39726990a1b37f7768da16466a", | ||
"gitHead": "358d284a696c88e383eedac1ab75d950fb28ec35", | ||
"files": [ | ||
@@ -47,0 +47,0 @@ "dist", |
Sorry, the diff of this file is not supported yet
154105
+ Addednode-opcua-basic-types@2.114.0(transitive)
+ Addednode-opcua-binary-stream@2.114.0(transitive)
+ Addednode-opcua-buffer-utils@2.114.0(transitive)
+ Addednode-opcua-constants@2.114.0(transitive)
+ Addednode-opcua-date-time@2.114.0(transitive)
+ Addednode-opcua-debug@2.114.0(transitive)
+ Addednode-opcua-enum@2.114.0(transitive)
+ Addednode-opcua-factory@2.114.0(transitive)
+ Addednode-opcua-nodeid@2.114.0(transitive)
+ Addednode-opcua-status-code@2.114.0(transitive)
+ Addednode-opcua-utils@2.114.0(transitive)
- Removednode-opcua-basic-types@2.113.0(transitive)
- Removednode-opcua-binary-stream@2.110.0(transitive)
- Removednode-opcua-buffer-utils@2.110.0(transitive)
- Removednode-opcua-constants@2.98.1(transitive)
- Removednode-opcua-date-time@2.113.0(transitive)
- Removednode-opcua-debug@2.113.0(transitive)
- Removednode-opcua-enum@2.110.0(transitive)
- Removednode-opcua-factory@2.113.0(transitive)
- Removednode-opcua-nodeid@2.113.0(transitive)
- Removednode-opcua-status-code@2.110.0(transitive)
- Removednode-opcua-utils@2.110.0(transitive)
Updatednode-opcua-enum@2.114.0
Updatednode-opcua-factory@2.114.0
Updatednode-opcua-nodeid@2.114.0