Skip to content

Commit

Permalink
Bumping and syncing npm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcottontensor committed Jun 28, 2024
1 parent 5d28bad commit 1a29388
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 19 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.13",
"version": "0.0.14",
"description": "Common utilities library for Unreal Engine 5.5 Pixel Streaming",
"main": "build/commonjs/pixelstreamingcommon.js",
"module": "build/esm/pixelstreamingcommon.js",
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.0.11",
"version": "0.0.12",
"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.13",
"@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 Down
8 changes: 4 additions & 4 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.10",
"version": "0.0.11",
"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 @@ -16,8 +16,8 @@
"spellcheck": "cspell \"{README.md,.github/*.md,src/**/*.ts}\""
},
"devDependencies": {
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.0.13",
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.0.11",
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.0.14",
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.0.12",
"@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.11"
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.0.12"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions SS_Test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ss_test",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "test.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.0.8",
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.0.14",
"@protobuf-ts/plugin": "^2.9.3",
"ws": "^8.17.1"
},
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": "1.0.2",
"version": "1.0.3",
"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.13",
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.0.14",
"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": "1.0.3",
"version": "1.0.4",
"description": "A basic signalling server application for Unreal Engine's Pixel Streaming applications.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@epicgames-ps/lib-pixelstreamingsignalling-ue5.5": "^1.0.2",
"@epicgames-ps/lib-pixelstreamingsignalling-ue5.5": "^1.0.3",
"commander": "^12.0.0",
"express": "^4.18.2",
"express-openapi": "^12.1.3",
Expand Down
6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

0 comments on commit 1a29388

Please sign in to comment.