node-opcua-nodeid
Advanced tools
Comparing version 0.1.0-alpha.3f56f9b5 to 0.1.0-alpha.4e442cf7
{ | ||
"name": "node-opcua-nodeid", | ||
"main": "./src/nodeid.js", | ||
"version": "0.1.0-alpha.3f56f9b5", | ||
"version": "0.1.0-alpha.4e442cf7", | ||
"description": "", | ||
@@ -10,10 +10,12 @@ "scripts": { | ||
"dependencies": { | ||
"node-opcua-constants": "^0.1.0-alpha.3f56f9b5", | ||
"node-opcua-enum": "^0.1.0-alpha.3f56f9b5", | ||
"node-opcua-guid": "^0.1.0-alpha.3f56f9b5" | ||
"node-opcua-assert": "^0.1.0-alpha.4e442cf7", | ||
"node-opcua-constants": "^0.1.0-alpha.4e442cf7", | ||
"node-opcua-enum": "^0.1.0-alpha.4e442cf7", | ||
"node-opcua-guid": "^0.1.0-alpha.4e442cf7", | ||
"underscore": "^1.8.3" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-benchmarker": "^0.1.0-alpha.3f56f9b5", | ||
"node-opcua-binary-stream": "^0.1.0-alpha.3f56f9b5" | ||
"node-opcua-benchmarker": "^0.1.0-alpha.4e442cf7", | ||
"should": "^13.0.1" | ||
} | ||
} |
@@ -8,3 +8,3 @@ "use strict"; | ||
var Enum = require("node-opcua-enum"); | ||
var assert = require("better-assert"); | ||
var assert = require("node-opcua-assert"); | ||
var isValidGuid = require("node-opcua-guid").isValidGuid; | ||
@@ -11,0 +11,0 @@ var emptyGuid = require("node-opcua-guid").emptyGuid; |
@@ -10,3 +10,3 @@ | ||
var should = require("should"); | ||
var assert = require("assert"); | ||
var assert = require("node-opcua-assert"); | ||
var Benchmarker = require("node-opcua-benchmarker").Benchmarker; | ||
@@ -283,18 +283,9 @@ | ||
.run({max_time: 0.1}); | ||
}) | ||
}); | ||
}); | ||
/* TODO restore this test*/ | ||
xdescribe("Type coercion at construction time", function () { | ||
it("should coerce a nodeId at construction ", function () { | ||
var bs = require("node-opcua-service-read"); | ||
var readValue = new bs.ReadValueId({nodeId: "i=2255", attributeId: 13}); | ||
readValue.nodeId.should.eql(makeNodeId(2255)); | ||
}); | ||
}); | ||
describe("testing resolveNodeId", function () { | ||
@@ -301,0 +292,0 @@ |
32614
5
781
+ Addedunderscore@^1.8.3
+ Addedunderscore@1.13.7(transitive)