node-opcua-service-translate-browse-path
Advanced tools
Comparing version 0.1.1-0 to 0.2.0
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.461Z | ||
// --------- This code has been automatically generated !!! 2018-01-23T21:10:25.945Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.477Z | ||
// --------- This code has been automatically generated !!! 2018-01-23T21:10:25.977Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.477Z | ||
// --------- This code has been automatically generated !!! 2018-01-23T21:10:25.962Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.461Z | ||
// --------- This code has been automatically generated !!! 2018-01-23T21:10:25.933Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.446Z | ||
// --------- This code has been automatically generated !!! 2018-01-23T21:10:25.902Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.508Z | ||
// --------- This code has been automatically generated !!! 2018-01-23T21:10:26.049Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.508Z | ||
// --------- This code has been automatically generated !!! 2018-01-23T21:10:26.057Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "node-opcua-service-translate-browse-path", | ||
"version": "0.1.1-0", | ||
"version": "0.2.0", | ||
"description": "pure nodejs OPCUA SDK - module -service-translate-browse-path", | ||
@@ -12,15 +12,15 @@ "scripts": { | ||
"dependencies": { | ||
"node-opcua-assert": "^0.1.1-0", | ||
"node-opcua-basic-types": "^0.1.1-0", | ||
"node-opcua-constants": "^0.1.1-0", | ||
"node-opcua-data-model": "^0.1.1-0", | ||
"node-opcua-factory": "^0.1.1-0", | ||
"node-opcua-nodeid": "^0.1.1-0", | ||
"node-opcua-service-secure-channel": "^0.1.1-0", | ||
"node-opcua-assert": "^0.2.0", | ||
"node-opcua-basic-types": "^0.2.0", | ||
"node-opcua-constants": "^0.2.0", | ||
"node-opcua-data-model": "^0.2.0", | ||
"node-opcua-factory": "^0.2.0", | ||
"node-opcua-nodeid": "^0.2.0", | ||
"node-opcua-service-secure-channel": "^0.2.0", | ||
"underscore": "^1.8.3" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-generator": "^0.1.1-0", | ||
"should": "13.2.0", | ||
"sinon": "^4.1.3" | ||
"node-opcua-generator": "^0.2.0", | ||
"should": "13.2.1", | ||
"sinon": "^4.2.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "author": "Etienne Rossignon", |
@@ -54,3 +54,14 @@ "use strict"; | ||
}); | ||
it("T3 should construct simple RelativePath for '<!HasSubtype>' ", function () { | ||
var relativePath = makeRelativePath("<!HasSubtype>"); | ||
relativePath.elements.length.should.eql(1); | ||
relativePath.elements[0].should.eql(new RelativePathElement({ | ||
referenceTypeId: resolveNodeId("HasSubtype"), | ||
isInverse: true, | ||
includeSubtypes: true, | ||
targetName: new QualifiedName({}) | ||
})); | ||
}); | ||
it("T4 should construct simple RelativePath for '<#HasChild>' ", function () { | ||
@@ -57,0 +68,0 @@ var relativePath = makeRelativePath("<#HasChild>"); |
67269
1402
+ Addednode-opcua-assert@0.2.0(transitive)
+ Addednode-opcua-basic-types@0.2.3(transitive)
+ Addednode-opcua-binary-stream@0.2.3(transitive)
+ Addednode-opcua-buffer-utils@0.2.0(transitive)
+ Addednode-opcua-constants@0.2.0(transitive)
+ Addednode-opcua-data-model@0.2.3(transitive)
+ Addednode-opcua-date-time@0.2.3(transitive)
+ Addednode-opcua-debug@0.2.2(transitive)
+ Addednode-opcua-enum@0.2.3(transitive)
+ Addednode-opcua-extension-object@0.2.3(transitive)
+ Addednode-opcua-factory@0.2.3(transitive)
+ Addednode-opcua-guid@0.2.0(transitive)
+ Addednode-opcua-nodeid@0.2.3(transitive)
+ Addednode-opcua-service-secure-channel@0.2.3(transitive)
+ Addednode-opcua-status-code@0.2.3(transitive)
+ Addednode-opcua-utils@0.2.3(transitive)
- Removednode-opcua-assert@0.1.1-0(transitive)
- Removednode-opcua-basic-types@0.1.1-0(transitive)
- Removednode-opcua-binary-stream@0.1.1-0(transitive)
- Removednode-opcua-buffer-utils@0.1.1-0(transitive)
- Removednode-opcua-constants@0.1.1-0(transitive)
- Removednode-opcua-data-model@0.1.1-0(transitive)
- Removednode-opcua-date-time@0.1.1-0(transitive)
- Removednode-opcua-debug@0.1.1-0(transitive)
- Removednode-opcua-enum@0.1.1-0(transitive)
- Removednode-opcua-extension-object@0.1.1-0(transitive)
- Removednode-opcua-factory@0.1.1-0(transitive)
- Removednode-opcua-guid@0.1.1-0(transitive)
- Removednode-opcua-nodeid@0.1.1-0(transitive)
- Removednode-opcua-service-secure-channel@0.1.1-0(transitive)
- Removednode-opcua-status-code@0.1.1-0(transitive)
- Removednode-opcua-utils@0.1.1-0(transitive)
Updatednode-opcua-assert@^0.2.0
Updatednode-opcua-constants@^0.2.0
Updatednode-opcua-data-model@^0.2.0
Updatednode-opcua-factory@^0.2.0
Updatednode-opcua-nodeid@^0.2.0