node-opcua-data-access
Advanced tools
Comparing version 2.129.0 to 2.131.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.standardUnits = exports.makeEUInformation = exports.commonCodeToUInt = exports.EUInformation = void 0; | ||
exports.standardUnits = exports.EUInformation = void 0; | ||
exports.commonCodeToUInt = commonCodeToUInt; | ||
exports.makeEUInformation = makeEUInformation; | ||
/** | ||
@@ -70,3 +72,2 @@ * @module node-opcua-data-access | ||
} | ||
exports.commonCodeToUInt = commonCodeToUInt; | ||
function makeEUInformation(symbol, shortName, longName) { | ||
@@ -79,3 +80,2 @@ 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.129.0", | ||
"version": "2.131.0", | ||
"description": "pure nodejs OPCUA SDK - module data-access", | ||
@@ -16,4 +16,4 @@ "scripts": { | ||
"dependencies": { | ||
"node-opcua-data-model": "2.128.0", | ||
"node-opcua-types": "2.129.0" | ||
"node-opcua-data-model": "2.131.0", | ||
"node-opcua-types": "2.131.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "devDependencies": { | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "8a1754350fb95a764e278d37a289f0c48ccb8c9d", | ||
"gitHead": "80f430dd3044826c904f803af40297839dd809be", | ||
"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
36538
+ Addednode-opcua-basic-types@2.131.0(transitive)
+ Addednode-opcua-data-model@2.131.0(transitive)
+ Addednode-opcua-data-value@2.131.0(transitive)
+ Addednode-opcua-extension-object@2.131.0(transitive)
+ Addednode-opcua-factory@2.131.0(transitive)
+ Addednode-opcua-generator@2.131.0(transitive)
+ Addednode-opcua-numeric-range@2.131.0(transitive)
+ Addednode-opcua-schemas@2.131.0(transitive)
+ Addednode-opcua-types@2.131.0(transitive)
+ Addednode-opcua-variant@2.131.0(transitive)
- Removednode-opcua-basic-types@2.128.0(transitive)
- Removednode-opcua-data-model@2.128.0(transitive)
- Removednode-opcua-data-value@2.129.0(transitive)
- Removednode-opcua-extension-object@2.128.0(transitive)
- Removednode-opcua-factory@2.128.0(transitive)
- Removednode-opcua-generator@2.129.0(transitive)
- Removednode-opcua-numeric-range@2.128.0(transitive)
- Removednode-opcua-schemas@2.129.0(transitive)
- Removednode-opcua-types@2.129.0(transitive)
- Removednode-opcua-variant@2.129.0(transitive)
Updatednode-opcua-types@2.131.0