@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.
@@ -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": "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",
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.139432",
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.14.7",
74
- "@wavemaker/app-ng-runtime": "11.8.0-next.139432"
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": "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",
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": "17.3.0",
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": "5.4.5",
115
+ "typescript": "4.9.5",
115
116
  "util": "0.11.1",
116
117
  "yargs": "^17.3.1"
117
118
  },