@wavemaker/angular-codegen 11.2.2-rc.5198 → 11.2.2-rc.86

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.
@@ -70,7 +70,7 @@
70
70
  "tslib": "^2.0.0",
71
71
  "x2js": "3.2.6",
72
72
  "zone.js": "~0.11.4",
73
- "@wavemaker/app-ng-runtime": "11.2.2-rc.5198"
73
+ "@wavemaker/app-ng-runtime": "11.2.2-rc.86"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -20261,7 +20261,7 @@ var Observable = /*@__PURE__*/ (function () {
20261
20261
  }());
20262
20262
  function getPromiseCtor(promiseCtor) {
20263
20263
  if (!promiseCtor) {
20264
- promiseCtor = Promise;
20264
+ promiseCtor = config.Promise || Promise;
20265
20265
  }
20266
20266
  if (!promiseCtor) {
20267
20267
  throw new Error('no Promise impl found');
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.2.2-rc.5198",
3
+ "version": "11.2.2-rc.86",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {