node-opcua-variant
Advanced tools
Comparing version 2.5.0-alpha.4 to 2.5.0-alpha.5
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -60,3 +60,3 @@ /** | ||
export declare function isValidVariant(arrayType: VariantArrayType, dataType: DataType, value: any, dimensions?: number[] | null): boolean; | ||
export declare function buildVariantArray(dataType: DataType, nbElements: number, defaultValue: any): any[] | Uint8Array | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float32Array | Float64Array; | ||
export declare function buildVariantArray(dataType: DataType, nbElements: number, defaultValue: any): any[] | Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array; | ||
/*** | ||
@@ -63,0 +63,0 @@ * returns true if the two variant represent the same value |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ module.exports = { |
{ | ||
"name": "node-opcua-variant", | ||
"version": "2.5.0-alpha.4", | ||
"version": "2.5.0-alpha.5", | ||
"description": "pure nodejs OPCUA SDK - module -variant", | ||
@@ -15,6 +15,6 @@ "main": "./dist/index.js", | ||
"node-opcua-basic-types": "^2.5.0-alpha.4", | ||
"node-opcua-data-model": "^2.5.0-alpha.4", | ||
"node-opcua-data-model": "^2.5.0-alpha.5", | ||
"node-opcua-enum": "^2.5.0-alpha.4", | ||
"node-opcua-extension-object": "^2.5.0-alpha.4", | ||
"node-opcua-factory": "^2.5.0-alpha.4", | ||
"node-opcua-extension-object": "^2.5.0-alpha.5", | ||
"node-opcua-factory": "^2.5.0-alpha.5", | ||
"node-opcua-nodeid": "^2.5.0-alpha.4", | ||
@@ -28,4 +28,4 @@ "node-opcua-utils": "^2.5.0-alpha.4", | ||
"node-opcua-debug": "^2.5.0-alpha.4", | ||
"node-opcua-numeric-range": "^2.5.0-alpha.4", | ||
"node-opcua-packet-analyzer": "^2.5.0-alpha.4", | ||
"node-opcua-numeric-range": "^2.5.0-alpha.5", | ||
"node-opcua-packet-analyzer": "^2.5.0-alpha.5", | ||
"node-opcua-status-code": "^2.5.0-alpha.4", | ||
@@ -50,3 +50,3 @@ "should": "13.2.3", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "67068530aea80ae818cd8ee05be517194e706523" | ||
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c" | ||
} |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
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
110015