node-opcua-data-model
Advanced tools
Comparing version 2.134.0 to 2.137.0
@@ -21,2 +21,3 @@ "use strict"; | ||
baseType: "BaseUAObject", | ||
category: node_opcua_factory_1.FieldCategory.basic, | ||
fields: [ | ||
@@ -63,2 +64,3 @@ { | ||
}); | ||
exports.schemaDiagnosticInfo.category = node_opcua_factory_1.FieldCategory.basic; | ||
class DiagnosticInfo extends node_opcua_factory_1.BaseUAObject { | ||
@@ -65,0 +67,0 @@ /** |
@@ -23,2 +23,3 @@ "use strict"; | ||
baseType: "BaseUAObject", | ||
category: node_opcua_factory_1.FieldCategory.basic, | ||
fields: [ | ||
@@ -25,0 +26,0 @@ { |
@@ -18,2 +18,3 @@ "use strict"; | ||
name: "QualifiedName", | ||
category: node_opcua_factory_1.FieldCategory.basic, | ||
fields: [ | ||
@@ -20,0 +21,0 @@ { |
{ | ||
"name": "node-opcua-data-model", | ||
"version": "2.134.0", | ||
"version": "2.137.0", | ||
"description": "pure nodejs OPCUA SDK - module data-model", | ||
@@ -20,3 +20,3 @@ "scripts": { | ||
"node-opcua-enum": "2.133.0", | ||
"node-opcua-factory": "2.134.0", | ||
"node-opcua-factory": "2.137.0", | ||
"node-opcua-nodeid": "2.133.0", | ||
@@ -26,3 +26,3 @@ "node-opcua-status-code": "2.133.0" | ||
"devDependencies": { | ||
"node-opcua-packet-analyzer": "2.134.0" | ||
"node-opcua-packet-analyzer": "2.137.0" | ||
}, | ||
@@ -44,3 +44,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "ccb34926a3c195f6a7e66fca58a2f101858e78be", | ||
"gitHead": "e88e4f20d5436dd68084d2a6d447f170330b373d", | ||
"files": [ | ||
@@ -47,0 +47,0 @@ "dist", |
@@ -37,2 +37,4 @@ /** | ||
category: FieldCategory.basic, | ||
fields: [ | ||
@@ -90,2 +92,3 @@ { | ||
}); | ||
schemaDiagnosticInfo.category = FieldCategory.basic; | ||
@@ -92,0 +95,0 @@ export class DiagnosticInfo extends BaseUAObject { |
@@ -12,2 +12,3 @@ /** | ||
DecodeDebugOptions, | ||
FieldCategory, | ||
initialize_field, | ||
@@ -35,3 +36,3 @@ IStructuredTypeSchema, | ||
baseType: "BaseUAObject", | ||
category: FieldCategory.basic, | ||
fields: [ | ||
@@ -38,0 +39,0 @@ { |
@@ -12,3 +12,4 @@ /** | ||
registerSpecialVariantEncoder, | ||
IStructuredTypeSchema | ||
IStructuredTypeSchema, | ||
FieldCategory | ||
} from "node-opcua-factory"; | ||
@@ -24,3 +25,3 @@ | ||
name: "QualifiedName", | ||
category: FieldCategory.basic, | ||
fields: [ | ||
@@ -27,0 +28,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
155610
2855
+ Addednode-opcua-factory@2.137.0(transitive)
- Removednode-opcua-factory@2.134.0(transitive)
Updatednode-opcua-factory@2.137.0