node-pkware 4.0.0-alpha.8 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.d.ts CHANGED
@@ -7,18 +7,6 @@ export type Config = {
7
7
  * @default false
8
8
  */
9
9
  verbose?: boolean;
10
- /**
11
- * The starting size of the input buffer, may expand later as needed.
12
- * Not having to expand may have positive performance impact.
13
- * @default 0
14
- */
15
- inputBufferSize?: number;
16
- /**
17
- * The starting size of the output buffer, may expand later as needed.
18
- * Not having to expand may have positive performance impact.
19
- * @default 0
20
- */
21
- outputBufferSize?: number;
22
10
  };
23
11
  export type Stats = {
24
12
  chunkCounter: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-pkware",
3
- "version": "4.0.0-alpha.8",
3
+ "version": "4.0.0",
4
4
  "description": "nodejs implementation of StormLib's pkware compressor/de-compressor",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",