@wavemaker/angular-codegen 11.8.0-next.139432 → 11.8.0-next.141662
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/angular.json +1685 -4
- angular-codegen/angular-app/package-lock.json +7325 -5593
- angular-codegen/angular-app/package.json +23 -22
- angular-codegen/dependencies/expression-parser.cjs.js +8302 -19532
- angular-codegen/dependencies/pipe-provider.cjs.js +51469 -83182
- angular-codegen/dependencies/transpilation-mobile.cjs.js +29959 -45839
- angular-codegen/dependencies/transpilation-web.cjs.js +29959 -45839
- angular-codegen/package-lock.json +256 -51
- angular-codegen/package.json +2 -1
|
@@ -6,26 +6,27 @@
|
|
|
6
6
|
"start": "./node_modules/.bin/ng serve",
|
|
7
7
|
"build": "node build-scripts/build.js",
|
|
8
8
|
"post-build": "node build-scripts/post-build.js",
|
|
9
|
-
"test": "jest --no-cache",
|
|
9
|
+
"test": "jest --no-cache --detectOpenHandles",
|
|
10
10
|
"test:watch": "jest --watch",
|
|
11
|
-
"test:coverage": "jest --coverage",
|
|
12
|
-
"test-prod": "jest --no-cache --no-color --ci --silent 2>&1 | sed 's/\\x1b\\[[0-9;]*m//g' > karma-test-report.txt",
|
|
11
|
+
"test:coverage": "jest --coverage --detectOpenHandles",
|
|
12
|
+
"test-prod": "jest --no-cache --no-color --detectOpenHandles --ci --silent 2>&1 | sed 's/\\x1b\\[[0-9;]*m//g' > karma-test-report.txt",
|
|
13
13
|
"lint": "./node_modules/.bin/ng lint",
|
|
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\""
|
|
17
17
|
},
|
|
18
18
|
"private": true,
|
|
19
|
+
"bundledDependencies": true,
|
|
19
20
|
"dependencies": {
|
|
20
|
-
"@angular/animations": "
|
|
21
|
-
"@angular/common": "
|
|
22
|
-
"@angular/compiler": "
|
|
23
|
-
"@angular/core": "
|
|
24
|
-
"@angular/forms": "
|
|
25
|
-
"@angular/platform-browser": "
|
|
26
|
-
"@angular/platform-browser-dynamic": "
|
|
27
|
-
"@angular/router": "
|
|
28
|
-
"@angular/service-worker": "
|
|
21
|
+
"@angular/animations": "16.2.12",
|
|
22
|
+
"@angular/common": "16.2.12",
|
|
23
|
+
"@angular/compiler": "16.2.12",
|
|
24
|
+
"@angular/core": "16.2.12",
|
|
25
|
+
"@angular/forms": "16.2.12",
|
|
26
|
+
"@angular/platform-browser": "16.2.12",
|
|
27
|
+
"@angular/platform-browser-dynamic": "16.2.12",
|
|
28
|
+
"@angular/router": "16.2.12",
|
|
29
|
+
"@angular/service-worker": "16.2.12",
|
|
29
30
|
"@awesome-cordova-plugins/app-version": "5.39.1",
|
|
30
31
|
"@awesome-cordova-plugins/barcode-scanner": "5.39.1",
|
|
31
32
|
"@awesome-cordova-plugins/calendar": "5.39.1",
|
|
@@ -45,7 +46,7 @@
|
|
|
45
46
|
"@metrichor/jmespath": "0.3.1",
|
|
46
47
|
"@wavemaker/focus-trap": "1.0.0",
|
|
47
48
|
"@wavemaker/nvd3": "1.8.11",
|
|
48
|
-
"@wavemaker/variables": "11.8.0-next.
|
|
49
|
+
"@wavemaker/variables": "11.8.0-next.141662",
|
|
49
50
|
"@ztree/ztree_v3": "3.5.48",
|
|
50
51
|
"angular-imask": "^7.6.1",
|
|
51
52
|
"angular2-websocket": "0.9.7",
|
|
@@ -70,16 +71,16 @@
|
|
|
70
71
|
"ts-jest": "29.1.1",
|
|
71
72
|
"tslib": "2.4.1",
|
|
72
73
|
"x2js": "3.4.4",
|
|
73
|
-
"zone.js": "0.
|
|
74
|
-
"@wavemaker/app-ng-runtime": "11.8.0-next.
|
|
74
|
+
"zone.js": "0.13.3",
|
|
75
|
+
"@wavemaker/app-ng-runtime": "11.8.0-next.141662"
|
|
75
76
|
},
|
|
76
77
|
"devDependencies": {
|
|
77
78
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
|
78
|
-
"@angular-builders/custom-webpack": "
|
|
79
|
-
"@angular-devkit/build-angular": "
|
|
80
|
-
"@angular/cli": "
|
|
81
|
-
"@angular/compiler-cli": "
|
|
82
|
-
"@angular/language-service": "
|
|
79
|
+
"@angular-builders/custom-webpack": "16.0.1",
|
|
80
|
+
"@angular-devkit/build-angular": "16.2.11",
|
|
81
|
+
"@angular/cli": "16.2.11",
|
|
82
|
+
"@angular/compiler-cli": "16.2.12",
|
|
83
|
+
"@angular/language-service": "16.2.12",
|
|
83
84
|
"@babel/plugin-transform-runtime": "^7.14.5",
|
|
84
85
|
"@compodoc/compodoc": "^1.1.19",
|
|
85
86
|
"@rollup/plugin-alias": "4.0.2",
|
|
@@ -101,7 +102,7 @@
|
|
|
101
102
|
"jest-preset-angular": "^14.1.0",
|
|
102
103
|
"moment": "2.29.4",
|
|
103
104
|
"moment-timezone": "^0.5.34",
|
|
104
|
-
"ng-packagr": "
|
|
105
|
+
"ng-packagr": "16.2.3",
|
|
105
106
|
"npm-run-all": "4.1.5",
|
|
106
107
|
"owasp-dependency-check": "0.0.21",
|
|
107
108
|
"rimraf": "2.6.3",
|
|
@@ -111,7 +112,7 @@
|
|
|
111
112
|
"terser": "^5.15.1",
|
|
112
113
|
"ts-node": "7.0.1",
|
|
113
114
|
"tslint": "~6.1.0",
|
|
114
|
-
"typescript": "
|
|
115
|
+
"typescript": "4.9.5",
|
|
115
116
|
"util": "0.11.1",
|
|
116
117
|
"yargs": "^17.3.1"
|
|
117
118
|
},
|