@krx3d/tizentube2 1.16.30 → 1.17.80
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.
Potentially problematic release.
This version of @krx3d/tizentube2 might be problematic. Click here for more details.
- package/dist/service.js +1 -1
- package/dist/userScript.js +2 -2
- package/package.json +1 -1
package/dist/service.js
CHANGED
|
@@ -49790,7 +49790,7 @@ var apps = {
|
|
|
49790
49790
|
launch: function launch(launchData) {
|
|
49791
49791
|
var tbPackageId = tizen.application.getAppInfo().packageId;
|
|
49792
49792
|
tizen.application.launchAppControl(new tizen.ApplicationControl("http://tizen.org/appcontrol/operation/view", null, null, null, [new tizen.ApplicationControlData("module", [JSON.stringify({
|
|
49793
|
-
moduleName: '@krx3d/
|
|
49793
|
+
moduleName: '@krx3d/tizentube2',
|
|
49794
49794
|
moduleType: 'npm',
|
|
49795
49795
|
args: launchData
|
|
49796
49796
|
})])]), "".concat(tbPackageId, ".TizenBrewStandalone"));
|