@moveris/shared 3.8.0 → 3.8.1

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/dist/index.js CHANGED
@@ -242,7 +242,7 @@ async function sleep(ms) {
242
242
  }
243
243
 
244
244
  // package.json
245
- var version = "3.8.0";
245
+ var version = "3.8.1";
246
246
 
247
247
  // src/utils/deviceIntelligence.ts
248
248
  var IPINFO_URL = "https://ipinfo.io/json";
package/dist/index.mjs CHANGED
@@ -96,7 +96,7 @@ async function sleep(ms) {
96
96
  }
97
97
 
98
98
  // package.json
99
- var version = "3.8.0";
99
+ var version = "3.8.1";
100
100
 
101
101
  // src/utils/deviceIntelligence.ts
102
102
  var IPINFO_URL = "https://ipinfo.io/json";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moveris/shared",
3
- "version": "3.8.0",
3
+ "version": "3.8.1",
4
4
  "description": "Core business logic for Moveris Live SDK",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",