Skip to content

Commit

Permalink
Merge pull request #196 from EpicGamesExt/UE5.5
Browse files Browse the repository at this point in the history
Bring master up to date with UE5.5
  • Loading branch information
lukehb authored Jul 11, 2024
2 parents f327db3 + 7b8cef4 commit 354677e
Show file tree
Hide file tree
Showing 9 changed files with 84 additions and 224 deletions.
136 changes: 57 additions & 79 deletions Frontend/library/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Frontend/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epicgames-ps/lib-pixelstreamingfrontend-ue5.5",
"version": "0.1.0",
"version": "0.1.3",
"description": "Frontend library for Unreal Engine 5.5 Pixel Streaming",
"main": "dist/lib-pixelstreamingfrontend.js",
"module": "dist/lib-pixelstreamingfrontend.esm.js",
Expand All @@ -9,14 +9,13 @@
"scripts": {
"compile": "tsc --build --clean && tsc",
"build": "webpack --config webpack.prod.js",
"build-all": "cd ../../Common && npm run build && cd ../Frontend/library && npm link ../../Common && webpack --config webpack.prod.js",
"build-dev": "cd ../../Common && npm run build && cd ../Frontend/library && npm link ../../Common && webpack --config webpack.dev.js",
"build-all": "cd ../../Common && npm install && npm run build && cd ../Frontend/library && npm link ../../Common && webpack --config webpack.prod.js",
"build-dev": "cd ../../Common && npm install && npm run build && cd ../Frontend/library && npm link ../../Common && webpack --config webpack.dev.js",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"test": "jest --detectOpenHandles --coverage=true",
"spellcheck": "cspell \"{README.md,.github/*.md,src/**/*.ts}\""
},
"devDependencies": {
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.0.14",
"@types/jest": "27.5.1",
"@types/webxr": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand All @@ -33,7 +32,8 @@
"webpack-cli": "^5.0.1"
},
"dependencies": {
"sdp": "^3.1.0"
"sdp": "^3.1.0",
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.0.14"
},
"repository": {
"type": "git",
Expand Down
14 changes: 7 additions & 7 deletions Frontend/ui-library/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Frontend/ui-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.5",
"version": "0.0.11",
"version": "0.1.0",
"description": "Reference frontend UI library for Unreal Engine 5.5 Pixel Streaming - gives the stock look and feel.",
"main": "dist/lib-pixelstreamingfrontend-ui.js",
"module": "dist/lib-pixelstreamingfrontend-ui.esm.js",
Expand All @@ -17,7 +17,7 @@
},
"devDependencies": {
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.0.14",
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.0.12",
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"cspell": "^4.1.0",
"eslint": "^8.11.0",
Expand All @@ -35,7 +35,7 @@
"jss-plugin-global": "^10.9.2"
},
"peerDependencies": {
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.0.12"
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.1.0"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 354677e

Please sign in to comment.