@etothepii/satisfactory-file-parser 2.1.1 → 2.1.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
 
2
2
  # Changelog
3
+ ### [2.1.3] (2024-11-24)
4
+ #### Update README
5
+ * fixed link to auto-generated typedoc.
6
+
7
+ ### [2.1.2] (2024-11-24)
8
+ #### Update README
9
+ * fixed link to auto-generated typedoc.
10
+
3
11
  ### [2.1.1] (2024-11-24)
4
12
  #### Blueprint structure
5
13
  * Item costs and recipes in a blueprint are now correctly treated as ObjectReference, instead a single path string.
package/README.md CHANGED
@@ -227,7 +227,7 @@ const firstStack = inventoryStacks.values[0];
227
227
  // modify original save object
228
228
  modifyObjects(firstContainer);
229
229
  ```
230
- # [Auto-Generated TypeDoc Reference](https://rawcdn.githack.com/etothepii4/satisfactory-file-parser/blob/main/docs/index.html).
230
+ # [Auto-Generated TypeDoc Reference](https://raw.githack.com/etothepii4/satisfactory-file-parser/main/docs/index.html).
231
231
 
232
232
  # [Basic Guide](https://github.com/etothepii4/satisfactory-file-parser/blob/main/GUIDE.md).
233
233
  More detailed explanation of some basic things in the parser.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@etothepii/satisfactory-file-parser",
3
3
  "author": "etothepii",
4
- "version": "2.1.1",
4
+ "version": "2.1.3",
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",