node-opcua-data-value
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:30.978Z | ||
// --------- This code has been automatically generated !!! 2018-03-24T16:23:36.609Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
var generator = require("node-opcua-generator"); | ||
generator.registerObject("DataValue"); |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "node-opcua-data-value", | ||
"main": "./index.js", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "pure nodejs OPCUA SDK - module -data-value", | ||
@@ -13,16 +13,16 @@ "scripts": { | ||
"node-opcua-assert": "^0.2.0", | ||
"node-opcua-basic-types": "^0.2.2", | ||
"node-opcua-binary-stream": "^0.2.2", | ||
"node-opcua-date-time": "^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", | ||
"node-opcua-variant": "^0.2.2", | ||
"node-opcua-basic-types": "^0.2.3", | ||
"node-opcua-binary-stream": "^0.2.3", | ||
"node-opcua-date-time": "^0.2.3", | ||
"node-opcua-factory": "^0.2.3", | ||
"node-opcua-nodeid": "^0.2.3", | ||
"node-opcua-status-code": "^0.2.3", | ||
"node-opcua-utils": "^0.2.3", | ||
"node-opcua-variant": "^0.2.3", | ||
"underscore": "^1.8.3" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-generator": "^0.2.2", | ||
"node-opcua-numeric-range": "^0.2.2", | ||
"node-opcua-packet-analyzer": "^0.2.2", | ||
"node-opcua-generator": "^0.2.3", | ||
"node-opcua-numeric-range": "^0.2.3", | ||
"node-opcua-packet-analyzer": "^0.2.3", | ||
"should": "13.2.1" | ||
@@ -29,0 +29,0 @@ }, |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -200,3 +200,3 @@ "use strict"; | ||
* @param indexRange {NumericalRange} | ||
* @returns {DataValue} | ||
* @return {DataValue} | ||
*/ | ||
@@ -203,0 +203,0 @@ function extractRange(dataValue, indexRange) { |
@@ -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
44946
Updatednode-opcua-date-time@^0.2.3
Updatednode-opcua-factory@^0.2.3
Updatednode-opcua-nodeid@^0.2.3
Updatednode-opcua-utils@^0.2.3
Updatednode-opcua-variant@^0.2.3