Skip to content

Commit

Permalink
Bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehb committed Nov 22, 2024
1 parent 6addc8d commit 751fcf4
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epicgames-ps/lib-pixelstreamingcommon-ue5.5",
"version": "0.0.14",
"version": "0.1.0",
"description": "Common utilities library for Unreal Engine 5.5 Pixel Streaming",
"main": "build/commonjs/pixelstreamingcommon.js",
"module": "build/esm/pixelstreamingcommon.js",
Expand Down
2 changes: 1 addition & 1 deletion Common/src/Messages/signalling_messages.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.3
// @generated by protobuf-ts 2.9.4
// @generated from protobuf file "signalling_messages.proto" (syntax proto3)
// tslint:disable
import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
Expand Down
2 changes: 1 addition & 1 deletion Frontend/implementations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "file://../../library",
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
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.2.0",
"version": "0.3.0",
"description": "Frontend library for Unreal Engine 5.5 Pixel Streaming",
"main": "dist/commonjs/pixelstreamingfrontend.js",
"module": "dist/esm/pixelstreamingfrontend.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@types/webxr": "^0.5.1",
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.0.14",
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.1.0",
"sdp": "^3.1.0"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "0.2.0",
"description": "Reference frontend UI library for Unreal Engine 5.5 Pixel Streaming - gives the stock look and feel.",
"main": "dist/commonjs/pixelstreamingfrontend-ui.js",
"module": "dist/esm/pixelstreamingfrontend-ui.esm.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"jss-plugin-global": "^10.9.2"
},
"peerDependencies": {
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.2.0"
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.3.0"
},
"repository": {
"type": "git",
Expand Down
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": "2.0.0",
"version": "2.1.0",
"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 @@ -33,7 +33,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.0.14",
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.1.0",
"commander": "^12.0.0",
"express": "^4.18.2",
"express-openapi": "^12.1.3",
Expand Down
4 changes: 2 additions & 2 deletions SignallingWebServer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epicgames-ps/wilbur",
"version": "2.0.1",
"version": "2.1.0",
"description": "A basic signalling server application for Unreal Engine's Pixel Streaming applications.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@epicgames-ps/lib-pixelstreamingsignalling-ue5.5": "^2.0.0",
"@epicgames-ps/lib-pixelstreamingsignalling-ue5.5": "^2.1.0",
"commander": "^12.0.0",
"express": "^4.21.1",
"express-openapi": "^12.1.3",
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

0 comments on commit 751fcf4

Please sign in to comment.