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

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-20241127041815
3
+ ## 0.6.2-beta-20241127063553
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-20241127041815
11
- - @serenityjs/nbt@0.6.2-beta-20241127041815
10
+ - @serenityjs/raknet@0.6.2-beta-20241127063553
11
+ - @serenityjs/nbt@0.6.2-beta-20241127063553
12
12
 
13
13
  ## 0.6.1
14
14
 
package/dist/index.d.mts CHANGED
@@ -5922,7 +5922,6 @@ declare class PlayerAuthInputPacket extends DataPacket {
5922
5922
  interactRotation: Vector2f;
5923
5923
  inputTick: bigint;
5924
5924
  positionDelta: Vector3f;
5925
- inputTransaction: InputTransaction | null;
5926
5925
  itemStackRequest: PlayerAuthItemStackRequest | null;
5927
5926
  blockActions: PlayerBlockActions | null;
5928
5927
  predictedVehicle: ClientPredictedVehicle | null;
package/dist/index.d.ts CHANGED
@@ -5922,7 +5922,6 @@ declare class PlayerAuthInputPacket extends DataPacket {
5922
5922
  interactRotation: Vector2f;
5923
5923
  inputTick: bigint;
5924
5924
  positionDelta: Vector3f;
5925
- inputTransaction: InputTransaction | null;
5926
5925
  itemStackRequest: PlayerAuthItemStackRequest | null;
5927
5926
  blockActions: PlayerBlockActions | null;
5928
5927
  predictedVehicle: ClientPredictedVehicle | null;