@cloudbase/cals 1.0.61 → 1.0.62

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.
@@ -128,7 +128,7 @@ function deserializeValue(ctx, key, value, extra) {
128
128
  else {
129
129
  type = expression_1.PropBindType.expression;
130
130
  try {
131
- value = value.replace(/\$app\./g, 'app.').replace(/\$for./g, 'forItems.');
131
+ value = value.replace(/\$app\./g, 'app.').replace(/\$for\./g, 'forItems.');
132
132
  }
133
133
  catch (e) { }
134
134
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cals",
3
- "version": "1.0.61",
3
+ "version": "1.0.62",
4
4
  "description": "Common application specifications",
5
5
  "main": "lib/utils/index.js",
6
6
  "source": "src/utils/index.ts",