x-block-lib 0.1.0 → 0.1.1

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
@@ -535,22 +535,22 @@ async function de(e, r, o) {
535
535
  ue(
536
536
  "global",
537
537
  () => {
538
- const e = De(), r = O(!1);
538
+ const e = O();
539
539
  ne(
540
- r,
541
- (l) => {
542
- e.global.name.value = l ? "dark" : "light";
540
+ e,
541
+ (s) => {
542
+ De().global.name.value = s ? "dark" : "light";
543
543
  },
544
544
  {
545
545
  immediate: !0
546
546
  }
547
547
  );
548
- const o = O("en"), t = O({}), s = O("");
548
+ const r = O("en"), o = O({}), t = O("");
549
549
  return {
550
- dark: r,
551
- locale: o,
552
- permissionObjects: t,
553
- permissionChecksum: s
550
+ dark: e,
551
+ locale: r,
552
+ permissionObjects: o,
553
+ permissionChecksum: t
554
554
  };
555
555
  },
556
556
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
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.14"
30
+ "x-essential-lib": "^0.3.15"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@rushstack/eslint-patch": "^1.8.0",