Skip to content

Commit

Permalink
Added lib-pixelstreamingcommon-ue5.5 as a dependency of lib-pixelstre…
Browse files Browse the repository at this point in the history
…amingfrontend-ue5.5
  • Loading branch information
lukehb committed Jul 11, 2024
1 parent ca72c2c commit 7d07b01
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-library-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: "${{ env.NODE_VERSION }}"
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build-all
- run: npm run build
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
198 changes: 192 additions & 6 deletions Frontend/library/package-lock.json

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

7 changes: 4 additions & 3 deletions Frontend/library/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@epicgames-ps/lib-pixelstreamingfrontend-ue5.5",
"version": "0.1.1",
"version": "0.1.2",
"description": "Frontend library for Unreal Engine 5.5 Pixel Streaming",
"main": "dist/lib-pixelstreamingfrontend.js",
"module": "dist/lib-pixelstreamingfrontend.esm.js",
"types": "types/pixelstreamingfrontend.d.ts",
"sideEffects": false,
"scripts": {
"compile": "tsc --build --clean && tsc",
"build": "npm link ../../Common && webpack --config webpack.prod.js",
"build": "webpack --config webpack.prod.js",
"build-all": "cd ../../Common && npm ci && npm run build && cd ../Frontend/library && npm link ../../Common && webpack --config webpack.prod.js",
"build-dev": "cd ../../Common && npm ci && npm run build && cd ../Frontend/library && npm link ../../Common && webpack --config webpack.dev.js",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
Expand All @@ -32,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

0 comments on commit 7d07b01

Please sign in to comment.