@livedesk/client 0.1.112 → 0.1.113

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.
@@ -2522,6 +2522,7 @@ function resolveBundledFfmpegPaths() {
2522
2522
  function buildFastEnvironment() {
2523
2523
  const env = { ...process.env };
2524
2524
  env.LIVEDESK_NODE_EXECUTABLE = process.execPath;
2525
+ env.LIVEDESK_CLIENT_PACKAGE_VERSION = readPackageVersion();
2525
2526
  const bundledFfmpegPaths = resolveBundledFfmpegPaths();
2526
2527
  const separator = process.platform === 'win32' ? ';' : ':';
2527
2528
  const configuredPaths = env.LIVEDESK_FFMPEG_PATHS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livedesk/client",
3
- "version": "0.1.112",
3
+ "version": "0.1.113",
4
4
  "description": "LiveDesk local remote client",
5
5
  "type": "module",
6
6
  "bin": {