minecraft-data 3.25.1 → 3.25.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.25.2
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.25.1
4
8
 
5
9
  * update `minecraft-data`
@@ -5202,7 +5202,7 @@
5202
5202
  "type": "previousMessages"
5203
5203
  },
5204
5204
  {
5205
- "name": "lastMessage",
5205
+ "name": "lastRejectedMessage",
5206
5206
  "type": [
5207
5207
  "option",
5208
5208
  [
@@ -1,3 +1,6 @@
1
+ ## 3.25.2
2
+ * Rename chat_command field in 1.19.2 (#671)
3
+
1
4
  ## 3.25.1
2
5
 
3
6
  * Add 1.19.3 to protocolVersions (@frej4189)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.25.1",
3
+ "version": "3.25.2",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",