node-opcua-constants
Advanced tools
Comparing version 2.74.0 to 2.77.0
{ | ||
"name": "node-opcua-constants", | ||
"version": "2.74.0", | ||
"version": "2.77.0", | ||
"description": "pure nodejs OPCUA SDK - module -constants", | ||
"scripts": { | ||
"clean": "npx rimraf dist *.tsbuildinfo", | ||
"clean": "npx rimraf node_modules dist *.tsbuildinfo", | ||
"build": "tsc -b", | ||
@@ -28,3 +28,3 @@ "lint": "eslint source/**/*.ts", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "003ee041795f3b737afaaef5721045ee31ea9f77" | ||
"gitHead": "5c8d45772d786fa4ba59369dd26679353ab5482b" | ||
} |
2047947