Skip to content

Commit

Permalink
Merge pull request #3 from bitfocus/V3
Browse files Browse the repository at this point in the history
Fixed Issue #2
  • Loading branch information
zerbzman authored Mar 10, 2023
2 parents 920738c + 0935185 commit e303900
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 46 deletions.
5 changes: 5 additions & 0 deletions build-config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
extraFiles: [
'./node_modules/androidtv-remote/dist/**/*.proto',
],
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "android-tv",
"version": "2.0.1",
"version": "2.0.2",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"dependencies": {
"@companion-module/base": "~1.1.1",
"@companion-module/base": "~1.3.0",
"androidtv-remote": "^1.0.10",
"bonjour": "^3.5.0",
"macfromip": "^1.1.1",
"wake_on_lan": "^1.0.0"
},
"devDependencies": {
"@companion-module/tools": "^1.0.0"
"@companion-module/tools": "^1.2.0"
}
}
86 changes: 43 additions & 43 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
# yarn lockfile v1


"@companion-module/base@~1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@companion-module/base/-/base-1.1.1.tgz#b1c5be9fe03ef788e320c69dabe44348dae2c2a8"
integrity sha512-agb9Qu67zhrIBZIlzqmByuUNzcbOuSfF9lpVih1rkJ3nxb/vjjerNrigmTv4zWtkYqxcAhzXHh+BL8P0JN3XuQ==
"@companion-module/base@~1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@companion-module/base/-/base-1.3.0.tgz#1168f36235bdec7f2603f88824fc2e930c1e41e7"
integrity sha512-gp8Pb0is0kG3J2hkGu28zJWo3C8igkiA/KMmNgrQMJWWY0yR1HiKCSllyTpmrjBUixvOUqrHgZKfuHA1bpJ93A==
dependencies:
"@sentry/node" "^7.28.0"
"@sentry/tracing" "^7.28.0"
ajv "^8.11.2"
"@sentry/node" "^7.36.0"
"@sentry/tracing" "^7.36.0"
ajv "^8.12.0"
debounce-fn "github:julusian/debounce-fn#4.0.0-maxWaithack.0"
ejson "^2.2.3"
eventemitter3 "^4.0.7"
nanoid "^3.3.4"
p-queue "^6.6.2"
p-timeout "^4.1.0"
tslib "^2.4.1"
tslib "^2.5.0"

"@companion-module/tools@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@companion-module/tools/-/tools-1.0.0.tgz#5abb15f3915da2bc8bcec1b9fbca7234945e9951"
integrity sha512-nIfWTcEz34onbQrrHVSzvhKMBfCbic8XfnvVTJgHhLpoREmuW4e/9s3zzOLgTr0jV8Ylq3/gEDPfTI4y5DHniA==
"@companion-module/tools@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@companion-module/tools/-/tools-1.2.0.tgz#5dd3518c476f6e824ae17741c25801050c0040b0"
integrity sha512-F+YaH2/Q3a6rm1ae+QpVOW4p3donRvbyYSbBcasyK919bZo6XLwUgwd/Mr1ZAoDWsqvy/VE3DUXBpZVLXpiV1Q==
dependencies:
"@typescript-eslint/eslint-plugin" "^5.50.0"
"@typescript-eslint/parser" "^5.50.0"
Expand Down Expand Up @@ -190,49 +190,49 @@
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==

"@sentry/core@7.36.0":
version "7.36.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.36.0.tgz#37c82a1ad3f74dbe2c2fcd55f45068e127012fcc"
integrity sha512-lq1MlcMhvm7QIwUOknFeufkg4M6QREY3s61y6pm1o+o3vSqB7Hz0D19xlyEpP62qMn8OyuttVKOVK1UfGc2EyQ==
"@sentry/core@7.42.0":
version "7.42.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.42.0.tgz#3333a1b868e8e69b6fbc8e5a9e9281be49321ac7"
integrity sha512-vNcTyoQz5kUXo5vMGDyc5BJMO0UugPvMfYMQVxqt/BuDNR30LVhY+DL2tW1DFZDvRvyn5At+H7kSTj6GFrANXQ==
dependencies:
"@sentry/types" "7.36.0"
"@sentry/utils" "7.36.0"
"@sentry/types" "7.42.0"
"@sentry/utils" "7.42.0"
tslib "^1.9.3"

"@sentry/node@^7.28.0":
version "7.36.0"
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-7.36.0.tgz#7c42a6a2f4d979563c1c595ccd5a0c6d5b5abc19"
integrity sha512-nAHAY+Rbn5OlTpNX/i6wYrmw3hT/BtwPZ/vNU52cKgw7CpeE1UrCeFjnPn18rQPB7lIh7x0vNvoaPrfemRzpSQ==
"@sentry/node@^7.36.0":
version "7.42.0"
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-7.42.0.tgz#62b31f5b5b8ffb8f2f917deb143e27935b357409"
integrity sha512-mmpVSDeoM5aEbKOMq3Wt54wAvH53bkivhRh3Ip+R7Uj3aOKkcVJST2XlbghHgoYQXTWz+pl475EVyODWgY9QYg==
dependencies:
"@sentry/core" "7.36.0"
"@sentry/types" "7.36.0"
"@sentry/utils" "7.36.0"
"@sentry/core" "7.42.0"
"@sentry/types" "7.42.0"
"@sentry/utils" "7.42.0"
cookie "^0.4.1"
https-proxy-agent "^5.0.0"
lru_map "^0.3.3"
tslib "^1.9.3"

"@sentry/tracing@^7.28.0":
version "7.36.0"
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-7.36.0.tgz#aa38319ed07f3b642134cf47da81f43df7835629"
integrity sha512-5R5mfWMDncOcTMmmyYMjgus1vZJzIFw4LHaSbrX7e1IRNT/6vFyNeVxATa2ePXb9mI3XHo5f2p7YrnreAtaSXw==
"@sentry/tracing@^7.36.0":
version "7.42.0"
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-7.42.0.tgz#bcdac21e1cb5f786465e6252625bd4bf0736e631"
integrity sha512-0veGu3Ntweuj1pwWrJIFHmVdow4yufCreGIhsNDyrclwOjaTY3uI8iA6N62+hhtxOvqv+xueB98K1DvT5liPCQ==
dependencies:
"@sentry/core" "7.36.0"
"@sentry/types" "7.36.0"
"@sentry/utils" "7.36.0"
"@sentry/core" "7.42.0"
"@sentry/types" "7.42.0"
"@sentry/utils" "7.42.0"
tslib "^1.9.3"

"@sentry/types@7.36.0":
version "7.36.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.36.0.tgz#205baaf7332ff55d1fb35413cbde16dea4168520"
integrity sha512-uvfwUn3okAWSZ948D/xqBrkc3Sn6TeHUgi3+p/dTTNGAXXskzavgfgQ4rSW7f3YD4LL+boZojpoIARVLodMGuA==
"@sentry/types@7.42.0":
version "7.42.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.42.0.tgz#e5019cd41a8c4a98c296e2ff28d6adab4b2eb14e"
integrity sha512-Ga0xaBIR/peuXQ88hI9a5TNY3GLNoH8jpsgPaAjAtRHkLsTx0y3AR+PrD7pUysza9QjvG+Qux01DRvLgaNKOHA==

"@sentry/utils@7.36.0":
version "7.36.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.36.0.tgz#b81cf63c7b5daad3f0f152c4ad319203f968ba1b"
integrity sha512-mgDi5X5Bm0sydCzXpnyKD/sD98yc2qnKXyRdNX4HRRwruhC/P53LT0hGhZXsyqsB/l8OAMl0zWXJLg0xONQsEw==
"@sentry/utils@7.42.0":
version "7.42.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.42.0.tgz#fcffd0404836cb56975fbef9e889a42cc55de596"
integrity sha512-cBiDZVipC+is+IVgsTQLJyZWUZQxlLZ9GarNT+XZOZ5BFh0acFtz88hO6+S7vGmhcx2aCvsdC9yb2Yf+BphK6Q==
dependencies:
"@sentry/types" "7.36.0"
"@sentry/types" "7.42.0"
tslib "^1.9.3"

"@types/eslint-scope@^3.7.3":
Expand Down Expand Up @@ -575,7 +575,7 @@ ajv@^6.10.0, ajv@^6.12.4, ajv@^6.12.5:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

ajv@^8.11.2:
ajv@^8.12.0:
version "8.12.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
Expand Down Expand Up @@ -2221,7 +2221,7 @@ tslib@^1.8.1, tslib@^1.9.3:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.4.1:
tslib@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
Expand Down

0 comments on commit e303900

Please sign in to comment.