@wavemaker/angular-codegen 12.0.0-next.45503 → 12.0.0-next.46502
Sign up to get free protection for your applications and to get access to all the features.
- angular-codegen/angular-app/angular.json +15 -1
- angular-codegen/angular-app/package-lock.json +4018 -1582
- angular-codegen/angular-app/package.json +12 -4
- angular-codegen/angular-app/src/assets/styles/css/wm-style.css +1 -1
- angular-codegen/dependencies/pipe-provider.cjs.js +9 -12031
- angular-codegen/dependencies/transpilation-mobile.cjs.js +63 -821
- angular-codegen/dependencies/transpilation-web.cjs.js +63 -6066
- angular-codegen/package-lock.json +373 -60
- angular-codegen/package.json +2 -2
@@ -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\""
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"@metrichor/jmespath": "0.3.1",
|
46
46
|
"@wavemaker/focus-trap": "1.0.1",
|
47
47
|
"@wavemaker/nvd3": "1.8.12",
|
48
|
-
"@wavemaker/variables": "12.0.0-next.
|
48
|
+
"@wavemaker/variables": "12.0.0-next.46502",
|
49
49
|
"@ztree/ztree_v3": "3.5.48",
|
50
50
|
"angular-imask": "^7.6.1",
|
51
51
|
"angular2-websocket": "0.9.7",
|
@@ -70,12 +70,17 @@
|
|
70
70
|
"tslib": "2.4.1",
|
71
71
|
"x2js": "3.4.4",
|
72
72
|
"zone.js": "0.14.7",
|
73
|
-
"@wavemaker/app-ng-runtime": "12.0.0-next.
|
73
|
+
"@wavemaker/app-ng-runtime": "12.0.0-next.46502"
|
74
74
|
},
|
75
75
|
"devDependencies": {
|
76
76
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
77
77
|
"@angular-builders/custom-webpack": "17.0.2",
|
78
78
|
"@angular-devkit/build-angular": "17.3.8",
|
79
|
+
"@angular-eslint/builder": "16.2.0",
|
80
|
+
"@angular-eslint/eslint-plugin": "16.2.0",
|
81
|
+
"@angular-eslint/eslint-plugin-template": "16.2.0",
|
82
|
+
"@angular-eslint/schematics": "16.2.0",
|
83
|
+
"@angular-eslint/template-parser": "16.2.0",
|
79
84
|
"@angular/cli": "17.3.8",
|
80
85
|
"@angular/compiler-cli": "17.3.11",
|
81
86
|
"@angular/language-service": "17.3.11",
|
@@ -90,10 +95,13 @@
|
|
90
95
|
"@types/lodash-es": "4.17.12",
|
91
96
|
"@types/node": "12.11.1",
|
92
97
|
"@types/sizzle": "^2.3.3",
|
98
|
+
"@typescript-eslint/eslint-plugin": "6.15.0",
|
99
|
+
"@typescript-eslint/parser": "6.15.0",
|
93
100
|
"babel-loader": "^9.1.2",
|
94
101
|
"cheerio": "1.0.0-rc.12",
|
95
102
|
"codelyzer": "5.1.2",
|
96
103
|
"compression-webpack-plugin": "10.0.0",
|
104
|
+
"eslint": "^8.45.0",
|
97
105
|
"fs": "0.0.1-security",
|
98
106
|
"fs-extra": "7.0.1",
|
99
107
|
"jest": "^29.7.0",
|