@serenityjs/protocol 0.7.1-beta-20250120172921 → 0.7.1-beta-20250121205549

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/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @serenityjs/protocol
2
2
 
3
- ## 0.7.1-beta-20250120172921
3
+ ## 0.7.1-beta-20250121205549
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [`659a067`](https://github.com/SerenityJS/serenity/commit/659a0679098fc7f1c13620cad3ff1135412bac06) Thanks [@PMK744](https://github.com/PMK744)! - init v0.7.1-beta
8
8
 
9
9
  - Updated dependencies [[`659a067`](https://github.com/SerenityJS/serenity/commit/659a0679098fc7f1c13620cad3ff1135412bac06)]:
10
- - @serenityjs/nbt@0.7.1-beta-20250120172921
11
- - @serenityjs/raknet@0.7.1-beta-20250120172921
10
+ - @serenityjs/nbt@0.7.1-beta-20250121205549
11
+ - @serenityjs/raknet@0.7.1-beta-20250121205549
12
12
 
13
13
  ## 0.7.0
14
14
 
package/dist/index.d.mts CHANGED
@@ -644,7 +644,8 @@ declare enum RespawnState {
644
644
  declare enum ModalFormType {
645
645
  Action = "form",
646
646
  Message = "modal",
647
- Modal = "custom_form"
647
+ Modal = "custom_form",
648
+ Dialogue = "dialogue"
648
649
  }
649
650
 
650
651
  declare enum UpdateBlockLayerType {
package/dist/index.d.ts CHANGED
@@ -644,7 +644,8 @@ declare enum RespawnState {
644
644
  declare enum ModalFormType {
645
645
  Action = "form",
646
646
  Message = "modal",
647
- Modal = "custom_form"
647
+ Modal = "custom_form",
648
+ Dialogue = "dialogue"
648
649
  }
649
650
 
650
651
  declare enum UpdateBlockLayerType {