Skip to content

Commit

Permalink
Bumping versions of signalling and frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
mcottontensor committed May 3, 2024
1 parent 718a96f commit f4623ca
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions Frontend/library/package-lock.json

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

4 changes: 2 additions & 2 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.0.10",
"version": "0.0.11",
"description": "Frontend library for Unreal Engine 5.5 Pixel Streaming",
"main": "dist/lib-pixelstreamingfrontend.js",
"module": "dist/lib-pixelstreamingfrontend.esm.js",
Expand All @@ -16,7 +16,7 @@
"spellcheck": "cspell \"{README.md,.github/*.md,src/**/*.ts}\""
},
"devDependencies": {
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.0.12",
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.0.13",
"@types/jest": "27.5.1",
"@types/webxr": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down
12 changes: 6 additions & 6 deletions Signalling/package-lock.json

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

4 changes: 2 additions & 2 deletions Signalling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epicgames-ps/lib-pixelstreamingsignalling-ue5.5",
"version": "1.0.1",
"version": "1.0.2",
"description": "Basic signalling library for developers wishing to build applications that signal a Pixel Streaming application.",
"main": "build/commonjs/pixelstreamingsignalling.js",
"module": "build/esm/pixelstreamingsignalling.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.0.12",
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.0.13",
"commander": "^12.0.0",
"express": "^4.18.2",
"express-openapi": "^12.1.3",
Expand Down

0 comments on commit f4623ca

Please sign in to comment.