node-opcua-basic-types
Advanced tools
Comparing version 2.8.0 to 2.8.1
@@ -11,3 +11,3 @@ "use strict"; | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
} | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -14,0 +14,0 @@ /*** |
@@ -14,3 +14,3 @@ "use strict"; | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
} | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -17,0 +17,0 @@ __exportStar(require("./boolean"), exports); |
@@ -11,3 +11,3 @@ "use strict"; | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
} | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -14,0 +14,0 @@ /*** |
{ | ||
"name": "node-opcua-basic-types", | ||
"version": "2.8.0", | ||
"version": "2.8.1", | ||
"description": "pure nodejs OPCUA SDK - module -basic-types", | ||
@@ -15,10 +15,10 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "^2.6.1", | ||
"node-opcua-binary-stream": "^2.6.1", | ||
"node-opcua-buffer-utils": "^2.6.1", | ||
"node-opcua-date-time": "^2.6.1", | ||
"node-opcua-enum": "^2.8.0", | ||
"node-opcua-binary-stream": "^2.8.1", | ||
"node-opcua-buffer-utils": "^2.8.1", | ||
"node-opcua-date-time": "^2.8.1", | ||
"node-opcua-enum": "^2.8.1", | ||
"node-opcua-guid": "^2.6.1", | ||
"node-opcua-nodeid": "^2.8.0", | ||
"node-opcua-status-code": "^2.6.1", | ||
"node-opcua-utils": "^2.7.0", | ||
"node-opcua-nodeid": "^2.8.1", | ||
"node-opcua-status-code": "^2.8.1", | ||
"node-opcua-utils": "^2.8.1", | ||
"underscore": "^1.10.2" | ||
@@ -29,3 +29,3 @@ }, | ||
"@types/underscore": "^1.10.0", | ||
"node-opcua-debug": "^2.6.1", | ||
"node-opcua-debug": "^2.8.1", | ||
"should": "^13.2.3" | ||
@@ -48,3 +48,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "e3b0892d751900c13898ca82be84bbfe66997f0c" | ||
"gitHead": "5f7e0d03417093a186977090c0bc28d968382584" | ||
} |
103056
Updatednode-opcua-date-time@^2.8.1
Updatednode-opcua-enum@^2.8.1
Updatednode-opcua-nodeid@^2.8.1
Updatednode-opcua-utils@^2.8.1