node-opcua-binary-stream
Advanced tools
Comparing version 2.88.0 to 2.89.0
@@ -410,3 +410,3 @@ "use strict"; | ||
BinaryStream.maxByteStringLength = 16 * 1024 * 1024; | ||
BinaryStream.maxStringLength = 16 * 1024; | ||
BinaryStream.maxStringLength = 16 * 1024 * 1024; | ||
/** | ||
@@ -413,0 +413,0 @@ * @function calculateByteLength |
@@ -6,4 +6,4 @@ /** | ||
import { BinaryStreamSizeCalculator } from "./binaryStreamSizeCalculator"; | ||
export declare type OutputBinaryStream = BinaryStream | BinaryStreamSizeCalculator; | ||
export type OutputBinaryStream = BinaryStream | BinaryStreamSizeCalculator; | ||
export * from "./binaryStream"; | ||
export * from "./binaryStreamSizeCalculator"; |
{ | ||
"name": "node-opcua-binary-stream", | ||
"version": "2.88.0", | ||
"version": "2.89.0", | ||
"description": "pure nodejs OPCUA SDK - module -binary-stream", | ||
@@ -36,3 +36,3 @@ "main": "./dist/index.js", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "0c20078b474f36855b799557f8fe931dbe20c2ca" | ||
"gitHead": "93d5502a1b71afbb5e5fa56846615c412b63cc1b" | ||
} |
@@ -43,3 +43,3 @@ /** | ||
public static maxByteStringLength = 16 * 1024 * 1024; | ||
public static maxStringLength = 16 * 1024; | ||
public static maxStringLength = 16 * 1024 * 1024; | ||
/** | ||
@@ -46,0 +46,0 @@ * the current position inside the buffer |
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
55675