x-essential-lib 0.5.16 → 0.5.17

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
@@ -178,7 +178,7 @@ const p = function() {
178
178
  }(), rt = function() {
179
179
  return window.permissionChecksum || (window.permissionChecksum = f("")), window.permissionChecksum;
180
180
  }(), ct = function() {
181
- return window.mainActive || (window.mainActive = f(1)), window.mainAcitve;
181
+ return window.mainActive || (window.mainActive = f(1)), window.mainActive;
182
182
  }();
183
183
  async function ut(e) {
184
184
  return new Promise((a) => {
@@ -772,7 +772,7 @@ export {
772
772
  bt as default,
773
773
  p as eventBus,
774
774
  nt as locale,
775
- ct as mainAcitve,
775
+ ct as mainActive,
776
776
  Y as matchRouteMeta,
777
777
  it as messageError,
778
778
  gt as messageInfo,
@@ -6,4 +6,4 @@ export declare const dark: Ref<boolean | undefined>;
6
6
  export declare const locale: Ref<string>;
7
7
  export declare const permissionObjects: Ref<PermissionObjects>;
8
8
  export declare const permissionChecksum: Ref<string>;
9
- export declare const mainAcitve: Ref<0 | 1 | 2 | 3 | 4>;
9
+ export declare const mainActive: Ref<0 | 1 | 2 | 3 | 4>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-essential-lib",
3
3
  "private": false,
4
- "version": "0.5.16",
4
+ "version": "0.5.17",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",