@etothepii/satisfactory-file-parser
Advanced tools
Comparing version 0.1.22 to 0.1.24
@@ -72,3 +72,3 @@ "use strict"; | ||
const totalUncompressedSize = bufferArray.byteLength; | ||
const saveBody = new Uint8Array(bufferArray.byteLength + 4); | ||
const saveBody = new Uint8Array(bufferArray.byteLength + 8); | ||
saveBody.set(new Uint8Array(bufferArray), 4); | ||
@@ -75,0 +75,0 @@ const miniView = new DataView(saveBody.buffer); |
{ | ||
"name": "@etothepii/satisfactory-file-parser", | ||
"author": "etothepii", | ||
"version": "0.1.22", | ||
"version": "0.1.24", | ||
"description": "A file parser for satisfactory files. Includes save files and blueprint files.", | ||
@@ -6,0 +6,0 @@ "types": "./build/index.d.ts", |