@wavemaker/angular-codegen 11.4.0-next.1417060 → 11.4.0-next.1417062

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.
@@ -5960,9 +5960,9 @@
5960
5960
  }
5961
5961
  },
5962
5962
  "@wavemaker/variables": {
5963
- "version": "11.4.0-next.1417060",
5964
- "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.0-next.1417060.tgz",
5965
- "integrity": "sha512-aRpQ1X5BxN+56oDKe7hVf+Abe1D15Nu9lJ3GiPfp+SyCYMTfKy036NuMhocDPgIIicYU9Py72QZ6DilEcclZQg==",
5963
+ "version": "11.4.0-next.1417062",
5964
+ "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.0-next.1417062.tgz",
5965
+ "integrity": "sha512-Fhso150o7ZYtHT/SwWypSiV2zvmT97ie+MSmq0EPBTSoft2b2kYWdg36dVYo2dBSbGYcEEQo18xqWgpNStB7JA==",
5966
5966
  "requires": {
5967
5967
  "@metrichor/jmespath": "^0.3.1",
5968
5968
  "he": "^1.2.0",
@@ -47,7 +47,7 @@
47
47
  "@metrichor/jmespath": "^0.3.1",
48
48
  "@wavemaker.com/nvd3": "1.0.0",
49
49
  "@wavemaker/focus-trap": "^1.0.0",
50
- "@wavemaker/variables": "11.4.0-next.1417060",
50
+ "@wavemaker/variables": "11.4.0-next.1417062",
51
51
  "angular-imask": "6.0.4",
52
52
  "angular2-websocket": "0.9.7",
53
53
  "core-js": "2.5.4",
@@ -71,7 +71,7 @@
71
71
  "tslib": "^2.0.0",
72
72
  "x2js": "3.2.6",
73
73
  "zone.js": "~0.11.4",
74
- "@wavemaker/app-ng-runtime": "11.4.0-next.1417060"
74
+ "@wavemaker/app-ng-runtime": "11.4.0-next.1417062"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@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 = config.Promise || Promise;
20264
+ promiseCtor = 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.4.0-next.1417060",
3
+ "version": "11.4.0-next.1417062",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {