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.
package/dist/numeric_range.d.ts
CHANGED
|
@@ -71,7 +71,7 @@ export declare class NumericRange implements NumericalRange1 {
|
|
|
71
71
|
toJSON(): string;
|
|
72
72
|
toEncodeableString(): UAString;
|
|
73
73
|
/**
|
|
74
|
-
|
|
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 {*}
|
package/dist/numeric_range.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-numeric-range",
|
|
3
|
-
"version": "2.
|
|
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.
|
|
19
|
-
"node-opcua-binary-stream": "2.
|
|
20
|
-
"node-opcua-factory": "2.
|
|
21
|
-
"node-opcua-status-code": "2.
|
|
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.
|
|
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": "
|
|
40
|
+
"gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344",
|
|
41
41
|
"files": [
|
|
42
42
|
"dist",
|
|
43
43
|
"source"
|
package/source/numeric_range.ts
CHANGED