node-opcua-data-access
Advanced tools
Comparing version 2.128.0 to 2.129.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.standardUnits = exports.EUInformation = void 0; | ||
exports.commonCodeToUInt = commonCodeToUInt; | ||
exports.makeEUInformation = makeEUInformation; | ||
exports.standardUnits = exports.makeEUInformation = exports.commonCodeToUInt = exports.EUInformation = void 0; | ||
/** | ||
@@ -72,2 +70,3 @@ * @module node-opcua-data-access | ||
} | ||
exports.commonCodeToUInt = commonCodeToUInt; | ||
function makeEUInformation(symbol, shortName, longName) { | ||
@@ -80,2 +79,3 @@ return new node_opcua_types_2.EUInformation({ | ||
} | ||
exports.makeEUInformation = makeEUInformation; | ||
// https://unece.org/sites/default/files/2021-06/rec20_Rev17e-2021.xlsx | ||
@@ -82,0 +82,0 @@ exports.standardUnits = { |
@@ -5,3 +5,3 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "2.128.0", | ||
"version": "2.129.0", | ||
"description": "pure nodejs OPCUA SDK - module data-access", | ||
@@ -17,3 +17,3 @@ "scripts": { | ||
"node-opcua-data-model": "2.128.0", | ||
"node-opcua-types": "2.128.0" | ||
"node-opcua-types": "2.129.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "devDependencies": { | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "67a73af6b831d8651a0e66ceb295f159cab4386b", | ||
"gitHead": "8a1754350fb95a764e278d37a289f0c48ccb8c9d", | ||
"files": [ | ||
@@ -41,0 +41,0 @@ "dist", |
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
36591
18
544
+ Addednode-opcua-data-value@2.129.0(transitive)
+ Addednode-opcua-generator@2.129.0(transitive)
+ Addednode-opcua-schemas@2.129.0(transitive)
+ Addednode-opcua-types@2.129.0(transitive)
+ Addednode-opcua-variant@2.129.0(transitive)
- Removednode-opcua-data-value@2.128.0(transitive)
- Removednode-opcua-generator@2.128.0(transitive)
- Removednode-opcua-schemas@2.128.0(transitive)
- Removednode-opcua-types@2.128.0(transitive)
- Removednode-opcua-variant@2.128.0(transitive)
Updatednode-opcua-types@2.129.0