@wildix/xbees-connect 1.2.7-alpha.0 → 1.2.8

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.2.7-alpha.0",
3
+ "version": "1.2.8",
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": "",
@@ -32,7 +32,6 @@
32
32
  "devDependencies": {
33
33
  "@wildix/eslint-config-style-guide": "^1.2.2",
34
34
  "eslint": "^8.55.0",
35
- "jwt-decode": "^4.0.0",
36
35
  "rimraf": "^5.0.5",
37
36
  "typescript": "^5.3.3"
38
37
  },
@@ -43,5 +42,8 @@
43
42
  },
44
43
  "engines": {
45
44
  "node": ">=16"
45
+ },
46
+ "dependencies": {
47
+ "jwt-decode": "^4.0.0"
46
48
  }
47
49
  }
@@ -117,7 +117,7 @@ export class Client {
117
117
  const today = new Date().toDateString();
118
118
  if (sendedUsageAnalyticsDate !== today) {
119
119
  this.sendAnalytics('xBeesIntegrationUsage');
120
- this.saveToStorage('sendedUsageAnalyticsDate', new Date().toDateString());
120
+ this.saveToStorage('sendedUsageAnalyticsDate', today);
121
121
  }
122
122
  }
123
123
  ready(platform = 'all') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wildix/xbees-connect",
3
- "version": "1.2.7-alpha.0",
3
+ "version": "1.2.8",
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": "",
@@ -32,7 +32,6 @@
32
32
  "devDependencies": {
33
33
  "@wildix/eslint-config-style-guide": "^1.2.2",
34
34
  "eslint": "^8.55.0",
35
- "jwt-decode": "^4.0.0",
36
35
  "rimraf": "^5.0.5",
37
36
  "typescript": "^5.3.3"
38
37
  },
@@ -44,5 +43,8 @@
44
43
  "engines": {
45
44
  "node": ">=16"
46
45
  },
47
- "gitHead": "b1ea62e4673e933c09309c92a8fbd6dbe249a3ed"
46
+ "dependencies": {
47
+ "jwt-decode": "^4.0.0"
48
+ },
49
+ "gitHead": "b9a6657ff3b6312ad8678ca92b982ebeccb6d1a4"
48
50
  }