minecraft-data 3.102.1 → 3.102.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.102.2
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.102.1
4
8
 
5
9
  * update `minecraft-data`
@@ -9535,7 +9535,7 @@
9535
9535
  },
9536
9536
  {
9537
9537
  "name": "version",
9538
- "type": "varint"
9538
+ "type": "string"
9539
9539
  }
9540
9540
  ]
9541
9541
  ],
@@ -1921,7 +1921,7 @@ packet_command_request:
1921
1921
  internal: bool
1922
1922
  # Specifies the version of the command to run, relative to the current Minecraft version. Should be set
1923
1923
  # to 52 as of 1.19.62
1924
- version: varint
1924
+ version: string
1925
1925
 
1926
1926
 
1927
1927
  # CommandBlockUpdate is sent by the client to update a command block at a specific position. The command
@@ -1,3 +1,6 @@
1
+ ## 3.102.2
2
+ * [Revert "bedrock: fix type for packet_command_request.version in 1.21.130 (#1127)" (#1133)](https://github.com/PrismarineJS/minecraft-data/commit/96cb35679d536f2811d765b2f3bbcb7dc2855ac4) (thanks @extremeheat)
3
+
1
4
  ## 3.102.1
2
5
  * [bedrock: fix type for packet_biome_definition_list in 1.21.111+ (#1129)](https://github.com/PrismarineJS/minecraft-data/commit/aa8c52f8f8e53f6340ad4ee222b50aa2f4ad525f) (thanks @mc-zuri)
3
6
  * [bedrock: fix type for packet_command_request.version in 1.21.130 (#1127)](https://github.com/PrismarineJS/minecraft-data/commit/cf5fbc5bf7638a334834e66c8fc3efaf14a56519) (thanks @mc-zuri)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.102.1",
3
+ "version": "3.102.2",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",