File tree Expand file tree Collapse file tree 6 files changed +16
-15
lines changed
implementations/typescript Expand file tree Collapse file tree 6 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -77,23 +77,16 @@ jobs:
7777 node-version : " ${{ steps.get_node_version.outputs.node_version }}"
7878 registry-url : ' https://registry.npmjs.org'
7979
80- - name : Show Node and npm versions
81- run : |
82- node -v
83- npm -v
84- env
85-
86- - name : Update npm for OIDC
87- run : |
88- corepack enable
89- corepack prepare npm@latest --activate
80+ # Ensure npm 11.5.1 or later is installed for OIDC
81+ - name : Update npm
82+ run : npm install -g npm@latest
9083
9184 - name : Publish ${{ matrix.package.name }}
9285 working-directory : ${{ matrix.package.path }}
9386 run : |
9487 npm install
9588 npm run build
96- npm publish
89+ npm publish --access public
9790
9891 - name : Build the version label
9992 id : build-label
Original file line number Diff line number Diff line change 11{
22 "name" : " @epicgames-ps/lib-pixelstreamingcommon-ue5.7" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "description" : " Common utilities library for Unreal Engine 5.7 Pixel Streaming" ,
55 "main" : " dist/cjs/pixelstreamingcommon.js" ,
66 "module" : " dist/esm/pixelstreamingcommon.js" ,
4444 },
4545 "author" : " Epic Games" ,
4646 "license" : " MIT" ,
47+ "repository" : {
48+ "type" : " git" ,
49+ "url" : " https://github.com/EpicGamesExt/PixelStreamingInfrastructure"
50+ },
4751 "publishConfig" : {
4852 "access" : " public"
4953 }
Original file line number Diff line number Diff line change 2525 "dependencies" : {
2626 "@epicgames-ps/lib-pixelstreamingfrontend-ue5.7" : " *" ,
2727 "@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.7" : " *"
28+ },
29+ "repository" : {
30+ "type" : " git" ,
31+ "url" : " https://github.com/EpicGamesExt/PixelStreamingInfrastructure"
2832 }
2933}
Original file line number Diff line number Diff line change 3838 },
3939 "repository" : {
4040 "type" : " git" ,
41- "url" : " https://github.com/EpicGamesExt/PixelStreamingInfrastructure.git "
41+ "url" : " https://github.com/EpicGamesExt/PixelStreamingInfrastructure"
4242 },
4343 "author" : " Epic Games" ,
4444 "license" : " MIT" ,
Original file line number Diff line number Diff line change 3434 },
3535 "repository" : {
3636 "type" : " git" ,
37- "url" : " https://github.com/EpicGamesExt/PixelStreamingInfrastructure.git "
37+ "url" : " https://github.com/EpicGamesExt/PixelStreamingInfrastructure"
3838 },
3939 "author" : " Epic Games" ,
4040 "license" : " MIT" ,
Original file line number Diff line number Diff line change 5050 },
5151 "repository" : {
5252 "type" : " git" ,
53- "url" : " https://github.com/EpicGames/PixelStreamingInfrastructure.git "
53+ "url" : " https://github.com/EpicGames/PixelStreamingInfrastructure"
5454 }
5555}
You can’t perform that action at this time.
0 commit comments