@wavemaker/angular-codegen 11.6.0-next.141929 → 11.6.0-next.141931
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.
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
const { spawnSync } = require('child_process');
|
|
2
|
+
const path = require('path');
|
|
2
3
|
|
|
3
4
|
const args = process.argv.slice(2);
|
|
4
5
|
|
|
@@ -6,7 +7,8 @@ const ngBuildArgs = ['build', ...args];
|
|
|
6
7
|
console.log("Build params - ", ngBuildArgs);
|
|
7
8
|
|
|
8
9
|
//Trigger angular build with the passed params
|
|
9
|
-
const
|
|
10
|
+
const ngPath = path.resolve(process.cwd(), 'node_modules', '.bin', "ng");
|
|
11
|
+
const ngBuildProcess = spawnSync(ngPath, ngBuildArgs, { stdio: 'inherit', shell: true });
|
|
10
12
|
|
|
11
13
|
if (ngBuildProcess.status === 0) {
|
|
12
14
|
console.log('ng build completed successfully!');
|
|
@@ -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.9",
|
|
39
|
-
"@wavemaker/variables": "11.6.0-next.
|
|
39
|
+
"@wavemaker/variables": "11.6.0-next.141931",
|
|
40
40
|
"@ztree/ztree_v3": "^3.5.48",
|
|
41
41
|
"angular-imask": "6.3.0",
|
|
42
42
|
"angular2-websocket": "0.9.7",
|
|
@@ -5947,9 +5947,9 @@
|
|
|
5947
5947
|
}
|
|
5948
5948
|
},
|
|
5949
5949
|
"node_modules/@wavemaker/variables": {
|
|
5950
|
-
"version": "11.6.0-next.
|
|
5951
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.6.0-next.
|
|
5952
|
-
"integrity": "sha512-
|
|
5950
|
+
"version": "11.6.0-next.141931",
|
|
5951
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.6.0-next.141931.tgz",
|
|
5952
|
+
"integrity": "sha512-jgHGOY2laLFX8MKui89nQqm3stT3DOLuS06ha8fxOiTCzEsafnSelem2afHoRTU1fxCitALVX20YSuOnqKMeEw==",
|
|
5953
5953
|
"dependencies": {
|
|
5954
5954
|
"@metrichor/jmespath": "^0.3.1",
|
|
5955
5955
|
"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.9",
|
|
50
|
-
"@wavemaker/variables": "11.6.0-next.
|
|
50
|
+
"@wavemaker/variables": "11.6.0-next.141931",
|
|
51
51
|
"@ztree/ztree_v3": "^3.5.48",
|
|
52
52
|
"angular-imask": "6.3.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.11.4",
|
|
75
|
-
"@wavemaker/app-ng-runtime": "11.6.0-next.
|
|
75
|
+
"@wavemaker/app-ng-runtime": "11.6.0-next.141931"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|