minecraft-data 3.59.1 → 3.59.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.
package/doc/history.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # History
2
2
 
3
+ ## 3.59.2
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.59.1
4
8
 
5
9
  * update `minecraft-data`
package/index.d.ts CHANGED
@@ -971,7 +971,7 @@ declare namespace MinecraftData {
971
971
  /** `1.13 - latest`
972
972
  * custom channel is an identifier starting in minecraft namespace */
973
973
  "customChannelIdentifier": boolean;
974
- /** `1.17 - 1.18.2`
974
+ /** `1.17 - latest`
975
975
  * dimensionData is available, providing an additional information about the current dimension */
976
976
  "dimensionDataIsAvailable": boolean;
977
977
  /** `1.19 - latest`
@@ -110,7 +110,7 @@
110
110
  {
111
111
  "name": "dimensionDataIsAvailable",
112
112
  "description": "dimensionData is available, providing an additional information about the current dimension",
113
- "versions": ["1.17", "1.18.2"]
113
+ "versions": ["1.17", "latest"]
114
114
  },
115
115
  {
116
116
  "name": "dimensionDataInCodec",
@@ -1,3 +1,6 @@
1
+ ## 3.59.2
2
+ * [Fix pc dimensionDataIsAvailable feature range](https://github.com/PrismarineJS/minecraft-data/commit/afd576f9b3cbedc4c2f7cbca1e849dc3760027b1) (thanks @extremeheat)
3
+
1
4
  ## 3.59.1
2
5
  * [Add pc feature `unifiedPlayerAndEntitySpawnPacket`](https://github.com/PrismarineJS/minecraft-data/commit/bd3c9757d0f9d40c797024ed09c3a5e99e815b77) (thanks @extremeheat)
3
6
  * [Add an unicity test for features. (#824)](https://github.com/PrismarineJS/minecraft-data/commit/587a1341c83ef4fc1cf3353d35b09435a11f8217) (thanks @rom1504)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.59.1",
3
+ "version": "3.59.2",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",