@epicgames-ps/lib-pixelstreamingfrontend-ue5.5 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epicgames-ps/lib-pixelstreamingfrontend-ue5.5",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Frontend library for Unreal Engine 5.5 Pixel Streaming",
|
|
5
5
|
"main": "dist/lib-pixelstreamingfrontend.js",
|
|
6
6
|
"module": "dist/lib-pixelstreamingfrontend.esm.js",
|
|
@@ -8,15 +8,14 @@
|
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"scripts": {
|
|
10
10
|
"compile": "tsc --build --clean && tsc",
|
|
11
|
-
"build": "webpack --config webpack.prod.js",
|
|
12
|
-
"build-all": "cd ../../Common && npm run build && cd ../Frontend/library && npm link ../../Common && webpack --config webpack.prod.js",
|
|
13
|
-
"build-dev": "cd ../../Common && npm run build && cd ../Frontend/library && npm link ../../Common && webpack --config webpack.dev.js",
|
|
11
|
+
"build": "npm link ../../Common && webpack --config webpack.prod.js",
|
|
12
|
+
"build-all": "cd ../../Common && npm ci && npm run build && cd ../Frontend/library && npm link ../../Common && webpack --config webpack.prod.js",
|
|
13
|
+
"build-dev": "cd ../../Common && npm ci && npm run build && cd ../Frontend/library && npm link ../../Common && webpack --config webpack.dev.js",
|
|
14
14
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
|
15
15
|
"test": "jest --detectOpenHandles --coverage=true",
|
|
16
16
|
"spellcheck": "cspell \"{README.md,.github/*.md,src/**/*.ts}\""
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.0.14",
|
|
20
19
|
"@types/jest": "27.5.1",
|
|
21
20
|
"@types/webxr": "^0.5.1",
|
|
22
21
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|