node-opcua-nodeid
Advanced tools
Comparing version 2.0.0-alpha.9 to 2.0.0-alpha.10
@@ -5,3 +5,3 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "2.0.0-alpha.9", | ||
"version": "2.0.0-alpha.10", | ||
"description": "pure nodejs OPCUA SDK - module -nodeid", | ||
@@ -14,12 +14,12 @@ "scripts": { | ||
"dependencies": { | ||
"node-opcua-assert": "^2.0.0-alpha.9", | ||
"node-opcua-assert": "^2.0.0-alpha.10", | ||
"node-opcua-constants": "^2.0.0-alpha.9", | ||
"node-opcua-enum": "^2.0.0-alpha.9", | ||
"node-opcua-guid": "^2.0.0-alpha.9", | ||
"node-opcua-enum": "^2.0.0-alpha.10", | ||
"node-opcua-guid": "^2.0.0-alpha.10", | ||
"underscore": "^1.9.1" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-benchmarker": "^2.0.0-alpha.9", | ||
"node-opcua-benchmarker": "^2.0.0-alpha.10", | ||
"should": "13.2.3", | ||
"source-map-support": "^0.5.9" | ||
"source-map-support": "^0.5.10" | ||
}, | ||
@@ -41,3 +41,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "cd7120d1840593757f0f3c9e53be4e85883dc0e6" | ||
"gitHead": "a4fd47cebc405a37470fa015e98148ec212a8c29" | ||
} |
52663