x-block-lib 0.1.2 → 0.1.3

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 +9 -9
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -559,22 +559,22 @@ function Je(e, r) {
559
559
  ye(
560
560
  "global",
561
561
  () => {
562
- const e = O();
562
+ const e = de(), r = O();
563
563
  M(
564
- e,
565
- (n) => {
566
- de().global.name.value = n ? "dark" : "light";
564
+ r,
565
+ (i) => {
566
+ e.global.name.value = i ? "dark" : "light";
567
567
  },
568
568
  {
569
569
  immediate: !0
570
570
  }
571
571
  );
572
- const r = O("en"), o = O({}), t = O("");
572
+ const o = O("en"), t = O({}), n = O("");
573
573
  return {
574
- dark: e,
575
- locale: r,
576
- permissionObjects: o,
577
- permissionChecksum: t
574
+ dark: r,
575
+ locale: o,
576
+ permissionObjects: t,
577
+ permissionChecksum: n
578
578
  };
579
579
  },
580
580
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -27,7 +27,7 @@
27
27
  "peerDependencies": {
28
28
  "vue": "^3.4.26",
29
29
  "vuetify": "^3.6.5",
30
- "x-essential-lib": "^0.3.15"
30
+ "x-essential-lib": "^0.3.16"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@rushstack/eslint-patch": "^1.8.0",