x-essential-lib 0.8.29 → 0.8.30

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -51,14 +51,14 @@ function Me(e, t) {
51
51
  function Ae() {
52
52
  T.remove("accessToken"), T.remove("refreshToken"), T.remove("userid"), T.remove("username"), T.remove("phone"), T.remove("activeOrg"), pe().replace({ path: "/passport/login" });
53
53
  }
54
- const Dt = function() {
54
+ const Dt = (function() {
55
55
  return window.globalObjects || (window.globalObjects = {
56
56
  router: null,
57
57
  i18n: null
58
58
  }, console.log("globalObjects created")), window.globalObjects;
59
- }(), u = function() {
59
+ })(), u = (function() {
60
60
  return window.eventBus || (window.eventBus = Re(), console.log("eventBus created")), window.eventBus;
61
- }();
61
+ })();
62
62
  async function Vt(e) {
63
63
  return new Promise((t) => {
64
64
  setTimeout(t, e);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-essential-lib",
3
3
  "private": false,
4
- "version": "0.8.29",
4
+ "version": "0.8.30",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",