@etothepii/satisfactory-file-parser 1.0.1 → 1.0.2

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.
Files changed (180) hide show
  1. package/README.md +3 -0
  2. package/docs/classes/AbstractBaseProperty.html +2 -2
  3. package/docs/classes/AbstractProperty.html +2 -2
  4. package/docs/classes/ArrayProperty.html +2 -2
  5. package/docs/classes/BasicProperty.html +2 -2
  6. package/docs/classes/BlueprintConfigReader.html +3 -3
  7. package/docs/classes/BlueprintConfigWriter.html +3 -3
  8. package/docs/classes/BlueprintReader.html +3 -3
  9. package/docs/classes/BlueprintWriter.html +3 -3
  10. package/docs/classes/BoolProperty.html +2 -2
  11. package/docs/classes/ByteProperty.html +2 -2
  12. package/docs/classes/CompressionLibraryError.html +2 -2
  13. package/docs/classes/CorruptSaveError.html +2 -2
  14. package/docs/classes/DoubleProperty.html +2 -2
  15. package/docs/classes/EnumProperty.html +2 -2
  16. package/docs/classes/FloatProperty.html +2 -2
  17. package/docs/classes/Int32Property.html +2 -2
  18. package/docs/classes/Int64Property.html +2 -2
  19. package/docs/classes/Int8Property.html +2 -2
  20. package/docs/classes/MapProperty.html +2 -2
  21. package/docs/classes/ObjectProperty.html +2 -2
  22. package/docs/classes/Parser.html +6 -6
  23. package/docs/classes/ParserError.html +2 -2
  24. package/docs/classes/ReadableStreamParser.html +2 -2
  25. package/docs/classes/SatisfactorySave.html +2 -2
  26. package/docs/classes/SaveComponent.html +2 -2
  27. package/docs/classes/SaveEntity.html +2 -2
  28. package/docs/classes/SaveReader.html +3 -3
  29. package/docs/classes/SaveStreamJsonStringifier.html +2 -2
  30. package/docs/classes/SaveStreamWriter.html +2 -2
  31. package/docs/classes/SaveWriter.html +3 -3
  32. package/docs/classes/SetProperty.html +2 -2
  33. package/docs/classes/StrProperty.html +2 -2
  34. package/docs/classes/StructProperty.html +2 -2
  35. package/docs/classes/TextProperty.html +2 -2
  36. package/docs/classes/TimeoutError.html +2 -2
  37. package/docs/classes/Uint32Property.html +2 -2
  38. package/docs/classes/Uint64Property.html +2 -2
  39. package/docs/classes/Uint8Property.html +2 -2
  40. package/docs/classes/UnimplementedError.html +2 -2
  41. package/docs/classes/UnsupportedVersionError.html +2 -2
  42. package/docs/functions/DynamicStructPropertyValue.read.html +1 -1
  43. package/docs/functions/DynamicStructPropertyValue.write.html +1 -1
  44. package/docs/functions/FICFrameRange.Parse.html +1 -1
  45. package/docs/functions/FICFrameRange.Serialize.html +1 -1
  46. package/docs/functions/GUID.read.html +1 -1
  47. package/docs/functions/GUID.write.html +1 -1
  48. package/docs/functions/GUIDInfo.read.html +1 -1
  49. package/docs/functions/GUIDInfo.write.html +1 -1
  50. package/docs/functions/Level.ReadAllObjectContents.html +1 -1
  51. package/docs/functions/Level.ReadAllObjectHeaders.html +1 -1
  52. package/docs/functions/Level.ReadLevel.html +1 -1
  53. package/docs/functions/Level.ReadNObjectContents.html +1 -1
  54. package/docs/functions/Level.ReadNObjectHeaders.html +1 -1
  55. package/docs/functions/Level.SerializeAllObjectContents.html +1 -1
  56. package/docs/functions/Level.SerializeAllObjectHeaders.html +1 -1
  57. package/docs/functions/Level.SerializeLevel.html +1 -1
  58. package/docs/functions/MD5Hash.read.html +1 -1
  59. package/docs/functions/MD5Hash.write.html +1 -1
  60. package/docs/functions/ObjectReference.read.html +1 -1
  61. package/docs/functions/ObjectReference.write.html +1 -1
  62. package/docs/functions/PropertiesList.ParseList.html +1 -1
  63. package/docs/functions/PropertiesList.ParseSingleProperty.html +1 -1
  64. package/docs/functions/PropertiesList.SerializeList.html +1 -1
  65. package/docs/functions/PropertiesList.SerializeSingleProperty.html +1 -1
  66. package/docs/functions/SoftObjectReference.read.html +1 -1
  67. package/docs/functions/SoftObjectReference.write.html +1 -1
  68. package/docs/functions/SpecialProperties.ParseClassSpecificSpecialProperties.html +1 -1
  69. package/docs/functions/SpecialProperties.SerializeClassSpecificSpecialProperties.html +1 -1
  70. package/docs/functions/Transform.Parse.html +1 -1
  71. package/docs/functions/Transform.ParseF.html +1 -1
  72. package/docs/functions/Transform.Serialize.html +1 -1
  73. package/docs/functions/Transform.SerializeF.html +1 -1
  74. package/docs/functions/col4.ParseBGRA.html +1 -1
  75. package/docs/functions/col4.ParseRGBA.html +1 -1
  76. package/docs/functions/col4.SerializeBGRA.html +1 -1
  77. package/docs/functions/col4.SerializeRGBA.html +1 -1
  78. package/docs/functions/isArrayProperty.html +1 -1
  79. package/docs/functions/isBoolProperty.html +1 -1
  80. package/docs/functions/isByteProperty.html +1 -1
  81. package/docs/functions/isDoubleProperty.html +1 -1
  82. package/docs/functions/isEnumProperty.html +1 -1
  83. package/docs/functions/isFloatProperty.html +1 -1
  84. package/docs/functions/isInt32Property.html +1 -1
  85. package/docs/functions/isInt64Property.html +1 -1
  86. package/docs/functions/isInt8Property.html +1 -1
  87. package/docs/functions/isMapProperty.html +1 -1
  88. package/docs/functions/isObjectProperty.html +1 -1
  89. package/docs/functions/isSaveComponent.html +1 -1
  90. package/docs/functions/isSaveEntity.html +1 -1
  91. package/docs/functions/isSetProperty.html +1 -1
  92. package/docs/functions/isStrProperty.html +1 -1
  93. package/docs/functions/isStructProperty.html +1 -1
  94. package/docs/functions/isTextProperty.html +1 -1
  95. package/docs/functions/isUInt64Property.html +1 -1
  96. package/docs/functions/isUint32Property.html +1 -1
  97. package/docs/functions/isUint8Property.html +1 -1
  98. package/docs/functions/vec2.Parse.html +1 -1
  99. package/docs/functions/vec2.ParseF.html +1 -1
  100. package/docs/functions/vec2.Serialize.html +1 -1
  101. package/docs/functions/vec2.SerializeF.html +1 -1
  102. package/docs/functions/vec3.Parse.html +1 -1
  103. package/docs/functions/vec3.ParseF.html +1 -1
  104. package/docs/functions/vec3.ParseInt.html +1 -1
  105. package/docs/functions/vec3.Serialize.html +1 -1
  106. package/docs/functions/vec3.SerializeF.html +1 -1
  107. package/docs/functions/vec3.SerializeInt.html +1 -1
  108. package/docs/functions/vec3.add.html +1 -1
  109. package/docs/functions/vec3.length.html +1 -1
  110. package/docs/functions/vec3.mult.html +1 -1
  111. package/docs/functions/vec3.norm.html +1 -1
  112. package/docs/functions/vec3.sub.html +1 -1
  113. package/docs/functions/vec4.Parse.html +1 -1
  114. package/docs/functions/vec4.ParseF.html +1 -1
  115. package/docs/functions/vec4.Serialize.html +1 -1
  116. package/docs/functions/vec4.SerializeF.html +1 -1
  117. package/docs/index.html +2 -2
  118. package/docs/interfaces/Blueprint.html +2 -2
  119. package/docs/interfaces/BlueprintConfig.html +2 -2
  120. package/docs/interfaces/ModData.html +2 -2
  121. package/docs/interfaces/SatisfactoryModMetadata.html +2 -2
  122. package/docs/interfaces/SatisfactorySaveHeader.html +2 -2
  123. package/docs/interfaces/SaveComponentHeader.html +2 -2
  124. package/docs/interfaces/SaveEntityHeader.html +2 -2
  125. package/docs/modules/DynamicStructPropertyValue.html +1 -1
  126. package/docs/modules/FICFrameRange.html +1 -1
  127. package/docs/modules/GUID.html +1 -1
  128. package/docs/modules/GUIDInfo.html +1 -1
  129. package/docs/modules/Level.html +1 -1
  130. package/docs/modules/MD5Hash.html +1 -1
  131. package/docs/modules/ObjectReference.html +1 -1
  132. package/docs/modules/PropertiesList.html +1 -1
  133. package/docs/modules/SoftObjectReference.html +1 -1
  134. package/docs/modules/SpecialProperties.html +1 -1
  135. package/docs/modules/Transform.html +1 -1
  136. package/docs/modules/col4.html +1 -1
  137. package/docs/modules/vec2.html +1 -1
  138. package/docs/modules/vec3.html +1 -1
  139. package/docs/modules/vec4.html +1 -1
  140. package/docs/types/ArrayPropertyStructValueFields.html +1 -1
  141. package/docs/types/BasicMultipleStructPropertyValue.html +1 -1
  142. package/docs/types/BasicStructPropertyValue.html +1 -1
  143. package/docs/types/BlueprintHeader.html +1 -1
  144. package/docs/types/BoxStructPropertyValue.html +1 -1
  145. package/docs/types/BuildableSubsystemSpecialProperties.html +1 -1
  146. package/docs/types/BuildableTypeInstance.html +1 -1
  147. package/docs/types/BytePropertyValue.html +1 -1
  148. package/docs/types/ClientIdentityInfo.html +1 -1
  149. package/docs/types/ConveyorChainActorSpecialProperties.html +1 -1
  150. package/docs/types/ConveyorChainSegmentSpecialProperties.html +1 -1
  151. package/docs/types/ConveyorItemSpecialProperties.html +1 -1
  152. package/docs/types/DynamicStructPropertyValue-1.html +1 -1
  153. package/docs/types/EmptySpecialProperties.html +1 -1
  154. package/docs/types/FICFrameRange-1.html +1 -1
  155. package/docs/types/FICFrameRangeStructPropertyValue.html +1 -1
  156. package/docs/types/GENERIC_MAP_KEY_TYPE.html +1 -1
  157. package/docs/types/GENERIC_MAP_VALUE_TYPE.html +1 -1
  158. package/docs/types/GENERIC_STRUCT_PROPERTY_VALUE.html +1 -1
  159. package/docs/types/GUID-1.html +1 -1
  160. package/docs/types/GUIDInfo-1.html +1 -1
  161. package/docs/types/InventoryItemStructPropertyValue.html +1 -1
  162. package/docs/types/Level-1.html +1 -1
  163. package/docs/types/MAP_STRUCT_KEY_PROXY.html +1 -1
  164. package/docs/types/MD5Hash-1.html +1 -1
  165. package/docs/types/ObjectReference-1.html +1 -1
  166. package/docs/types/PlayerSpecialProperties.html +1 -1
  167. package/docs/types/PowerLineSpecialProperties.html +1 -1
  168. package/docs/types/PropertiesMap.html +1 -1
  169. package/docs/types/RailroadTrackPositionStructPropertyValue.html +1 -1
  170. package/docs/types/RoughSaveVersion.html +1 -1
  171. package/docs/types/SoftObjectReference-1.html +1 -1
  172. package/docs/types/SpecialAnyProperties.html +1 -1
  173. package/docs/types/TextPropertyValue.html +1 -1
  174. package/docs/types/Transform-1.html +1 -1
  175. package/docs/types/col4-1.html +1 -1
  176. package/docs/types/vec2-1.html +1 -1
  177. package/docs/types/vec3-1.html +1 -1
  178. package/docs/types/vec4-1.html +1 -1
  179. package/docs/variables/EDIT.html +1 -1
  180. package/package.json +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@etothepii/satisfactory-file-parser",
3
3
  "author": "etothepii",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "description": "A file parser for satisfactory files. Includes save files and blueprint files.",
6
6
  "types": "./build/index.d.ts",
7
7
  "main": "./build/index.js",