@wavemaker/angular-codegen 11.4.0-next.1417062 → 11.4.0-next.1417064
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.
|
5964
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.0-next.
|
5965
|
-
"integrity": "sha512-
|
5963
|
+
"version": "11.4.0-next.1417064",
|
5964
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.0-next.1417064.tgz",
|
5965
|
+
"integrity": "sha512-NFEC2u3s4776X+rc7gClK+b9flQtCdKajlzU3zWoEaNgFFbZ8kIl16SliLn/pG1vOqB1PFXnie+Woq2YJ9LZgQ==",
|
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.
|
50
|
+
"@wavemaker/variables": "11.4.0-next.1417064",
|
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.
|
74
|
+
"@wavemaker/app-ng-runtime": "11.4.0-next.1417064"
|
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 = Promise;
|
20264
|
+
promiseCtor = config.Promise || Promise;
|
20265
20265
|
}
|
20266
20266
|
if (!promiseCtor) {
|
20267
20267
|
throw new Error('no Promise impl found');
|