node-opcua-guid
Advanced tools
Comparing version 2.120.0 to 2.128.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.normalizeGuid = exports.emptyGuid = exports.isValidGuid = void 0; | ||
exports.emptyGuid = void 0; | ||
exports.isValidGuid = isValidGuid; | ||
exports.normalizeGuid = normalizeGuid; | ||
/*** | ||
@@ -20,3 +22,2 @@ * @module node-opcua-guid | ||
} | ||
exports.isValidGuid = isValidGuid; | ||
// 1 2 3 | ||
@@ -28,3 +29,2 @@ // 012345678901234567890123456789012345 | ||
} | ||
exports.normalizeGuid = normalizeGuid; | ||
//# sourceMappingURL=guid.js.map |
@@ -5,3 +5,3 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "2.120.0", | ||
"version": "2.128.0", | ||
"description": "pure nodejs OPCUA SDK - module guid", | ||
@@ -14,5 +14,2 @@ "scripts": { | ||
}, | ||
"devDependencies": { | ||
"should": "^13.2.3" | ||
}, | ||
"author": "Etienne Rossignon", | ||
@@ -33,3 +30,3 @@ "license": "MIT", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "f4ae243bb61ba7af4c019a3cfe76dfc0f6427983", | ||
"gitHead": "67a73af6b831d8651a0e66ceb295f159cab4386b", | ||
"files": [ | ||
@@ -36,0 +33,0 @@ "dist", |
Sorry, the diff of this file is not supported yet
0
6762