@wildix/xbees-connect 1.0.6-alpha.11 → 1.0.6-alpha.12

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wildix/xbees-connect",
3
- "version": "1.0.6-alpha.10",
3
+ "version": "1.0.6-alpha.11",
4
4
  "description": "This library provides easy communication between x-bees and integrated web applications",
5
5
  "author": "dimitri.chernykh <dimitri.chernykh@wildix.com>",
6
6
  "homepage": "",
@@ -107,7 +107,7 @@ export class Client {
107
107
  return this.userEmail;
108
108
  }
109
109
  isDataOnly() {
110
- return this.variant === 'd' || this.variant === 'daemon';
110
+ return this.variant === 'no-ui' || this.variant === 'daemon';
111
111
  }
112
112
  showsUi() {
113
113
  return !this.isDataOnly();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wildix/xbees-connect",
3
- "version": "1.0.6-alpha.11",
3
+ "version": "1.0.6-alpha.12",
4
4
  "description": "This library provides easy communication between x-bees and integrated web applications",
5
5
  "author": "dimitri.chernykh <dimitri.chernykh@wildix.com>",
6
6
  "homepage": "",
@@ -42,5 +42,5 @@
42
42
  "engines": {
43
43
  "node": ">=16"
44
44
  },
45
- "gitHead": "727dd9ae4ffb95271b79bfdc308838dddd82c860"
45
+ "gitHead": "a160b6f90ab042e5deb4b77dd845a1d3bf0cfcd2"
46
46
  }