@etothepii/satisfactory-file-parser
Advanced tools
Comparing version 0.1.15 to 0.1.16
@@ -61,3 +61,3 @@ "use strict"; | ||
if (this.compressionInfo.packageFileTag <= 0) { | ||
this.compressionInfo.packageFileTag = chunkHeader.getInt32(0, this.alignment === alignment_enum_1.Alignment.LITTLE_ENDIAN); | ||
this.compressionInfo.packageFileTag = chunkHeader.getUint32(0, this.alignment === alignment_enum_1.Alignment.LITTLE_ENDIAN); | ||
} | ||
@@ -64,0 +64,0 @@ if (this.compressionInfo.maxChunkContentSize <= 0) { |
@@ -123,3 +123,3 @@ "use strict"; | ||
if (this.compressionInfo.packageFileTag <= 0) { | ||
this.compressionInfo.packageFileTag = chunkHeader.getInt32(0, this.alignment === alignment_enum_1.Alignment.LITTLE_ENDIAN); | ||
this.compressionInfo.packageFileTag = chunkHeader.getUint32(0, this.alignment === alignment_enum_1.Alignment.LITTLE_ENDIAN); | ||
} | ||
@@ -126,0 +126,0 @@ if (this.compressionInfo.maxChunkContentSize <= 0) { |
{ | ||
"name": "@etothepii/satisfactory-file-parser", | ||
"author": "etothepii", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "A file parser for satisfactory files. Includes save files and blueprint files.", | ||
@@ -6,0 +6,0 @@ "types": "./build/index.d.ts", |
@@ -22,3 +22,3 @@ # Satisfactory File Parser | ||
| U6 + U7 | ✅ 0.0.1 - 0.0.34 | | ||
| U8 | ⚠️ >= 0.1.15 (readig for both saves and blueprints, writing only for blueprints) | | ||
| U8 | ⚠️ >= 0.1.16 (readig for both saves and blueprints, writing only for blueprints) | | ||
@@ -25,0 +25,0 @@ |
230344