@etothepii/satisfactory-file-parser
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -937,3 +937,3 @@ "use strict"; | ||
const property = DataFields_1.DataFields.ParseProperty(reader, buildVersion, propertyName); | ||
data.properties[propertyName] = property; | ||
data.properties.push(property); | ||
propertyName = reader.readString(); | ||
@@ -940,0 +940,0 @@ } |
{ | ||
"name": "@etothepii/satisfactory-file-parser", | ||
"author": "etothepii", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "A file parser for satisfactory files. Includes save files and blueprint files.", | ||
@@ -6,0 +6,0 @@ "types": "./build/index.d.ts", |
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
226944