node-opcua-nodeid
Advanced tools
Comparing version 2.86.0 to 2.88.0
@@ -41,5 +41,2 @@ "use strict"; | ||
class ExpandedNodeId extends nodeid_1.NodeId { | ||
static fromNodeId(nodeId, namespaceUri, serverIndex) { | ||
return new ExpandedNodeId(nodeId.identifierType, nodeId.value, nodeId.namespace, namespaceUri, serverIndex); | ||
} | ||
constructor(identifierType, value, namespace, namespaceUri, serverIndex) { | ||
@@ -50,2 +47,5 @@ super(identifierType, value, namespace); | ||
} | ||
static fromNodeId(nodeId, namespaceUri, serverIndex) { | ||
return new ExpandedNodeId(nodeId.identifierType, nodeId.value, nodeId.namespace, namespaceUri, serverIndex); | ||
} | ||
/** | ||
@@ -52,0 +52,0 @@ * @method toString |
@@ -88,3 +88,3 @@ /// <reference types="node" /> | ||
} | ||
export type NodeIdLike = string | NodeId | number; | ||
export declare type NodeIdLike = string | NodeId | number; | ||
/** | ||
@@ -91,0 +91,0 @@ * Convert a value into a nodeId: |
@@ -65,3 +65,2 @@ "use strict"; | ||
class NodeId { | ||
; | ||
/** | ||
@@ -91,2 +90,3 @@ * @param identifierType - the nodeID type | ||
} | ||
; | ||
/** | ||
@@ -93,0 +93,0 @@ * get the string representation of the nodeID. |
@@ -5,3 +5,3 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "2.86.0", | ||
"version": "2.88.0", | ||
"description": "pure nodejs OPCUA SDK - module -nodeid", | ||
@@ -15,9 +15,9 @@ "scripts": { | ||
"dependencies": { | ||
"node-opcua-assert": "2.77.0", | ||
"node-opcua-constants": "2.77.0", | ||
"node-opcua-guid": "2.81.0" | ||
"node-opcua-assert": "2.88.0", | ||
"node-opcua-constants": "2.88.0", | ||
"node-opcua-guid": "2.88.0" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-benchmarker": "2.86.0", | ||
"node-opcua-debug": "2.86.0", | ||
"node-opcua-benchmarker": "2.88.0", | ||
"node-opcua-debug": "2.88.0", | ||
"should": "^13.2.3" | ||
@@ -40,3 +40,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "36afc46fe2c91aa5664a8c5418f4db5a354670c3" | ||
"gitHead": "0c20078b474f36855b799557f8fe931dbe20c2ca" | ||
} |
Sorry, the diff of this file is not supported yet
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
58965
+ Addednode-opcua-assert@2.88.0(transitive)
+ Addednode-opcua-constants@2.88.0(transitive)
+ Addednode-opcua-guid@2.88.0(transitive)
- Removednode-opcua-assert@2.77.0(transitive)
- Removednode-opcua-constants@2.77.0(transitive)
- Removednode-opcua-guid@2.81.0(transitive)
Updatednode-opcua-assert@2.88.0
Updatednode-opcua-constants@2.88.0
Updatednode-opcua-guid@2.88.0