@wavemaker/angular-codegen 11.7.0-rc.5528 → 11.7.5-rc.5532

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,11 +4,11 @@ const path = require('path');
4
4
  let processArgs = process.argv;
5
5
  if (processArgs.findIndex(arg => arg.startsWith('--max-old-space-size')) !== -1) {
6
6
  process.env.NODE_OPTIONS = processArgs.pop();
7
+ console.log("Setting node options: ", process.env.NODE_OPTIONS);
7
8
  }
8
9
  const args = processArgs.slice(2);
9
10
  const ngBuildArgs = ['build', ...args];
10
- console.log("Build params - ", ngBuildArgs);
11
- console.log("Setting node options - ", process.env.NODE_OPTIONS);
11
+ console.log("\x1b[33m", "Angular build params: ", ngBuildArgs);
12
12
 
13
13
  //Trigger angular build with the passed params
14
14
  const ngPath = path.resolve(process.cwd(), 'node_modules', '.bin', "ng");
@@ -36,7 +36,7 @@
36
36
  "@metrichor/jmespath": "^0.3.1",
37
37
  "@wavemaker/focus-trap": "^1.0.0",
38
38
  "@wavemaker/nvd3": "1.8.11",
39
- "@wavemaker/variables": "11.7.0-rc.5528",
39
+ "@wavemaker/variables": "11.7.5-rc.5532",
40
40
  "@ztree/ztree_v3": "^3.5.48",
41
41
  "angular-imask": "7.4.0",
42
42
  "angular2-websocket": "0.9.7",
@@ -5689,9 +5689,9 @@
5689
5689
  }
5690
5690
  },
5691
5691
  "node_modules/@wavemaker/variables": {
5692
- "version": "11.7.0-rc.5528",
5693
- "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.7.0-rc.5528.tgz",
5694
- "integrity": "sha512-C6JjX9hUbq4BTQoiKCIyr6IHlW6d8yMYdVNbrnjlxxQ8GhRYg/2X97MRaLuEf7ga4YthTGjSectB1h+q3ONttg==",
5692
+ "version": "11.7.5-rc.5532",
5693
+ "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.7.5-rc.5532.tgz",
5694
+ "integrity": "sha512-EGNQXcuGtxKR5t7wQpkQ835H3vw/vpuSNOa4lKXz5wRIPtVHPmo8HWb6pawD1iOLnOSM1pJuoFksCzq/2dMlIA==",
5695
5695
  "dependencies": {
5696
5696
  "@metrichor/jmespath": "^0.3.1",
5697
5697
  "he": "^1.2.0",
@@ -47,7 +47,7 @@
47
47
  "@metrichor/jmespath": "^0.3.1",
48
48
  "@wavemaker/focus-trap": "^1.0.0",
49
49
  "@wavemaker/nvd3": "1.8.11",
50
- "@wavemaker/variables": "11.7.0-rc.5528",
50
+ "@wavemaker/variables": "11.7.5-rc.5532",
51
51
  "@ztree/ztree_v3": "^3.5.48",
52
52
  "angular-imask": "7.4.0",
53
53
  "angular2-websocket": "0.9.7",
@@ -72,7 +72,7 @@
72
72
  "tslib": "2.4.1",
73
73
  "x2js": "^3.4.4",
74
74
  "zone.js": "~0.13.3",
75
- "@wavemaker/app-ng-runtime": "11.7.0-rc.5528"
75
+ "@wavemaker/app-ng-runtime": "11.7.5-rc.5532"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",