node-opcua-constants
Advanced tools
Comparing version 2.51.0 to 2.52.0
@@ -16,5 +16,4 @@ "use strict"; | ||
*/ | ||
// @ts-ignore | ||
__exportStar(require("./opcua_node_ids"), exports); | ||
__exportStar(require("./aggregate_function_enum"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "node-opcua-constants", | ||
"version": "2.51.0", | ||
"version": "2.52.0", | ||
"description": "pure nodejs OPCUA SDK - module -constants", | ||
@@ -8,3 +8,3 @@ "scripts": { | ||
"build": "tsc -b", | ||
"lint": "tslint -c tslint.json source/**/*.ts", | ||
"lint": "eslint source/**/*.ts", | ||
"test": "" | ||
@@ -29,3 +29,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "75feb111daf7ec65fa0111e4fa5beb8987fd4945" | ||
"gitHead": "3ec6296e8fd4df0e05b9d887f0b7dd20113a9ce1" | ||
} |
/** | ||
* @module node-opcua-constants | ||
*/ | ||
// @ts-ignore | ||
export * from "./opcua_node_ids"; | ||
export * from "./aggregate_function_enum"; |
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
5110683
43850