node-opcua-data-access 2.56.2 → 2.61.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/.mocharc.yml CHANGED
@@ -1,10 +1,10 @@
1
- require:
2
- - ../../node_modules/source-map-support/register
3
- - ../../node_modules/ts-node/register
4
- - ../../node_modules/should
5
- timeout: 30000
6
- extension:
7
- - ts
8
- - js
9
- bail: true
10
- parallel: false
1
+ require:
2
+ - ../../node_modules/source-map-support/register
3
+ - ../../node_modules/ts-node/register
4
+ - ../../node_modules/should
5
+ timeout: 30000
6
+ extension:
7
+ - ts
8
+ - js
9
+ bail: true
10
+ parallel: false
package/LICENSE CHANGED
@@ -1,20 +1,20 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2014-2021 Etienne Rossignon
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy of
6
- this software and associated documentation files (the "Software"), to deal in
7
- the Software without restriction, including without limitation the rights to
8
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
- the Software, and to permit persons to whom the Software is furnished to do so,
10
- subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2014-2021 Etienne Rossignon
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/fragment.yml CHANGED
@@ -1,32 +1,32 @@
1
- AxisInformation:
2
- engineeringUnits: >
3
- EngineeringUnit Holds the information about the engineering units for a given axis.
4
- euRange: >
5
- Range Limits of the range of the axis
6
- title: >
7
- LocalizedText User readable axis title, useful when the units are %, the Title may be “Particle size distribution"
8
- axisScaleType: >
9
- AxisScaleEnumeration LINEAR, LOG, LN, defined by AxisSteps
10
- axisSteps: >
11
- Double[] Specific value of each axis steps, may be set to “Null” if not used
12
-
13
- EngineeringUnit:
14
- document: >
15
- Units of measurement for AnalogItems that represent continuously- variable physical quantities ( e.g.,
16
- length, mass , time, temperature )
17
- NOTE This standard defines Properties to inform about the unit used for the DataItem
18
- value and about the highest and lowest value likely to be obtained in normal operation
19
-
20
- fields:
21
- namespaceUri: >
22
- Identifies the organization (company, standards organization) that defines the EUInformation.
23
-
24
- unitId: >
25
- Identifier for programmatic evaluation. −1 is used if a unitId is not available.
26
- The displayName of the engineering unit is typically the abbreviation of the
27
- engineering unit, for example ”h” for hour or ”m/s” for meter per second." +
28
- description: >
29
- Contains the full name of the engineering unit such as ”hour” or ”meter per second"
30
- displayName: >
31
- The displayName of the engineering ( for instance 'm/s' )"
32
-
1
+ AxisInformation:
2
+ engineeringUnits: >
3
+ EngineeringUnit Holds the information about the engineering units for a given axis.
4
+ euRange: >
5
+ Range Limits of the range of the axis
6
+ title: >
7
+ LocalizedText User readable axis title, useful when the units are %, the Title may be “Particle size distribution"
8
+ axisScaleType: >
9
+ AxisScaleEnumeration LINEAR, LOG, LN, defined by AxisSteps
10
+ axisSteps: >
11
+ Double[] Specific value of each axis steps, may be set to “Null” if not used
12
+
13
+ EngineeringUnit:
14
+ document: >
15
+ Units of measurement for AnalogItems that represent continuously- variable physical quantities ( e.g.,
16
+ length, mass , time, temperature )
17
+ NOTE This standard defines Properties to inform about the unit used for the DataItem
18
+ value and about the highest and lowest value likely to be obtained in normal operation
19
+
20
+ fields:
21
+ namespaceUri: >
22
+ Identifies the organization (company, standards organization) that defines the EUInformation.
23
+
24
+ unitId: >
25
+ Identifier for programmatic evaluation. −1 is used if a unitId is not available.
26
+ The displayName of the engineering unit is typically the abbreviation of the
27
+ engineering unit, for example ”h” for hour or ”m/s” for meter per second." +
28
+ description: >
29
+ Contains the full name of the engineering unit such as ”hour” or ”meter per second"
30
+ displayName: >
31
+ The displayName of the engineering ( for instance 'm/s' )"
32
+
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "node-opcua-data-access",
3
3
  "main": "./dist/index.js",
4
4
  "types": "./dist/index.d.ts",
5
- "version": "2.56.2",
5
+ "version": "2.61.0",
6
6
  "description": "pure nodejs OPCUA SDK - module -data-access",
7
7
  "scripts": {
8
8
  "build": "tsc -b",
@@ -13,12 +13,12 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "node-opcua-assert": "2.55.0",
16
- "node-opcua-basic-types": "2.56.0",
16
+ "node-opcua-basic-types": "2.61.0",
17
17
  "node-opcua-binary-stream": "2.55.0",
18
- "node-opcua-data-model": "2.56.0",
19
- "node-opcua-factory": "2.56.0",
20
- "node-opcua-nodeid": "2.55.0",
21
- "node-opcua-types": "2.56.2"
18
+ "node-opcua-data-model": "2.61.0",
19
+ "node-opcua-factory": "2.61.0",
20
+ "node-opcua-nodeid": "2.61.0",
21
+ "node-opcua-types": "2.61.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "should": "^13.2.3"
@@ -38,5 +38,5 @@
38
38
  "internet of things"
39
39
  ],
40
40
  "homepage": "http://node-opcua.github.io/",
41
- "gitHead": "45dbf2f65d96a91fae6e884bb5006af4249cf1fa"
41
+ "gitHead": "dd8776f047686ca791989f27e11ee48bfd8b61b7"
42
42
  }
package/source/Range.ts CHANGED
@@ -1,4 +1,4 @@
1
- /**
2
- * @module node-opcua-data-access
3
- */
4
- export { Range } from "node-opcua-types";
1
+ /**
2
+ * @module node-opcua-data-access
3
+ */
4
+ export { Range } from "node-opcua-types";
package/source/imports.ts CHANGED
@@ -1,5 +1,5 @@
1
- /**
2
- * @module node-opcua-data-access
3
- */
4
- export { LocalizedText } from "node-opcua-data-model";
5
- export * from "./Range";
1
+ /**
2
+ * @module node-opcua-data-access
3
+ */
4
+ export { LocalizedText } from "node-opcua-data-model";
5
+ export * from "./Range";
package/source/index.ts CHANGED
@@ -1,6 +1,6 @@
1
- /**
2
- * @module node-opcua-data-access
3
- */
4
- export * from "./Range";
5
- export * from "./EUInformation";
6
- export { AxisInformation, AxisScaleEnumeration } from "node-opcua-types";
1
+ /**
2
+ * @module node-opcua-data-access
3
+ */
4
+ export * from "./Range";
5
+ export * from "./EUInformation";
6
+ export { AxisInformation, AxisScaleEnumeration } from "node-opcua-types";