@eventop/sdk 1.1.6 → 1.1.7

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/core.cjs CHANGED
@@ -30,10 +30,15 @@ var core$1 = {exports: {}};
30
30
  */
31
31
  (function (module) {
32
32
  (function (global, factory) {
33
+ const Eventop = factory();
33
34
  if (module.exports) {
34
- module.exports = factory();
35
- } else {
36
- global.Eventop = factory();
35
+ module.exports = Eventop;
36
+ }
37
+ // Always set on global in browser environments
38
+ if (typeof window !== 'undefined') {
39
+ window.Eventop = Eventop;
40
+ } else if (typeof global !== 'undefined') {
41
+ global.Eventop = Eventop;
37
42
  }
38
43
  })(typeof globalThis !== 'undefined' ? globalThis : commonjsGlobal, function () {
39
44
 
package/dist/core.js CHANGED
@@ -28,10 +28,15 @@ var core$1 = {exports: {}};
28
28
  */
29
29
  (function (module) {
30
30
  (function (global, factory) {
31
+ const Eventop = factory();
31
32
  if (module.exports) {
32
- module.exports = factory();
33
- } else {
34
- global.Eventop = factory();
33
+ module.exports = Eventop;
34
+ }
35
+ // Always set on global in browser environments
36
+ if (typeof window !== 'undefined') {
37
+ window.Eventop = Eventop;
38
+ } else if (typeof global !== 'undefined') {
39
+ global.Eventop = Eventop;
35
40
  }
36
41
  })(typeof globalThis !== 'undefined' ? globalThis : commonjsGlobal, function () {
37
42
 
@@ -30,10 +30,15 @@ var core$1 = {exports: {}};
30
30
  */
31
31
  (function (module) {
32
32
  (function (global, factory) {
33
+ const Eventop = factory();
33
34
  if (module.exports) {
34
- module.exports = factory();
35
- } else {
36
- global.Eventop = factory();
35
+ module.exports = Eventop;
36
+ }
37
+ // Always set on global in browser environments
38
+ if (typeof window !== 'undefined') {
39
+ window.Eventop = Eventop;
40
+ } else if (typeof global !== 'undefined') {
41
+ global.Eventop = Eventop;
37
42
  }
38
43
  })(typeof globalThis !== 'undefined' ? globalThis : commonjsGlobal, function () {
39
44
 
@@ -28,10 +28,15 @@ var core$1 = {exports: {}};
28
28
  */
29
29
  (function (module) {
30
30
  (function (global, factory) {
31
+ const Eventop = factory();
31
32
  if (module.exports) {
32
- module.exports = factory();
33
- } else {
34
- global.Eventop = factory();
33
+ module.exports = Eventop;
34
+ }
35
+ // Always set on global in browser environments
36
+ if (typeof window !== 'undefined') {
37
+ window.Eventop = Eventop;
38
+ } else if (typeof global !== 'undefined') {
39
+ global.Eventop = Eventop;
35
40
  }
36
41
  })(typeof globalThis !== 'undefined' ? globalThis : commonjsGlobal, function () {
37
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eventop/sdk",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "AI-powered guided tours for any web app. Drop-in, themeable, provider-agnostic.",
5
5
  "keywords": [
6
6
  "onboarding",