minecraft-data
Advanced tools
Comparing version 0.20.1 to 0.20.2
@@ -0,1 +1,4 @@ | ||
## 0.20.2 | ||
* update minecraft-data : a fix in the key of 1.7 protocol | ||
## 0.20.1 | ||
@@ -2,0 +5,0 @@ * fix release |
@@ -229,3 +229,3 @@ { | ||
{ | ||
"countType": "varint" | ||
"countType": "short" | ||
} | ||
@@ -239,3 +239,3 @@ ] | ||
{ | ||
"countType": "varint" | ||
"countType": "short" | ||
} | ||
@@ -278,3 +278,3 @@ ] | ||
{ | ||
"countType": "varint" | ||
"countType": "short" | ||
} | ||
@@ -288,3 +288,3 @@ ] | ||
{ | ||
"countType": "varint" | ||
"countType": "short" | ||
} | ||
@@ -291,0 +291,0 @@ ] |
@@ -8,3 +8,3 @@ # minecraft-data | ||
Support minecraft 1.7 (partial), 1.8 and 1.9. | ||
Support minecraft 1.7, 1.8 and 1.9. | ||
@@ -11,0 +11,0 @@ ## Wrappers |
{ | ||
"name": "minecraft-data", | ||
"version": "0.20.1", | ||
"version": "0.20.2", | ||
"description": "Provide easy access to minecraft data in node.js", | ||
@@ -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
1567595
0