Skip to content

Commit c15736a

Browse files
committed
Upgrade frontend version to patched version with fix for ICE candidates
1 parent 5f40f82 commit c15736a

11 files changed

Lines changed: 351 additions & 7607 deletions

examples/typescript/package-lock.json

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/typescript/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
"description": "The typescript example for consuming the Scalable Pixel Streaming Frontend",
55
"main": "./src/index.ts",
66
"scripts": {
7-
"build-dev": "npx webpack --config webpack.dev.js",
7+
"build": "npx webpack --config webpack.dev.js",
88
"build-prod": "npx webpack --config webpack.prod.js",
99
"watch": "npx webpack --watch",
1010
"start": "npx webpack && open-cli ./dist/index.html",
11-
"serve-dev": "webpack serve --config webpack.dev.js",
11+
"serve": "webpack serve --config webpack.dev.js",
1212
"serve-prod": "webpack serve --config webpack.prod.js",
13-
"symlink": "npm link ../../library",
14-
"build-all-dev": "cd ../../library && npm install && npm run build-dev && cd ../examples/typescript && npm run symlink && npm run build-dev",
15-
"build-all-prod": "cd ../../library && npm install && npm run build-prod && cd ../examples/typescript && npm run symlink && npm run build-prod"
13+
"build-all": "cd ../../library && npm install && npm run build && cd ../examples/typescript && npm run build",
14+
"build-all-prod": "cd ../../library && npm install && npm run build-prod && cd ../examples/typescript && npm run build-prod"
1615
},
1716
"author": "TensorWorks Pty Ltd",
1817
"keywords": [],
1918
"license": "MIT",
2019
"dependencies": {
20+
"@tensorworks/libspsfrontend": "file:../../library",
2121
"dotenv": "^16.0.3"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)