node-opcua-service-subscription
Advanced tools
Comparing version 2.129.0 to 2.130.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isOutsideDeadbandPercent = exports.isOutsideDeadbandAbsolute = exports.isOutsideDeadbandNone = exports.DeadbandType = void 0; | ||
exports.DeadbandType = void 0; | ||
exports.isOutsideDeadbandNone = isOutsideDeadbandNone; | ||
exports.isOutsideDeadbandAbsolute = isOutsideDeadbandAbsolute; | ||
exports.isOutsideDeadbandPercent = isOutsideDeadbandPercent; | ||
/** | ||
@@ -123,3 +126,2 @@ * @module node-opcua-service-subscription | ||
} | ||
exports.isOutsideDeadbandNone = isOutsideDeadbandNone; | ||
/** | ||
@@ -133,3 +135,2 @@ * @method isOutsideDeadbandAbsolute | ||
} | ||
exports.isOutsideDeadbandAbsolute = isOutsideDeadbandAbsolute; | ||
/** | ||
@@ -158,3 +159,2 @@ * @method isOutsideDeadband | ||
} | ||
exports.isOutsideDeadbandPercent = isOutsideDeadbandPercent; | ||
//# sourceMappingURL=deadband_checker.js.map |
{ | ||
"name": "node-opcua-service-subscription", | ||
"version": "2.129.0", | ||
"version": "2.130.0", | ||
"description": "pure nodejs OPCUA SDK - module service-subscription", | ||
@@ -23,3 +23,3 @@ "main": "./dist/index.js", | ||
"node-opcua-packet-analyzer": "2.128.0", | ||
"node-opcua-secure-channel": "2.129.0", | ||
"node-opcua-secure-channel": "2.130.0", | ||
"node-opcua-service-read": "2.129.0", | ||
@@ -43,3 +43,3 @@ "node-opcua-status-code": "2.128.0" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "8a1754350fb95a764e278d37a289f0c48ccb8c9d", | ||
"gitHead": "94bf9012b03dbd4325cd122ce04edfa5466875bc", | ||
"files": [ | ||
@@ -46,0 +46,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
36018