x-block-lib 0.9.4 → 0.9.6

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
@@ -3663,7 +3663,7 @@ I.get_app_property_v1 = hi;
3663
3663
  i.forBlock.get_app_property_v1 = function(t) {
3664
3664
  const e = i.quote_, n = t;
3665
3665
  let o = "''";
3666
- return n.getInput("INSTANCE") && (o = i.valueToCode(n, "INSTANCE", h.NONE) || "''"), [`__getPropertyV1__(${e(n.property.id)}, ${o})`, h.ATOMIC];
3666
+ return n.getInput("INSTANCE") && (o = i.valueToCode(n, "INSTANCE", h.NONE) || "''"), [`await __getPropertyV1__(${e(n.property.id)}, ${o})`, h.ATOMIC];
3667
3667
  };
3668
3668
  const fi = {
3669
3669
  init: function() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.9.4",
4
+ "version": "0.9.6",
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.6",
40
40
  "x-essential-lib": "^0.9.20",
41
- "x-runtime-lib": "^0.8.165",
41
+ "x-runtime-lib": "^0.8.166",
42
42
  "x-state-lib": "^0.3.34"
43
43
  },
44
44
  "devDependencies": {