mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 22:29:43 +00:00
update to latest version of roku-log + npm install
This commit is contained in:
parent
7c03b0417b
commit
9f440ecf57
16
package-lock.json
generated
16
package-lock.json
generated
@ -14,7 +14,7 @@
|
||||
"bgv": "npm:button-group-vert@1.0.2",
|
||||
"brighterscript-formatter": "1.6.29",
|
||||
"intKeyboard": "npm:integer-keyboard@1.0.12",
|
||||
"log": "npm:roku-log@0.9.3",
|
||||
"log": "npm:roku-log@0.11.1",
|
||||
"sob": "npm:slide-out-button@1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -706,12 +706,6 @@
|
||||
"base64-js": "^1.1.2"
|
||||
}
|
||||
},
|
||||
"node_modules/bslib": {
|
||||
"name": "@rokucommunity/bslib",
|
||||
"version": "0.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@rokucommunity/bslib/-/bslib-0.1.1.tgz",
|
||||
"integrity": "sha512-2ox6EUL+UTtccTbD4dbVjZK3QHa0PHCqpoKMF8lZz9ayzzEP3iVPF8KZR6hOi6bxsIcbGXVjqmtCVkpC4P9SrA=="
|
||||
},
|
||||
"node_modules/camelcase": {
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
|
||||
@ -2228,11 +2222,11 @@
|
||||
},
|
||||
"node_modules/log": {
|
||||
"name": "roku-log",
|
||||
"version": "0.9.3",
|
||||
"resolved": "https://registry.npmjs.org/roku-log/-/roku-log-0.9.3.tgz",
|
||||
"integrity": "sha512-YzvtSCdmZJeimyZZ/C5Y7tdw6vpNMrZV90pg8EPn3vLAtRjtxN3dOt73s48BVOx2W00M0BEGmeaECObS2RdIqg==",
|
||||
"version": "0.11.1",
|
||||
"resolved": "https://registry.npmjs.org/roku-log/-/roku-log-0.11.1.tgz",
|
||||
"integrity": "sha512-ezowFIgthbFhM6iNQwfQT/oARhYNvwetgCaeMyN7deq1JwdUpe3Mzzvhqs9/2+ogtRF7sKVtnfmNKAWx4W2rOw==",
|
||||
"dependencies": {
|
||||
"bslib": "npm:@rokucommunity/bslib@^0.1.1"
|
||||
"@rokucommunity/bslib": "^0.1.1"
|
||||
}
|
||||
},
|
||||
"node_modules/log-driver": {
|
||||
|
@ -7,7 +7,7 @@
|
||||
"bgv": "npm:button-group-vert@1.0.2",
|
||||
"brighterscript-formatter": "1.6.29",
|
||||
"intKeyboard": "npm:integer-keyboard@1.0.12",
|
||||
"log": "npm:roku-log@0.9.3",
|
||||
"log": "npm:roku-log@0.11.1",
|
||||
"sob": "npm:slide-out-button@1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user