@24i/bigscreen-sdk 1.0.54-alpha.2826 → 1.0.54-alpha.2827
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.
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@ export const mapBase = (payload: Payload): BaseResult => {
|
|
|
6
6
|
const timestampDate = time.getCurrentTime();
|
|
7
7
|
const formattedTimestamp = getTimezoneOffsetString();
|
|
8
8
|
return {
|
|
9
|
-
|
|
9
|
+
device_appversion: payload.appVersion || '',
|
|
10
10
|
session_id: payload.sessionId.toString(),
|
|
11
11
|
timestamp_initiated: formatDateTime(timestampDate),
|
|
12
12
|
device_id: payload.deviceId,
|
package/.vscode/launch.json
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
// Use IntelliSense to learn about possible attributes.
|
|
3
|
-
// Hover to view descriptions of existing attributes.
|
|
4
|
-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
5
|
-
"version": "0.2.0",
|
|
6
|
-
"configurations": [
|
|
7
|
-
{
|
|
8
|
-
"name": "Tizen .NET Debug (netcoredbg)",
|
|
9
|
-
"type": "tizen-netcoredbg",
|
|
10
|
-
"request": "launch",
|
|
11
|
-
"projectInfo": "${command:getProjectInfo}",
|
|
12
|
-
"port": 4711
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "Tizen Native Debug: Launch (gdb)",
|
|
16
|
-
"type": "cppdbg",
|
|
17
|
-
"request": "launch",
|
|
18
|
-
"program": "${command:tizen-get-native-exec}",
|
|
19
|
-
"MIMode": "gdb",
|
|
20
|
-
"cwd": "${workspaceRoot}",
|
|
21
|
-
"miDebuggerPath": "${command:tizen-get-gdb-path}",
|
|
22
|
-
"miDebuggerServerAddress": ":1234"
|
|
23
|
-
}
|
|
24
|
-
]
|
|
25
|
-
}
|