node-opcua-chunkmanager
Advanced tools
Comparing version 2.111.0 to 2.112.0
@@ -14,6 +14,6 @@ "use strict"; | ||
// MessageChunk sent over the ClientSecureChannelLayer. | ||
{ name: "sequenceNumber", fieldType: "UInt32" }, | ||
{ name: "SequenceNumber", fieldType: "UInt32" }, | ||
// An identifier assigned by the client to OPC UA request Message. All MessageChunks for | ||
// the request and the associated response use the same identifier. | ||
{ name: "requestId", fieldType: "UInt32" } | ||
{ name: "RequestId", fieldType: "UInt32" } | ||
], | ||
@@ -20,0 +20,0 @@ name: "SequenceHeader" |
{ | ||
"name": "node-opcua-chunkmanager", | ||
"version": "2.111.0", | ||
"version": "2.112.0", | ||
"description": "pure nodejs OPCUA SDK - module chunkmanager", | ||
@@ -18,3 +18,3 @@ "main": "./dist/index.js", | ||
"node-opcua-buffer-utils": "2.110.0", | ||
"node-opcua-factory": "2.111.0", | ||
"node-opcua-factory": "2.112.0", | ||
"node-opcua-packet-assembler": "2.110.0" | ||
@@ -43,3 +43,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "94a810c732583bdb401e29a5ac92662c7895caeb", | ||
"gitHead": "af1c21306612b11aa4265e9e6c094c91fe9beebb", | ||
"files": [ | ||
@@ -46,0 +46,0 @@ "dist", |
@@ -20,6 +20,6 @@ /*** | ||
// MessageChunk sent over the ClientSecureChannelLayer. | ||
{ name: "sequenceNumber", fieldType: "UInt32" }, | ||
{ name: "SequenceNumber", fieldType: "UInt32" }, | ||
// An identifier assigned by the client to OPC UA request Message. All MessageChunks for | ||
// the request and the associated response use the same identifier. | ||
{ name: "requestId", fieldType: "UInt32" } | ||
{ name: "RequestId", fieldType: "UInt32" } | ||
], | ||
@@ -26,0 +26,0 @@ name: "SequenceHeader" |
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
48409
19
767
+ Addednode-opcua-factory@2.112.0(transitive)
- Removednode-opcua-factory@2.111.0(transitive)
Updatednode-opcua-factory@2.112.0