@wavemaker/angular-codegen 11.8.0-next.24865 → 11.8.0-next.43802
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 +4 -1685
- angular-codegen/angular-app/package-lock.json +5483 -7000
- angular-codegen/angular-app/package.json +22 -22
- angular-codegen/dependencies/expression-parser.cjs.js +18577 -7347
- angular-codegen/dependencies/pipe-provider.cjs.js +112170 -80457
- angular-codegen/dependencies/transpilation-mobile.cjs.js +39092 -23219
- angular-codegen/dependencies/transpilation-web.cjs.js +39092 -23219
- angular-codegen/package.json +1 -1
|
@@ -6,10 +6,10 @@
|
|
|
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",
|
|
10
10
|
"test:watch": "jest --watch",
|
|
11
|
-
"test:coverage": "jest --coverage
|
|
12
|
-
"test-prod": "jest --no-cache --no-color --
|
|
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",
|
|
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",
|
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
},
|
|
18
18
|
"private": true,
|
|
19
19
|
"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": "
|
|
20
|
+
"@angular/animations": "17.3.11",
|
|
21
|
+
"@angular/common": "17.3.11",
|
|
22
|
+
"@angular/compiler": "17.3.11",
|
|
23
|
+
"@angular/core": "17.3.11",
|
|
24
|
+
"@angular/forms": "17.3.11",
|
|
25
|
+
"@angular/platform-browser": "17.3.11",
|
|
26
|
+
"@angular/platform-browser-dynamic": "17.3.11",
|
|
27
|
+
"@angular/router": "17.3.11",
|
|
28
|
+
"@angular/service-worker": "17.3.11",
|
|
29
29
|
"@awesome-cordova-plugins/app-version": "5.39.1",
|
|
30
30
|
"@awesome-cordova-plugins/barcode-scanner": "5.39.1",
|
|
31
31
|
"@awesome-cordova-plugins/calendar": "5.39.1",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@metrichor/jmespath": "0.3.1",
|
|
46
46
|
"@wavemaker/focus-trap": "1.0.0",
|
|
47
47
|
"@wavemaker/nvd3": "1.8.11",
|
|
48
|
-
"@wavemaker/variables": "11.8.0-next.
|
|
48
|
+
"@wavemaker/variables": "11.8.0-next.43802",
|
|
49
49
|
"@ztree/ztree_v3": "3.5.48",
|
|
50
50
|
"angular-imask": "^7.6.1",
|
|
51
51
|
"angular2-websocket": "0.9.7",
|
|
@@ -70,16 +70,16 @@
|
|
|
70
70
|
"ts-jest": "29.1.1",
|
|
71
71
|
"tslib": "2.4.1",
|
|
72
72
|
"x2js": "3.4.4",
|
|
73
|
-
"zone.js": "0.
|
|
74
|
-
"@wavemaker/app-ng-runtime": "11.8.0-next.
|
|
73
|
+
"zone.js": "0.14.7",
|
|
74
|
+
"@wavemaker/app-ng-runtime": "11.8.0-next.43802"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@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": "
|
|
78
|
+
"@angular-builders/custom-webpack": "17.0.2",
|
|
79
|
+
"@angular-devkit/build-angular": "17.3.8",
|
|
80
|
+
"@angular/cli": "17.3.8",
|
|
81
|
+
"@angular/compiler-cli": "17.3.11",
|
|
82
|
+
"@angular/language-service": "17.3.11",
|
|
83
83
|
"@babel/plugin-transform-runtime": "^7.14.5",
|
|
84
84
|
"@compodoc/compodoc": "^1.1.19",
|
|
85
85
|
"@rollup/plugin-alias": "4.0.2",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"jest-preset-angular": "^14.1.0",
|
|
102
102
|
"moment": "2.29.4",
|
|
103
103
|
"moment-timezone": "^0.5.34",
|
|
104
|
-
"ng-packagr": "
|
|
104
|
+
"ng-packagr": "17.3.0",
|
|
105
105
|
"npm-run-all": "4.1.5",
|
|
106
106
|
"owasp-dependency-check": "0.0.21",
|
|
107
107
|
"rimraf": "2.6.3",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"terser": "^5.15.1",
|
|
112
112
|
"ts-node": "7.0.1",
|
|
113
113
|
"tslint": "~6.1.0",
|
|
114
|
-
"typescript": "4.
|
|
114
|
+
"typescript": "5.4.5",
|
|
115
115
|
"util": "0.11.1",
|
|
116
116
|
"yargs": "^17.3.1"
|
|
117
117
|
},
|