@wavemaker/angular-codegen 11.7.0-rc.5528 → 11.7.5-rc.5532
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.
- angular-codegen/angular-app/build-scripts/build.js +2 -2
- angular-codegen/angular-app/package-lock.json +4 -4
- angular-codegen/angular-app/package.json +2 -2
- angular-codegen/angular-app/src/assets/styles/css/wm-style.css +1 -1
- angular-codegen/angular-app/wm-custom-webpack.config.js +60 -0
- angular-codegen/build-angular-app.js +8 -1
- angular-codegen/dependencies/transpilation-mobile.cjs.js +11 -1
- angular-codegen/dependencies/transpilation-web.cjs.js +11 -1
- angular-codegen/package.json +1 -1
|
@@ -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("
|
|
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.
|
|
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.
|
|
5693
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.7.
|
|
5694
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
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",
|