@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 +8 -3
- package/dist/core.js +8 -3
- package/dist/react/core.cjs +8 -3
- package/dist/react/core.js +8 -3
- package/package.json +1 -1
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 =
|
|
35
|
-
}
|
|
36
|
-
|
|
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 =
|
|
33
|
-
}
|
|
34
|
-
|
|
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/dist/react/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 =
|
|
35
|
-
}
|
|
36
|
-
|
|
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/react/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 =
|
|
33
|
-
}
|
|
34
|
-
|
|
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
|
|