Skip to content

lib-pixelstreamingsignalling-ue5.7-0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Dec 06:40
· 3 commits to master since this release
51259ee

@epicgames-ps/lib-pixelstreamingsignalling-ue5.6

0.2.1

Patch Changes

  • 812a419: - Addressing security issues raised by dependabot. (glob, js-yaml, playwright)
    • Added lint npm script to the root project. Running npm run lint will now run linting over all packages.
  • Updated dependencies [812a419]

0.2.0

Minor Changes

  • 05bebea: Add: Ability to access player id on the frontend.
    QoL: Remove player id stripping from the signalling library.

    It is useful to be able to use the player id as a unique identifier that is common between UE side stats and frontend side stats; however, the player id is not actually exposed to TS/JS because the SS strips it out of signalling messages.

    This change is a backport of "Exposed playerid" (#728)