diff --git a/Frontend/ui-library/package-lock.json b/Frontend/ui-library/package-lock.json index 92b20738..e4a22f86 100644 --- a/Frontend/ui-library/package-lock.json +++ b/Frontend/ui-library/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.3", + "name": "@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.4", "version": "0.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.3", + "name": "@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.4", "version": "0.0.1", "license": "MIT", "dependencies": { @@ -14,7 +14,7 @@ "jss-plugin-global": "^10.9.2" }, "devDependencies": { - "@epicgames-ps/lib-pixelstreamingfrontend-ue5.3": "^0.0.1", + "@epicgames-ps/lib-pixelstreamingfrontend-ue5.4": "^0.0.1", "@typescript-eslint/eslint-plugin": "^5.16.0", "@typescript-eslint/parser": "^5.16.0", "cspell": "^4.1.0", @@ -27,7 +27,7 @@ "webpack-cli": "^5.0.1" }, "peerDependencies": { - "@epicgames-ps/lib-pixelstreamingfrontend-ue5.3": "^0.0.1" + "@epicgames-ps/lib-pixelstreamingfrontend-ue5.4": "^0.0.1" } }, "node_modules/@babel/runtime": { @@ -248,10 +248,10 @@ "node": ">=10.0.0" } }, - "node_modules/@epicgames-ps/lib-pixelstreamingfrontend-ue5.3": { + "node_modules/@epicgames-ps/lib-pixelstreamingfrontend-ue5.4": { "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@epicgames-ps/lib-pixelstreamingfrontend-ue5.3/-/lib-pixelstreamingfrontend-ue5.3-0.0.1.tgz", - "integrity": "sha512-Y3bXHTqHAE93epaj7FPQwVbwypFVH0RqOaGUZLNcWIRi2/mXmcWbTCvPLxhcL2/D9ezEVAR+Lb8OJMLL8qyfPQ==", + "resolved": "https://registry.npmjs.org/@epicgames-ps/lib-pixelstreamingfrontend-ue5.4/-/lib-pixelstreamingfrontend-ue5.4-0.0.1.tgz", + "integrity": "sha512-zlQupJOcnRGAE4SjfFH1lh0DK4KXOanXOGVo1h64CBWpfj8QBgUz1CWXYgG/X8V8p+ZDfkzz30LNqKtwII3krA==", "dev": true, "dependencies": { "sdp": "^3.1.0" @@ -3798,10 +3798,10 @@ "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", "dev": true }, - "@epicgames-ps/lib-pixelstreamingfrontend-ue5.3": { + "@epicgames-ps/lib-pixelstreamingfrontend-ue5.4": { "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@epicgames-ps/lib-pixelstreamingfrontend-ue5.3/-/lib-pixelstreamingfrontend-ue5.3-0.0.1.tgz", - "integrity": "sha512-Y3bXHTqHAE93epaj7FPQwVbwypFVH0RqOaGUZLNcWIRi2/mXmcWbTCvPLxhcL2/D9ezEVAR+Lb8OJMLL8qyfPQ==", + "resolved": "https://registry.npmjs.org/@epicgames-ps/lib-pixelstreamingfrontend-ue5.4/-/lib-pixelstreamingfrontend-ue5.4-0.0.1.tgz", + "integrity": "sha512-zlQupJOcnRGAE4SjfFH1lh0DK4KXOanXOGVo1h64CBWpfj8QBgUz1CWXYgG/X8V8p+ZDfkzz30LNqKtwII3krA==", "dev": true, "requires": { "sdp": "^3.1.0" diff --git a/Frontend/ui-library/src/Application/Application.ts b/Frontend/ui-library/src/Application/Application.ts index 9db50bc8..8ef496f5 100644 --- a/Frontend/ui-library/src/Application/Application.ts +++ b/Frontend/ui-library/src/Application/Application.ts @@ -33,7 +33,7 @@ import { import { FullScreenIconBase, FullScreenIconExternal } from '../UI/FullscreenIcon'; import { DataChannelLatencyTestResult -} from "@epicgames-ps/lib-pixelstreamingfrontend-ue5.3/types/DataChannel/DataChannelLatencyTestResults"; +} from "@epicgames-ps/lib-pixelstreamingfrontend-ue5.4/types/DataChannel/DataChannelLatencyTestResults"; /** diff --git a/Frontend/ui-library/src/UI/DataChannelLatencyTest.ts b/Frontend/ui-library/src/UI/DataChannelLatencyTest.ts index c4d124ec..d7bcb7f4 100644 --- a/Frontend/ui-library/src/UI/DataChannelLatencyTest.ts +++ b/Frontend/ui-library/src/UI/DataChannelLatencyTest.ts @@ -1,9 +1,9 @@ // Copyright Epic Games, Inc. All Rights Reserved. -import { Logger } from '@epicgames-ps/lib-pixelstreamingfrontend-ue5.3'; +import { Logger } from '@epicgames-ps/lib-pixelstreamingfrontend-ue5.4'; import { DataChannelLatencyTestResult -} from "@epicgames-ps/lib-pixelstreamingfrontend-ue5.3/types/DataChannel/DataChannelLatencyTestResults"; +} from "@epicgames-ps/lib-pixelstreamingfrontend-ue5.4/types/DataChannel/DataChannelLatencyTestResults"; /** * DataChannel Latency test UI elements and results handling. diff --git a/Frontend/ui-library/src/UI/StatsPanel.ts b/Frontend/ui-library/src/UI/StatsPanel.ts index e7009478..ee364c4e 100644 --- a/Frontend/ui-library/src/UI/StatsPanel.ts +++ b/Frontend/ui-library/src/UI/StatsPanel.ts @@ -5,7 +5,7 @@ import { InitialSettings, Logger, PixelStreaming } from '@epicgames-ps/lib-pixel import { AggregatedStats } from '@epicgames-ps/lib-pixelstreamingfrontend-ue5.4'; import { MathUtils } from '../Util/MathUtils'; import {DataChannelLatencyTest} from "./DataChannelLatencyTest"; -import {PixelStreamingSettings} from "@epicgames-ps/lib-pixelstreamingfrontend-ue5.3/types/DataChannel/InitialSettings"; +import {PixelStreamingSettings} from "@epicgames-ps/lib-pixelstreamingfrontend-ue5.4/types/DataChannel/InitialSettings"; /** * A stat structure, an id, the stat string, and the element where it is rendered.