@wavemaker/angular-codegen 11.0.0-next.138581 → 11.0.0-next.138582

Sign up to get free protection for your applications and to get access to all the features.
@@ -68,7 +68,7 @@
68
68
  "tslib": "^2.0.0",
69
69
  "x2js": "3.2.6",
70
70
  "zone.js": "~0.11.4",
71
- "@wavemaker/app-ng-runtime": "11.0.0-next.138581"
71
+ "@wavemaker/app-ng-runtime": "11.0.0-next.138582"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -41135,7 +41135,7 @@ class ASTCompiler {
41135
41135
  const ast = this.cAst;
41136
41136
  const stmts = this.cStmts;
41137
41137
  const k = this.build(ast.key, stmts);
41138
- const o = this.build(ast.obj, stmts);
41138
+ const o = this.build(ast.receiver, stmts);
41139
41139
  const v = this.createVar();
41140
41140
  stmts.push(`${v}=${o}&&${o}[${k}]`);
41141
41141
  return v;
@@ -41135,7 +41135,7 @@ class ASTCompiler {
41135
41135
  const ast = this.cAst;
41136
41136
  const stmts = this.cStmts;
41137
41137
  const k = this.build(ast.key, stmts);
41138
- const o = this.build(ast.obj, stmts);
41138
+ const o = this.build(ast.receiver, stmts);
41139
41139
  const v = this.createVar();
41140
41140
  stmts.push(`${v}=${o}&&${o}[${k}]`);
41141
41141
  return v;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.0.0-next.138581",
3
+ "version": "11.0.0-next.138582",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {