node-opcua-nodeid
Advanced tools
Comparing version 2.125.0 to 2.128.0
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
/** | ||
@@ -3,0 +2,0 @@ * @module node-opcua-nodeid |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.makeExpandedNodeId = exports.coerceExpandedNodeId = exports.ExpandedNodeId = void 0; | ||
exports.ExpandedNodeId = void 0; | ||
exports.coerceExpandedNodeId = coerceExpandedNodeId; | ||
exports.makeExpandedNodeId = makeExpandedNodeId; | ||
const nodeid_1 = require("./nodeid"); | ||
@@ -78,3 +80,2 @@ /** | ||
} | ||
exports.coerceExpandedNodeId = coerceExpandedNodeId; | ||
/** | ||
@@ -110,3 +111,2 @@ * @method makeExpandedNodeId | ||
} | ||
exports.makeExpandedNodeId = makeExpandedNodeId; | ||
//# sourceMappingURL=expanded_nodeid.js.map |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { Guid } from "node-opcua-guid"; | ||
@@ -3,0 +2,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.sameNodeId = exports.resolveNodeId = exports.makeNodeId = exports.coerceNodeId = exports.NodeId = exports.NodeIdType = void 0; | ||
exports.NodeId = exports.NodeIdType = void 0; | ||
exports.coerceNodeId = coerceNodeId; | ||
exports.makeNodeId = makeNodeId; | ||
exports.resolveNodeId = resolveNodeId; | ||
exports.sameNodeId = sameNodeId; | ||
/* eslint-disable complexity */ | ||
@@ -304,3 +308,2 @@ /** | ||
} | ||
exports.coerceNodeId = coerceNodeId; | ||
const regEx1 = /^(s|g|b|i|ns)=/; | ||
@@ -341,3 +344,2 @@ /** | ||
} | ||
exports.makeNodeId = makeNodeId; | ||
// reverse maps | ||
@@ -388,3 +390,2 @@ let _nodeIdToNameIndex = {}; | ||
} | ||
exports.resolveNodeId = resolveNodeId; | ||
NodeId.resolveNodeId = resolveNodeId; | ||
@@ -409,4 +410,3 @@ function sameNodeId(n1, n2) { | ||
} | ||
exports.sameNodeId = sameNodeId; | ||
NodeId.sameNodeId = sameNodeId; | ||
//# sourceMappingURL=nodeid.js.map |
@@ -5,3 +5,3 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "2.125.0", | ||
"version": "2.128.0", | ||
"description": "pure nodejs OPCUA SDK - module nodeid", | ||
@@ -17,8 +17,7 @@ "scripts": { | ||
"node-opcua-constants": "2.125.0", | ||
"node-opcua-guid": "2.120.0" | ||
"node-opcua-guid": "2.128.0" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-benchmarker": "2.125.0", | ||
"node-opcua-debug": "2.125.0", | ||
"should": "^13.2.3" | ||
"node-opcua-benchmarker": "2.128.0", | ||
"node-opcua-debug": "2.128.0" | ||
}, | ||
@@ -40,3 +39,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "a0e0a2f1045e6e402dd4619c625c90008f0617ed", | ||
"gitHead": "67a73af6b831d8651a0e66ceb295f159cab4386b", | ||
"files": [ | ||
@@ -43,0 +42,0 @@ "dist", |
Sorry, the diff of this file is not supported yet
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
2
65014
1324
+ Addednode-opcua-guid@2.128.0(transitive)
- Removednode-opcua-guid@2.120.0(transitive)
Updatednode-opcua-guid@2.128.0