@wavemaker/angular-codegen 12.0.0-next.45104 → 12.0.0-next.45127
Sign up to get free protection for your applications and to get access to all the features.
- angular-codegen/angular-app/angular.json +13 -1
- angular-codegen/angular-app/build-scripts/update-version.js +24 -0
- angular-codegen/angular-app/package-lock.json +5808 -10278
- angular-codegen/angular-app/package.json +20 -13
- angular-codegen/angular-app/src/assets/styles/css/wm-style.css +1 -1
- angular-codegen/angular-app/src/setup-jest.js +1 -0
- angular-codegen/dependencies/pipe-provider.cjs.js +31 -25
- angular-codegen/dependencies/transpilation-mobile.cjs.js +57 -47
- angular-codegen/dependencies/transpilation-web.cjs.js +57 -47
- angular-codegen/package.json +1 -1
@@ -8,9 +8,9 @@
|
|
8
8
|
"post-build": "node build-scripts/post-build.js",
|
9
9
|
"test": "jest --no-cache",
|
10
10
|
"test:watch": "jest --watch",
|
11
|
-
"test:coverage": "jest --coverage",
|
11
|
+
"test:coverage": "jest --coverage && node jest-code-coverage-report.js",
|
12
12
|
"test-prod": "jest --no-cache --no-color --ci --silent 2>&1 | sed 's/\\x1b\\[[0-9;]*m//g' > karma-test-report.txt",
|
13
|
-
"lint": "
|
13
|
+
"lint": "eslint src/",
|
14
14
|
"e2e": "./node_modules/.bin/ng e2e",
|
15
15
|
"optimizecss": "gulp --gulpfile build-scripts/optimize-css.gulpfile.js",
|
16
16
|
"owasp": "owasp-dependency-check --project \"wavemaker-ng-runtime\" -f \"ALL\""
|
@@ -44,10 +44,10 @@
|
|
44
44
|
"@babel/runtime": "7.14.8",
|
45
45
|
"@metrichor/jmespath": "0.3.1",
|
46
46
|
"@wavemaker/focus-trap": "1.0.1",
|
47
|
-
"@wavemaker/
|
48
|
-
"@wavemaker/
|
49
|
-
"@wavemaker/
|
50
|
-
"@wavemaker/variables": "12.0.0-next.
|
47
|
+
"@wavemaker/foundation-css": "12.0.0-next.45127",
|
48
|
+
"@wavemaker/custom-widgets-m3": "12.0.0-next.45127",
|
49
|
+
"@wavemaker/nvd3": "1.8.12",
|
50
|
+
"@wavemaker/variables": "12.0.0-next.45127",
|
51
51
|
"@ztree/ztree_v3": "3.5.48",
|
52
52
|
"angular-imask": "^7.6.1",
|
53
53
|
"angular2-websocket": "0.9.7",
|
@@ -67,22 +67,27 @@
|
|
67
67
|
"ngx-toastr": "17.0.2",
|
68
68
|
"rxjs": "6.6.0",
|
69
69
|
"rxjs-compat": "6.4.0",
|
70
|
-
"summernote": "0.8.
|
70
|
+
"summernote": "0.8.20",
|
71
71
|
"ts-jest": "29.1.1",
|
72
72
|
"tslib": "2.4.1",
|
73
73
|
"x2js": "3.4.4",
|
74
74
|
"zone.js": "0.14.7",
|
75
|
-
"@wavemaker/app-ng-runtime": "12.0.0-next.
|
75
|
+
"@wavemaker/app-ng-runtime": "12.0.0-next.45127"
|
76
76
|
},
|
77
77
|
"devDependencies": {
|
78
78
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
79
79
|
"@angular-builders/custom-webpack": "17.0.2",
|
80
80
|
"@angular-devkit/build-angular": "17.3.8",
|
81
|
+
"@angular-eslint/builder": "17.5.3",
|
82
|
+
"@angular-eslint/eslint-plugin": "17.5.3",
|
83
|
+
"@angular-eslint/eslint-plugin-template": "17.5.3",
|
84
|
+
"@angular-eslint/schematics": "17.5.3",
|
85
|
+
"@angular-eslint/template-parser": "17.5.3",
|
81
86
|
"@angular/cli": "17.3.8",
|
82
87
|
"@angular/compiler-cli": "17.3.11",
|
83
88
|
"@angular/language-service": "17.3.11",
|
84
89
|
"@babel/plugin-transform-runtime": "^7.14.5",
|
85
|
-
"@compodoc/compodoc": "^1.1.
|
90
|
+
"@compodoc/compodoc": "^1.1.25",
|
86
91
|
"@rollup/plugin-alias": "4.0.2",
|
87
92
|
"@rollup/plugin-commonjs": "24.0.0",
|
88
93
|
"@rollup/plugin-multi-entry": "6.0.0",
|
@@ -93,11 +98,13 @@
|
|
93
98
|
"@types/lodash-es": "4.17.12",
|
94
99
|
"@types/node": "12.11.1",
|
95
100
|
"@types/sizzle": "^2.3.3",
|
101
|
+
"@typescript-eslint/eslint-plugin": "7.11.0",
|
102
|
+
"@typescript-eslint/parser": "7.11.0",
|
96
103
|
"babel-loader": "^9.1.2",
|
97
|
-
"cheerio": "
|
104
|
+
"cheerio": "1.0.0-rc.12",
|
98
105
|
"codelyzer": "5.1.2",
|
99
106
|
"compression-webpack-plugin": "10.0.0",
|
100
|
-
"
|
107
|
+
"eslint": "^8.57.0",
|
101
108
|
"fs": "0.0.1-security",
|
102
109
|
"fs-extra": "7.0.1",
|
103
110
|
"jest": "^29.7.0",
|
@@ -107,11 +114,11 @@
|
|
107
114
|
"moment-timezone": "^0.5.34",
|
108
115
|
"ng-packagr": "17.3.0",
|
109
116
|
"npm-run-all": "4.1.5",
|
110
|
-
"owasp-dependency-check": "0.0.
|
117
|
+
"owasp-dependency-check": "0.0.23",
|
111
118
|
"rimraf": "2.6.3",
|
112
119
|
"rollup": "4.9.5",
|
113
120
|
"rollup-plugin-includepaths": "0.2.3",
|
114
|
-
"sonarqube-scanner": "
|
121
|
+
"sonarqube-scanner": "4.0.1",
|
115
122
|
"terser": "^5.15.1",
|
116
123
|
"ts-node": "7.0.1",
|
117
124
|
"tslint": "~6.1.0",
|