@devskin/browser-sdk 1.0.0 → 1.0.2

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.
@@ -5496,5 +5496,5 @@ class DevSkinSDK {
5496
5496
  // Create singleton instance
5497
5497
  const DevSkin = new DevSkinSDK();
5498
5498
 
5499
- export { DevSkin, DevSkin as default };
5499
+ export { DevSkin as default };
5500
5500
  //# sourceMappingURL=devskin.esm.js.map
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
3
- typeof define === 'function' && define.amd ? define(['exports'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.DevSkin = {}));
5
- })(this, (function (exports) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3
+ typeof define === 'function' && define.amd ? define(factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.DevSkin = factory());
5
+ })(this, (function () { 'use strict';
6
6
 
7
7
  class DeviceCollector {
8
8
  constructor(config) {
@@ -5502,10 +5502,7 @@
5502
5502
  // Create singleton instance
5503
5503
  const DevSkin = new DevSkinSDK();
5504
5504
 
5505
- exports.DevSkin = DevSkin;
5506
- exports.default = DevSkin;
5507
-
5508
- Object.defineProperty(exports, '__esModule', { value: true });
5505
+ return DevSkin;
5509
5506
 
5510
5507
  }));
5511
5508
  //# sourceMappingURL=devskin.umd.js.map