node-opcua-numeric-range 2.132.0 → 2.133.0

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.
@@ -71,7 +71,7 @@ export declare class NumericRange implements NumericalRange1 {
71
71
  toJSON(): string;
72
72
  toEncodeableString(): UAString;
73
73
  /**
74
- * @method extract_values
74
+
75
75
  * @param array flat array containing values or string
76
76
  * @param dimensions: of the matrix if data is a matrix
77
77
  * @return {*}
@@ -346,7 +346,7 @@ class NumericRange {
346
346
  }
347
347
  }
348
348
  /**
349
- * @method extract_values
349
+
350
350
  * @param array flat array containing values or string
351
351
  * @param dimensions: of the matrix if data is a matrix
352
352
  * @return {*}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-numeric-range",
3
- "version": "2.132.0",
3
+ "version": "2.133.0",
4
4
  "description": "pure nodejs OPCUA SDK - module numeric-range",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -15,13 +15,13 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "node-opcua-assert": "2.120.0",
18
- "node-opcua-basic-types": "2.132.0",
19
- "node-opcua-binary-stream": "2.128.0",
20
- "node-opcua-factory": "2.132.0",
21
- "node-opcua-status-code": "2.128.0"
18
+ "node-opcua-basic-types": "2.133.0",
19
+ "node-opcua-binary-stream": "2.133.0",
20
+ "node-opcua-factory": "2.133.0",
21
+ "node-opcua-status-code": "2.133.0"
22
22
  },
23
23
  "devDependencies": {
24
- "node-opcua-packet-analyzer": "2.132.0",
24
+ "node-opcua-packet-analyzer": "2.133.0",
25
25
  "node-opcua-test-helpers": "2.128.0"
26
26
  },
27
27
  "repository": {
@@ -37,7 +37,7 @@
37
37
  "internet of things"
38
38
  ],
39
39
  "homepage": "http://node-opcua.github.io/",
40
- "gitHead": "5fab0f1eac0e59abf94bab9034035aec44890456",
40
+ "gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344",
41
41
  "files": [
42
42
  "dist",
43
43
  "source"
@@ -445,7 +445,7 @@ export class NumericRange implements NumericalRange1 {
445
445
  }
446
446
 
447
447
  /**
448
- * @method extract_values
448
+
449
449
  * @param array flat array containing values or string
450
450
  * @param dimensions: of the matrix if data is a matrix
451
451
  * @return {*}