x-block-lib 0.8.21 → 0.8.22

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 +2 -2
package/dist/index.js CHANGED
@@ -9109,7 +9109,7 @@ function Oa(t) {
9109
9109
  );
9110
9110
  } else n.type === "get_app_state_v1" ? it(
9111
9111
  e,
9112
- mt({ type: "customState", stateId: n.state.id })
9112
+ mt({ type: "state", stateId: n.state.id })
9113
9113
  ) : console.assert(!1);
9114
9114
  return e;
9115
9115
  }
@@ -9144,7 +9144,7 @@ function va(t) {
9144
9144
  continue;
9145
9145
  e.push(a);
9146
9146
  } else if (o.type === "get_app_state_v1") {
9147
- const a = { type: "customState", stateId: o.state.id };
9147
+ const a = { type: "state", stateId: o.state.id };
9148
9148
  if (!it(n, mt(a)))
9149
9149
  continue;
9150
9150
  e.push(a);
@@ -9175,7 +9175,7 @@ function va(t) {
9175
9175
  e.push(u);
9176
9176
  } else if (i.type === "get_app_state_v1") {
9177
9177
  const u = {
9178
- type: "customState",
9178
+ type: "state",
9179
9179
  stateId: i.state.id,
9180
9180
  subKeys: a
9181
9181
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.8.21",
4
+ "version": "0.8.22",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -38,7 +38,7 @@
38
38
  "vue-router": "^4.6.3",
39
39
  "vuetify": "^3.10.7",
40
40
  "x-essential-lib": "^0.9.2",
41
- "x-runtime-lib": "^0.8.32",
41
+ "x-runtime-lib": "^0.8.34",
42
42
  "x-state-lib": "^0.3.22"
43
43
  },
44
44
  "devDependencies": {