@serenityjs/protocol 0.6.2-beta-20241124223701 → 0.6.2-beta-20241127041815

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.6.2-beta-20241124223701
3
+ ## 0.6.2-beta-20241127041815
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [`1e59642`](https://github.com/SerenityJS/serenity/commit/1e5964208aab0a356b1cb49ac8c6c40e2110d48f) Thanks [@PMK744](https://github.com/PMK744)! - init v0.6.2-beta
8
8
 
9
9
  - Updated dependencies [[`1e59642`](https://github.com/SerenityJS/serenity/commit/1e5964208aab0a356b1cb49ac8c6c40e2110d48f)]:
10
- - @serenityjs/raknet@0.6.2-beta-20241124223701
11
- - @serenityjs/nbt@0.6.2-beta-20241124223701
10
+ - @serenityjs/raknet@0.6.2-beta-20241127041815
11
+ - @serenityjs/nbt@0.6.2-beta-20241127041815
12
12
 
13
13
  ## 0.6.1
14
14
 
package/dist/index.d.mts CHANGED
@@ -5922,6 +5922,7 @@ declare class PlayerAuthInputPacket extends DataPacket {
5922
5922
  interactRotation: Vector2f;
5923
5923
  inputTick: bigint;
5924
5924
  positionDelta: Vector3f;
5925
+ inputTransaction: InputTransaction | null;
5925
5926
  itemStackRequest: PlayerAuthItemStackRequest | null;
5926
5927
  blockActions: PlayerBlockActions | null;
5927
5928
  predictedVehicle: ClientPredictedVehicle | null;
package/dist/index.d.ts CHANGED
@@ -5922,6 +5922,7 @@ declare class PlayerAuthInputPacket extends DataPacket {
5922
5922
  interactRotation: Vector2f;
5923
5923
  inputTick: bigint;
5924
5924
  positionDelta: Vector3f;
5925
+ inputTransaction: InputTransaction | null;
5925
5926
  itemStackRequest: PlayerAuthItemStackRequest | null;
5926
5927
  blockActions: PlayerBlockActions | null;
5927
5928
  predictedVehicle: ClientPredictedVehicle | null;