node-opcua-variant 2.90.0 → 2.90.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/variant.d.ts +2 -2
  2. package/package.json +15 -15
package/dist/variant.d.ts CHANGED
@@ -34,7 +34,7 @@ export declare class Variant extends BaseUAObject {
34
34
  isValid(): boolean;
35
35
  clone(): Variant;
36
36
  }
37
- export declare type VariantLike = VariantOptions;
37
+ export type VariantLike = VariantOptions;
38
38
  /***
39
39
  * @private
40
40
  */
@@ -58,7 +58,7 @@ export declare function decodeVariant(stream: BinaryStream, value?: Variant): Va
58
58
  /***
59
59
  * @private
60
60
  */
61
- export declare type BufferedArray2 = Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array;
61
+ export type BufferedArray2 = Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array;
62
62
  export declare function coerceVariantType(dataType: DataType, value: undefined | any): any;
63
63
  export declare function isValidVariant(arrayType: VariantArrayType, dataType: DataType, value: unknown, dimensions?: number[] | null): boolean;
64
64
  export declare function buildVariantArray(dataType: DataType, nbElements: number, defaultValue: unknown): Float32Array | Float64Array | Uint32Array | Int32Array | Uint16Array | Int16Array | Uint8Array | Int8Array | Array<unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-variant",
3
- "version": "2.90.0",
3
+ "version": "2.90.1",
4
4
  "description": "pure nodejs OPCUA SDK - module -variant",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -13,24 +13,24 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "node-opcua-assert": "2.88.0",
16
- "node-opcua-basic-types": "2.90.0",
17
- "node-opcua-binary-stream": "2.89.0",
18
- "node-opcua-data-model": "2.90.0",
19
- "node-opcua-enum": "2.88.0",
20
- "node-opcua-factory": "2.90.0",
21
- "node-opcua-nodeid": "2.90.0",
22
- "node-opcua-utils": "2.88.0"
16
+ "node-opcua-basic-types": "2.90.1",
17
+ "node-opcua-binary-stream": "2.90.1",
18
+ "node-opcua-data-model": "2.90.1",
19
+ "node-opcua-enum": "2.90.1",
20
+ "node-opcua-factory": "2.90.1",
21
+ "node-opcua-nodeid": "2.90.1",
22
+ "node-opcua-utils": "2.90.1"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/lodash": "4.14.191",
26
26
  "@types/underscore": "^1.11.4",
27
27
  "lodash": "4.17.21",
28
- "node-opcua-benchmarker": "2.88.0",
29
- "node-opcua-debug": "2.90.0",
30
- "node-opcua-extension-object": "2.90.0",
31
- "node-opcua-numeric-range": "2.90.0",
32
- "node-opcua-packet-analyzer": "2.90.0",
33
- "node-opcua-status-code": "2.89.0",
28
+ "node-opcua-benchmarker": "2.90.1",
29
+ "node-opcua-debug": "2.90.1",
30
+ "node-opcua-extension-object": "2.90.1",
31
+ "node-opcua-numeric-range": "2.90.1",
32
+ "node-opcua-packet-analyzer": "2.90.1",
33
+ "node-opcua-status-code": "2.90.1",
34
34
  "should": "^13.2.3",
35
35
  "underscore": "^1.13.6"
36
36
  },
@@ -49,5 +49,5 @@
49
49
  "internet of things"
50
50
  ],
51
51
  "homepage": "http://node-opcua.github.io/",
52
- "gitHead": "d55f9150c3ffa5b86fbe1a0baba69a2543c3090a"
52
+ "gitHead": "3325ff5f8477fd058ba574d19e8128c36e3e831f"
53
53
  }