@wavemaker/angular-codegen 11.10.0-next.25079 → 11.10.0-next.27705
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.
- package/angular-app/angular.json +1 -1
- package/angular-app/build-scripts/build.js +1 -0
- package/angular-app/build-scripts/post-build.js +17 -16
- package/angular-app/dependency-report.html +1 -1
- package/angular-app/npm-shrinkwrap.json +130 -112
- package/angular-app/package-lock.json +130 -112
- package/angular-app/package.json +8 -6
- package/angular-app/src/assets/styles/css/wm-style.css +1 -1
- package/angular-app/src/setup-jest.js +4 -1
- package/build-angular-app.js +375 -35
- package/generate-angular-app.js +3 -1
- package/npm-shrinkwrap.json +88 -63
- package/package-lock.json +88 -63
- package/package.json +4 -4
- package/src/codegen-args-cli.js +1 -1
- package/src/codegen-cli.js +1 -1
- package/src/codegen.js +1 -1
- package/src/copy-utils.js +1 -1
- package/src/project-meta.js +1 -1
- package/src/update-angular-json.js +1 -1
- package/src/wm-utils.js +1 -1
package/angular-app/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-app",
|
|
3
|
-
"version": "11.10.0-next.
|
|
3
|
+
"version": "11.10.0-next.27705",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"start": "./node_modules/.bin/ng serve",
|
|
@@ -47,16 +47,17 @@
|
|
|
47
47
|
"@awesome-cordova-plugins/vibration": "5.39.1",
|
|
48
48
|
"@babel/runtime": "7.14.8",
|
|
49
49
|
"@metrichor/jmespath": "0.3.1",
|
|
50
|
+
"@wavemaker/custom-widgets-m3": "11.10.0-next.27705",
|
|
50
51
|
"@wavemaker/focus-trap": "1.0.1",
|
|
51
|
-
"@wavemaker/foundation-css": "11.10.0-next.
|
|
52
|
-
"@wavemaker/custom-widgets-m3": "11.10.0-next.25079",
|
|
52
|
+
"@wavemaker/foundation-css": "11.10.0-next.27705",
|
|
53
53
|
"@wavemaker/nvd3": "1.8.12",
|
|
54
|
-
"@wavemaker/variables": "11.10.0-next.
|
|
54
|
+
"@wavemaker/variables": "11.10.0-next.27705",
|
|
55
55
|
"@ztree/ztree_v3": "3.5.48",
|
|
56
56
|
"angular-imask": "^7.6.1",
|
|
57
57
|
"angular2-websocket": "0.9.7",
|
|
58
58
|
"core-js": "3.35.1",
|
|
59
59
|
"d3": "7.8.5",
|
|
60
|
+
"esbuild-wasm": "^0.24.2",
|
|
60
61
|
"fullcalendar": "5.3.1",
|
|
61
62
|
"hammerjs": "2.0.8",
|
|
62
63
|
"iscroll": "5.2.0",
|
|
@@ -77,7 +78,7 @@
|
|
|
77
78
|
"tslib": "2.4.1",
|
|
78
79
|
"x2js": "3.4.4",
|
|
79
80
|
"zone.js": "0.14.10",
|
|
80
|
-
"@wavemaker/app-ng-runtime": "11.10.0-next.
|
|
81
|
+
"@wavemaker/app-ng-runtime": "11.10.0-next.27705"
|
|
81
82
|
},
|
|
82
83
|
"devDependencies": {
|
|
83
84
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
|
@@ -136,7 +137,8 @@
|
|
|
136
137
|
"optionalDependencies": {
|
|
137
138
|
"@rollup/rollup-darwin-arm64": "4.9.5",
|
|
138
139
|
"@rollup/rollup-linux-x64-gnu": "4.9.5",
|
|
139
|
-
"@rollup/rollup-win32-x64": "4.9.5"
|
|
140
|
+
"@rollup/rollup-win32-x64": "4.9.5",
|
|
141
|
+
"@lmdb/lmdb-linux-x64": "3.0.13"
|
|
140
142
|
},
|
|
141
143
|
"engines": {
|
|
142
144
|
"node": "~22.11.0",
|