@d2runewizard/d2s 2.0.77 → 2.0.78

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 (2) hide show
  1. package/lib/d2/items.js +1 -1
  2. package/package.json +1 -1
package/lib/d2/items.js CHANGED
@@ -336,7 +336,7 @@ async function readItem(reader, version, originalConstants, config, parent) {
336
336
  }
337
337
  }
338
338
  if (item.type === "cjw") {
339
- reader.SkipBytes(5);
339
+ reader.SkipBytes(6);
340
340
  }
341
341
  //console.log(JSON.stringify(item));
342
342
  return item;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d2runewizard/d2s",
3
- "version": "2.0.77",
3
+ "version": "2.0.78",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",