node-opcua-data-model
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:29.009Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:27.086Z | ||
"use strict"; | ||
@@ -51,2 +51,7 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
self.innerDiagnosticInfo = null; /* new DiagnosticInfo(null); */ | ||
return ; | ||
} | ||
@@ -53,0 +58,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:29.025Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:27.092Z | ||
"use strict"; | ||
@@ -48,2 +48,8 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
self.displayName = null; /* new LocalizedText(null); */ | ||
self.description = null; /* new LocalizedText(null); */ | ||
return ; | ||
} | ||
@@ -50,0 +56,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:28.909Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:27.042Z | ||
"use strict"; | ||
@@ -46,2 +46,6 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
return ; | ||
} | ||
@@ -48,0 +52,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:28.961Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:27.072Z | ||
"use strict"; | ||
@@ -46,2 +46,6 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
return ; | ||
} | ||
@@ -48,0 +52,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2018-01-31T14:02:49.529Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:27.098Z | ||
"use strict"; | ||
@@ -46,2 +46,6 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
return ; | ||
} | ||
@@ -48,0 +52,0 @@ /** |
@@ -0,0 +0,0 @@ var generator = require("node-opcua-generator"); |
@@ -0,0 +0,0 @@ |
{ | ||
"name": "node-opcua-data-model", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "pure nodejs OPCUA SDK - module -data-model", | ||
@@ -13,14 +13,14 @@ "scripts": { | ||
"node-opcua-assert": "^0.2.0", | ||
"node-opcua-basic-types": "^0.2.1", | ||
"node-opcua-binary-stream": "^0.2.1", | ||
"node-opcua-enum": "^0.2.0", | ||
"node-opcua-factory": "^0.2.1", | ||
"node-opcua-nodeid": "^0.2.0", | ||
"node-opcua-status-code": "^0.2.1", | ||
"node-opcua-utils": "^0.2.1", | ||
"node-opcua-basic-types": "^0.2.2", | ||
"node-opcua-binary-stream": "^0.2.2", | ||
"node-opcua-enum": "^0.2.2", | ||
"node-opcua-factory": "^0.2.2", | ||
"node-opcua-nodeid": "^0.2.2", | ||
"node-opcua-status-code": "^0.2.2", | ||
"node-opcua-utils": "^0.2.2", | ||
"underscore": "^1.8.3" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-generator": "^0.2.1", | ||
"node-opcua-packet-analyzer": "^0.2.1", | ||
"node-opcua-generator": "^0.2.2", | ||
"node-opcua-packet-analyzer": "^0.2.2", | ||
"should": "13.2.1" | ||
@@ -27,0 +27,0 @@ }, |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ var BrowseDescriptionResultMask = { |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ var Enum = require("node-opcua-enum"); |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
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
71072
35
1581
Updatednode-opcua-enum@^0.2.2
Updatednode-opcua-factory@^0.2.2
Updatednode-opcua-nodeid@^0.2.2
Updatednode-opcua-utils@^0.2.2