@wavemaker/angular-codegen 12.0.0-next.45032 → 12.0.0-next.45503
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 +0 -2
- angular-codegen/angular-app/build-scripts/update-version.js +24 -0
- angular-codegen/angular-app/package-lock.json +394 -4111
- angular-codegen/angular-app/package.json +8 -11
- angular-codegen/angular-app/src/setup-jest.js +1 -0
- angular-codegen/angular-app/tsconfig.json +0 -3
- angular-codegen/dependencies/pipe-provider.cjs.js +12028 -8
- angular-codegen/dependencies/transpilation-mobile.cjs.js +1174 -465
- angular-codegen/dependencies/transpilation-web.cjs.js +6419 -465
- angular-codegen/package-lock.json +1 -1
- angular-codegen/package.json +2 -2
- angular-codegen/src/gen-index-html.js +1 -1
- angular-codegen/src/update-angular-json.js +1 -1
@@ -44,10 +44,8 @@
|
|
44
44
|
"@babel/runtime": "7.14.8",
|
45
45
|
"@metrichor/jmespath": "0.3.1",
|
46
46
|
"@wavemaker/focus-trap": "1.0.1",
|
47
|
-
"@wavemaker/nvd3": "1.8.
|
48
|
-
"@wavemaker/
|
49
|
-
"@wavemaker/custom-widgets-m3": "12.0.0-next.45032",
|
50
|
-
"@wavemaker/variables": "12.0.0-next.45032",
|
47
|
+
"@wavemaker/nvd3": "1.8.12",
|
48
|
+
"@wavemaker/variables": "12.0.0-next.45503",
|
51
49
|
"@ztree/ztree_v3": "3.5.48",
|
52
50
|
"angular-imask": "^7.6.1",
|
53
51
|
"angular2-websocket": "0.9.7",
|
@@ -67,12 +65,12 @@
|
|
67
65
|
"ngx-toastr": "17.0.2",
|
68
66
|
"rxjs": "6.6.0",
|
69
67
|
"rxjs-compat": "6.4.0",
|
70
|
-
"summernote": "0.8.
|
68
|
+
"summernote": "0.8.20",
|
71
69
|
"ts-jest": "29.1.1",
|
72
70
|
"tslib": "2.4.1",
|
73
71
|
"x2js": "3.4.4",
|
74
72
|
"zone.js": "0.14.7",
|
75
|
-
"@wavemaker/app-ng-runtime": "12.0.0-next.
|
73
|
+
"@wavemaker/app-ng-runtime": "12.0.0-next.45503"
|
76
74
|
},
|
77
75
|
"devDependencies": {
|
78
76
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
@@ -82,7 +80,7 @@
|
|
82
80
|
"@angular/compiler-cli": "17.3.11",
|
83
81
|
"@angular/language-service": "17.3.11",
|
84
82
|
"@babel/plugin-transform-runtime": "^7.14.5",
|
85
|
-
"@compodoc/compodoc": "^1.1.
|
83
|
+
"@compodoc/compodoc": "^1.1.25",
|
86
84
|
"@rollup/plugin-alias": "4.0.2",
|
87
85
|
"@rollup/plugin-commonjs": "24.0.0",
|
88
86
|
"@rollup/plugin-multi-entry": "6.0.0",
|
@@ -93,10 +91,9 @@
|
|
93
91
|
"@types/node": "12.11.1",
|
94
92
|
"@types/sizzle": "^2.3.3",
|
95
93
|
"babel-loader": "^9.1.2",
|
96
|
-
"cheerio": "
|
94
|
+
"cheerio": "1.0.0-rc.12",
|
97
95
|
"codelyzer": "5.1.2",
|
98
96
|
"compression-webpack-plugin": "10.0.0",
|
99
|
-
"core-js-builder": "2.5.7",
|
100
97
|
"fs": "0.0.1-security",
|
101
98
|
"fs-extra": "7.0.1",
|
102
99
|
"jest": "^29.7.0",
|
@@ -106,11 +103,11 @@
|
|
106
103
|
"moment-timezone": "^0.5.34",
|
107
104
|
"ng-packagr": "17.3.0",
|
108
105
|
"npm-run-all": "4.1.5",
|
109
|
-
"owasp-dependency-check": "0.0.
|
106
|
+
"owasp-dependency-check": "0.0.23",
|
110
107
|
"rimraf": "2.6.3",
|
111
108
|
"rollup": "4.9.5",
|
112
109
|
"rollup-plugin-includepaths": "0.2.3",
|
113
|
-
"sonarqube-scanner": "
|
110
|
+
"sonarqube-scanner": "4.0.1",
|
114
111
|
"terser": "^5.15.1",
|
115
112
|
"ts-node": "7.0.1",
|
116
113
|
"tslint": "~6.1.0",
|
@@ -37,9 +37,6 @@
|
|
37
37
|
"@wavemaker/variables": [
|
38
38
|
"node_modules/@wavemaker/variables/"
|
39
39
|
],
|
40
|
-
"@wavemaker/custom-widgets-m3": [
|
41
|
-
"node_modules/@wavemaker/custom-widgets-m3/"
|
42
|
-
],
|
43
40
|
"@wm/components/base": [
|
44
41
|
"node_modules/@wavemaker/app-ng-runtime/components/base/public_api.d.ts"
|
45
42
|
],
|