@quicktvui/web-renderer 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quicktvui/web-renderer",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Web renderer for QuickTVUI - provides web browser rendering support",
5
5
  "author": "QuickTVUI Team",
6
6
  "license": "Apache-2.0",
package/src/index.js CHANGED
@@ -348,4 +348,4 @@ export function setWebEngine(engine) {
348
348
  _webEngine = engine
349
349
  }
350
350
 
351
- export { APP_NAME }
351
+ export { APP_NAME, IJKPlayerComponent }