node-opcua-data-model
Advanced tools
Comparing version 2.132.0 to 2.133.0
@@ -17,7 +17,2 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream"; | ||
/** | ||
* | ||
* @class DiagnosticInfo | ||
* @constructor | ||
* @extends BaseUAObject | ||
* @param options {Object} | ||
*/ | ||
@@ -24,0 +19,0 @@ constructor(options?: DiagnosticInfoOptions); |
@@ -64,7 +64,2 @@ "use strict"; | ||
/** | ||
* | ||
* @class DiagnosticInfo | ||
* @constructor | ||
* @extends BaseUAObject | ||
* @param options {Object} | ||
*/ | ||
@@ -71,0 +66,0 @@ constructor(options = {}) { |
@@ -32,3 +32,3 @@ import { BaseUAObject, IStructuredTypeSchema } from "node-opcua-factory"; | ||
/** | ||
* @method stringToQualifiedName | ||
* @param value {String} | ||
@@ -35,0 +35,0 @@ * @return {{namespaceIndex: Number, name: String}} |
@@ -93,3 +93,3 @@ "use strict"; | ||
/** | ||
* @method stringToQualifiedName | ||
* @param value {String} | ||
@@ -96,0 +96,0 @@ * @return {{namespaceIndex: Number, name: String}} |
{ | ||
"name": "node-opcua-data-model", | ||
"version": "2.132.0", | ||
"version": "2.133.0", | ||
"description": "pure nodejs OPCUA SDK - module data-model", | ||
@@ -17,11 +17,11 @@ "scripts": { | ||
"node-opcua-assert": "2.120.0", | ||
"node-opcua-basic-types": "2.132.0", | ||
"node-opcua-binary-stream": "2.128.0", | ||
"node-opcua-enum": "2.128.0", | ||
"node-opcua-factory": "2.132.0", | ||
"node-opcua-nodeid": "2.128.0", | ||
"node-opcua-status-code": "2.128.0" | ||
"node-opcua-basic-types": "2.133.0", | ||
"node-opcua-binary-stream": "2.133.0", | ||
"node-opcua-enum": "2.133.0", | ||
"node-opcua-factory": "2.133.0", | ||
"node-opcua-nodeid": "2.133.0", | ||
"node-opcua-status-code": "2.133.0" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-packet-analyzer": "2.132.0" | ||
"node-opcua-packet-analyzer": "2.133.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "5fab0f1eac0e59abf94bab9034035aec44890456", | ||
"gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344", | ||
"files": [ | ||
@@ -46,0 +46,0 @@ "dist", |
@@ -111,7 +111,2 @@ /** | ||
/** | ||
* | ||
* @class DiagnosticInfo | ||
* @constructor | ||
* @extends BaseUAObject | ||
* @param options {Object} | ||
*/ | ||
@@ -118,0 +113,0 @@ constructor(options: DiagnosticInfoOptions = {}) { |
@@ -121,3 +121,3 @@ /** | ||
/** | ||
* @method stringToQualifiedName | ||
* @param value {String} | ||
@@ -124,0 +124,0 @@ * @return {{namespaceIndex: Number, name: String}} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
154870
2841
+ Addedlong@5.2.3(transitive)
+ Addednode-opcua-basic-types@2.133.0(transitive)
+ Addednode-opcua-binary-stream@2.133.0(transitive)
+ Addednode-opcua-buffer-utils@2.133.0(transitive)
+ Addednode-opcua-date-time@2.133.0(transitive)
+ Addednode-opcua-debug@2.133.0(transitive)
+ Addednode-opcua-enum@2.133.0(transitive)
+ Addednode-opcua-factory@2.133.0(transitive)
+ Addednode-opcua-guid@2.133.0(transitive)
+ Addednode-opcua-nodeid@2.133.0(transitive)
+ Addednode-opcua-status-code@2.133.0(transitive)
+ Addednode-opcua-utils@2.133.0(transitive)
- Removedlong@4.0.0(transitive)
- Removednode-opcua-basic-types@2.132.0(transitive)
- Removednode-opcua-binary-stream@2.128.0(transitive)
- Removednode-opcua-buffer-utils@2.128.0(transitive)
- Removednode-opcua-date-time@2.132.0(transitive)
- Removednode-opcua-debug@2.128.0(transitive)
- Removednode-opcua-enum@2.128.0(transitive)
- Removednode-opcua-factory@2.132.0(transitive)
- Removednode-opcua-guid@2.128.0(transitive)
- Removednode-opcua-nodeid@2.128.0(transitive)
- Removednode-opcua-status-code@2.128.0(transitive)
- Removednode-opcua-utils@2.128.0(transitive)
Updatednode-opcua-enum@2.133.0
Updatednode-opcua-factory@2.133.0
Updatednode-opcua-nodeid@2.133.0