mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Bump webOS fcast receiver version to 1.0.1
This commit is contained in:
parent
593bb69d49
commit
8c2eb78ef5
5 changed files with 31 additions and 6 deletions
|
@ -31,3 +31,8 @@ cd ../
|
||||||
```sh
|
```sh
|
||||||
ares-package fcast-receiver/dist/ fcast-receiver-service/dist/ --no-minify
|
ares-package fcast-receiver/dist/ fcast-receiver-service/dist/ --no-minify
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Debugging
|
||||||
|
* Install: `ares-install --device tv ./com.futo.fcast.receiver_1.0.0_all.ipk`
|
||||||
|
* Web app debug: `ares-inspect --device tv --app com.futo.fcast.receiver -o`
|
||||||
|
* Service debug: `ares-inspect --device tv -s com.futo.fcast.receiver.service`
|
||||||
|
|
|
@ -1,18 +1,19 @@
|
||||||
{
|
{
|
||||||
"name": "com.futo.fcast.receiver.service",
|
"name": "com.futo.fcast.receiver.service",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "com.futo.fcast.receiver.service",
|
"name": "com.futo.fcast.receiver.service",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"http": "^0.0.1-security",
|
"http": "^0.0.1-security",
|
||||||
"log4js": "^6.9.1",
|
"log4js": "^6.9.1",
|
||||||
"url": "^0.11.3",
|
"url": "^0.11.3",
|
||||||
|
"utf-8-validate": "*",
|
||||||
"uuid": "^9.0.1",
|
"uuid": "^9.0.1",
|
||||||
"ws": "^8.14.2"
|
"ws": "^8.14.2"
|
||||||
},
|
},
|
||||||
|
@ -37,6 +38,9 @@
|
||||||
"typescript-eslint": "^8.4.0",
|
"typescript-eslint": "^8.4.0",
|
||||||
"webpack": "^5.75.0",
|
"webpack": "^5.75.0",
|
||||||
"webpack-cli": "^5.0.1"
|
"webpack-cli": "^5.0.1"
|
||||||
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"utf-8-validate": "^6.0.5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@ampproject/remapping": {
|
"node_modules/@ampproject/remapping": {
|
||||||
|
@ -5205,7 +5209,6 @@
|
||||||
"integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
|
"integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"peer": true,
|
|
||||||
"bin": {
|
"bin": {
|
||||||
"node-gyp-build": "bin.js",
|
"node-gyp-build": "bin.js",
|
||||||
"node-gyp-build-optional": "optional.js",
|
"node-gyp-build-optional": "optional.js",
|
||||||
|
@ -6769,6 +6772,20 @@
|
||||||
"integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==",
|
"integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/utf-8-validate": {
|
||||||
|
"version": "6.0.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-6.0.5.tgz",
|
||||||
|
"integrity": "sha512-EYZR+OpIXp9Y1eG1iueg8KRsY8TuT8VNgnanZ0uA3STqhHQTLwbl+WX76/9X5OY12yQubymBpaBSmMPkSTQcKA==",
|
||||||
|
"hasInstallScript": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"node-gyp-build": "^4.3.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=6.14.2"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/uuid": {
|
"node_modules/uuid": {
|
||||||
"version": "9.0.1",
|
"version": "9.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "com.futo.fcast.receiver.service",
|
"name": "com.futo.fcast.receiver.service",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "FCast network service",
|
"description": "FCast network service",
|
||||||
"author": "FUTO",
|
"author": "FUTO",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -38,5 +38,8 @@
|
||||||
"url": "^0.11.3",
|
"url": "^0.11.3",
|
||||||
"uuid": "^9.0.1",
|
"uuid": "^9.0.1",
|
||||||
"ws": "^8.14.2"
|
"ws": "^8.14.2"
|
||||||
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"utf-8-validate": "^6.0.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"id": "com.futo.fcast.receiver",
|
"id": "com.futo.fcast.receiver",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"vendor": "FUTO",
|
"vendor": "FUTO",
|
||||||
"type": "web",
|
"type": "web",
|
||||||
"main": "main_window/index.html",
|
"main": "main_window/index.html",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "com.futo.fcast.receiver",
|
"name": "com.futo.fcast.receiver",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "An application implementing a FCast receiver.",
|
"description": "An application implementing a FCast receiver.",
|
||||||
"author": "FUTO",
|
"author": "FUTO",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue