Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit eb5313b

Browse files
Merge branch 'UE5.3' into master
Signed-off-by: mcottontensor <[email protected]>
2 parents 9fd9c06 + 8b25630 commit eb5313b

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

Frontend/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epicgames-ps/lib-pixelstreamingfrontend-ue5.3",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "Frontend library for Unreal Engine 5.3 Pixel Streaming",
55
"main": "dist/lib-pixelstreamingfrontend.js",
66
"module": "dist/lib-pixelstreamingfrontend.esm.js",

Frontend/ui-library/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.3",
3-
"version": "0.0.1",
3+
"version": "0.0.4",
44
"description": "Reference frontend UI library for Unreal Engine 5.3 Pixel Streaming - gives the stock look and feel.",
55
"main": "dist/lib-pixelstreamingfrontend-ui.js",
66
"module": "dist/lib-pixelstreamingfrontend-ui.esm.js",
@@ -16,7 +16,7 @@
1616
"spellcheck": "cspell \"{README.md,.github/*.md,src/**/*.ts}\""
1717
},
1818
"devDependencies": {
19-
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.3": "^0.0.1",
19+
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.3": "^0.0.3",
2020
"@typescript-eslint/eslint-plugin": "^5.16.0",
2121
"@typescript-eslint/parser": "^5.16.0",
2222
"cspell": "^4.1.0",
@@ -34,7 +34,7 @@
3434
"jss-plugin-global": "^10.9.2"
3535
},
3636
"peerDependencies": {
37-
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.3": "^0.0.1"
37+
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.3": "^0.0.3"
3838
},
3939
"repository": {
4040
"type": "git",

RELEASE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1
1+
0.0.4

SignallingWebServer/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# Use the current Long Term Support (LTS) version of Node.js
22
FROM node:lts
3-
43
# Copy the signalling server and frontend source code from the build context
54
COPY /SignallingWebServer /SignallingWebServer
65
COPY /Frontend /Frontend
7-
86
# Install the dependencies for the signalling server and build the frontend
97
RUN SignallingWebServer/platform_scripts/bash/setup.sh --build
10-
118
# Expose TCP ports 80 and 443 for player WebSocket connections and web server HTTP(S) access
129
EXPOSE 80
1310
EXPOSE 443
@@ -30,4 +27,4 @@ EXPOSE 3478
3027
EXPOSE 3479
3128

3229
# Set the signalling server as the container's entrypoint
33-
ENTRYPOINT ["/usr/local/bin/node", "/SignallingWebServer/cirrus.js"]
30+
ENTRYPOINT ["/usr/local/bin/node", "/SignallingWebServer/cirrus.js"]

SignallingWebServer/platform_scripts/bash/docker-build-cirrus.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ pushd "${BASH_LOCATION}" > /dev/null
77
# When run from SignallingWebServer/platform_scripts/bash, this uses the SignallingWebServer directory
88
# as the build context so the Cirrus files can be successfully copied into the container image
99
docker build --network=host -t 'cirrus-webserver:latest' -f "${BASH_LOCATION}/../../Dockerfile" "${BASH_LOCATION}/../../.."
10-

0 commit comments

Comments
 (0)