x-block-lib 0.8.72 → 0.8.73

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 +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -3499,7 +3499,7 @@ s.forBlock.set_app_property_v1 = function(t) {
3499
3499
  o = s.valueToCode(n, "INSTANCE", u.NONE) || "''";
3500
3500
  }
3501
3501
  const i = s.valueToCode(n, "VALUE", u.NONE);
3502
- return `__setPropertyV1__(${e(n.property.id)}, ${i}, ${o});
3502
+ return `await __setPropertyV1__(${e(n.property.id)}, ${i}, ${o});
3503
3503
  `;
3504
3504
  };
3505
3505
  const hs = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.8.72",
4
+ "version": "0.8.73",
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.4",
39
39
  "vuetify": "^3.11.4",
40
40
  "x-essential-lib": "^0.9.20",
41
- "x-runtime-lib": "^0.8.144",
41
+ "x-runtime-lib": "^0.8.145",
42
42
  "x-state-lib": "^0.3.32"
43
43
  },
44
44
  "devDependencies": {