minecraft-data 3.49.0 → 3.49.1

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.49.1
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.49.0
4
8
 
5
9
  * update `minecraft-data`
@@ -3316,7 +3316,7 @@
3316
3316
  "type": "previousMessages"
3317
3317
  },
3318
3318
  {
3319
- "name": "unsignedContent",
3319
+ "name": "unsignedChatContent",
3320
3320
  "type": [
3321
3321
  "option",
3322
3322
  "string"
@@ -1,4 +1,44 @@
1
1
  [
2
+ {
3
+ "minecraftVersion": "1.20.3-rc1",
4
+ "version": 1073741992,
5
+ "dataVersion": 3697,
6
+ "usesNetty": true,
7
+ "majorVersion": "1.20",
8
+ "releaseType": "snapshot"
9
+ },
10
+ {
11
+ "minecraftVersion": "1.20.3-pre4",
12
+ "version": 1073741991,
13
+ "dataVersion": 3696,
14
+ "usesNetty": true,
15
+ "majorVersion": "1.20",
16
+ "releaseType": "snapshot"
17
+ },
18
+ {
19
+ "minecraftVersion": "1.20.3-pre3",
20
+ "version": 1073741990,
21
+ "dataVersion": 3695,
22
+ "usesNetty": true,
23
+ "majorVersion": "1.20",
24
+ "releaseType": "snapshot"
25
+ },
26
+ {
27
+ "minecraftVersion": "1.20.3-pre2",
28
+ "version": 1073741989,
29
+ "dataVersion": 3694,
30
+ "usesNetty": true,
31
+ "majorVersion": "1.20",
32
+ "releaseType": "snapshot"
33
+ },
34
+ {
35
+ "minecraftVersion": "1.20.3-pre1",
36
+ "version": 1073741988,
37
+ "dataVersion": 3693,
38
+ "usesNetty": true,
39
+ "majorVersion": "1.20",
40
+ "releaseType": "snapshot"
41
+ },
2
42
  {
3
43
  "minecraftVersion": "23w46a",
4
44
  "version": 1073741987,
@@ -1,3 +1,7 @@
1
+ ## 3.49.1
2
+ * Fix pc protocol web doc by removing stable-json-stringify
3
+ * [Fixed inconsistency with 'unsignedChatContent' in 'player_chat' packet (#795)](https://github.com/PrismarineJS/minecraft-data/commit/6fc1bb638fb04afefab4ddfa7e736f3727a23004) (thanks @Ynfuien)
4
+
1
5
  ## 3.49.0
2
6
  * [Add hasConfigurationState to features.json (#790)](https://github.com/PrismarineJS/minecraft-data/commit/4d190951873034034dfe9d7c7fb3d0475e24c33b) (thanks @wgaylord)
3
7
  * [Fix spelling issue and 1 packet field order change. (#793)](https://github.com/PrismarineJS/minecraft-data/commit/5a4d0a0834791b5b725923ac33c3532455539579) (thanks @wgaylord)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.49.0",
3
+ "version": "3.49.1",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",