diablo2-data
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -57,8 +57,9 @@ function keysToObject (keys) { | ||
unspecified: 0, | ||
inventory: 2, // TOP is size 10x5 (POD extension) | ||
inventory_bottom: 3, // bottom is size 10x4 | ||
inventory: 2, // 10x8 size | ||
inventory_bottom: 3, // bottom is size 10x1 (just last line ...) | ||
trader_offer: 4, | ||
for_trade: 6, | ||
cube: 8, | ||
stash: 0x0A, | ||
stash: 0x0A, // 10x8 | ||
stash_bottom: 0x0B, // 10x2 | ||
belt: 0x20, | ||
@@ -65,0 +66,0 @@ item: 0x40, |
@@ -0,1 +1,4 @@ | ||
## 1.5.0 | ||
* Add stash bottom item enum container | ||
## 1.4.0 | ||
@@ -2,0 +5,0 @@ * Implement inventory extension enum (pod only) |
{ | ||
"name": "diablo2-data", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Expose Diablo 2 data in NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2906068
732
0