node-opcua-service-write
Advanced tools
Comparing version 2.6.0-alpha.7 to 2.6.1
@@ -0,1 +1,4 @@ | ||
/** | ||
* @module node-opcua-service-write | ||
*/ | ||
export { WriteValue, WriteValueOptions, WriteRequest, WriteRequestOptions, WriteResponse } from "node-opcua-types"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* @module node-opcua-service-write | ||
*/ | ||
var node_opcua_types_1 = require("node-opcua-types"); | ||
@@ -4,0 +7,0 @@ Object.defineProperty(exports, "WriteValue", { enumerable: true, get: function () { return node_opcua_types_1.WriteValue; } }); |
{ | ||
"name": "node-opcua-service-write", | ||
"version": "2.6.0-alpha.7", | ||
"version": "2.6.1", | ||
"description": "pure nodejs OPCUA SDK - module -service-write", | ||
@@ -14,19 +14,19 @@ "scripts": { | ||
"dependencies": { | ||
"node-opcua-assert": "^2.6.0-alpha.1", | ||
"node-opcua-basic-types": "^2.6.0-alpha.1", | ||
"node-opcua-binary-stream": "^2.6.0-alpha.1", | ||
"node-opcua-data-value": "^2.6.0-alpha.7", | ||
"node-opcua-factory": "^2.6.0-alpha.7", | ||
"node-opcua-nodeid": "^2.6.0-alpha.1", | ||
"node-opcua-numeric-range": "^2.6.0-alpha.7", | ||
"node-opcua-service-secure-channel": "^2.6.0-alpha.7", | ||
"node-opcua-types": "^2.6.0-alpha.7", | ||
"node-opcua-assert": "^2.6.1", | ||
"node-opcua-basic-types": "^2.6.1", | ||
"node-opcua-binary-stream": "^2.6.1", | ||
"node-opcua-data-value": "^2.6.1", | ||
"node-opcua-factory": "^2.6.1", | ||
"node-opcua-nodeid": "^2.6.1", | ||
"node-opcua-numeric-range": "^2.6.1", | ||
"node-opcua-service-secure-channel": "^2.6.1", | ||
"node-opcua-types": "^2.6.1", | ||
"underscore": "^1.10.2" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-common": "^2.6.0-alpha.7", | ||
"node-opcua-data-model": "^2.6.0-alpha.7", | ||
"node-opcua-generator": "^2.6.0-alpha.7", | ||
"node-opcua-packet-analyzer": "^2.6.0-alpha.7", | ||
"node-opcua-variant": "^2.6.0-alpha.7", | ||
"node-opcua-common": "^2.6.1", | ||
"node-opcua-data-model": "^2.6.1", | ||
"node-opcua-generator": "^2.6.1", | ||
"node-opcua-packet-analyzer": "^2.6.1", | ||
"node-opcua-variant": "^2.6.1", | ||
"should": "^13.2.3" | ||
@@ -49,3 +49,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "6af0c6f183dcb96ddc5a2befc98851d0960c5fd0" | ||
"gitHead": "15f0c0f83232fc63310dc04fea187048c7a01e4b" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
23
0
3839
Updatednode-opcua-assert@^2.6.1
Updatednode-opcua-data-value@^2.6.1
Updatednode-opcua-factory@^2.6.1
Updatednode-opcua-nodeid@^2.6.1
Updatednode-opcua-types@^2.6.1