@wavemaker/angular-codegen 11.12.1-rc.6244 → 11.13.0-rc.222

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-app",
3
- "version": "11.12.1-rc.6244",
3
+ "version": "11.13.0-rc.222",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "start": "./node_modules/.bin/ng serve",
@@ -37,18 +37,17 @@
37
37
  "@fullcalendar/list": "6.1.15",
38
38
  "@fullcalendar/timegrid": "6.1.15",
39
39
  "@metrichor/jmespath": "0.3.1",
40
- "@wavemaker/custom-widgets-m3": "11.12.1-rc.6244",
40
+ "@wavemaker/custom-widgets-m3": "11.13.0-rc.222",
41
41
  "@wavemaker/focus-trap": "1.0.1",
42
- "@wavemaker/foundation-css": "11.12.1-rc.6244",
42
+ "@wavemaker/foundation-css": "11.13.0-rc.222",
43
43
  "@wavemaker/nvd3": "1.8.13",
44
- "@wavemaker/variables": "11.12.1-rc.6244",
44
+ "@wavemaker/variables": "11.13.0-rc.222",
45
45
  "@ztree/ztree_v3": "3.5.48",
46
46
  "angular-imask": "^7.6.1",
47
47
  "angular2-websocket": "0.9.7",
48
48
  "core-js": "3.35.1",
49
49
  "d3": "7.8.5",
50
50
  "esbuild-wasm": "^0.24.2",
51
- "hammerjs": "2.0.8",
52
51
  "iscroll": "5.2.0",
53
52
  "jquery": "3.7.1",
54
53
  "jquery-ui": "1.13.3",
@@ -67,7 +66,7 @@
67
66
  "tslib": "2.4.1",
68
67
  "x2js": "3.4.4",
69
68
  "zone.js": "0.14.10",
70
- "@wavemaker/app-ng-runtime": "11.12.1-rc.6244"
69
+ "@wavemaker/app-ng-runtime": "11.13.0-rc.222"
71
70
  },
72
71
  "devDependencies": {
73
72
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
@@ -117,7 +116,7 @@
117
116
  "rimraf": "2.6.3",
118
117
  "rollup": "4.28.1",
119
118
  "rollup-plugin-includepaths": "0.2.3",
120
- "sonarqube-scanner": "4.2.6",
119
+ "sonarqube-scanner": "3.5.0",
121
120
  "terser": "^5.15.1",
122
121
  "ts-node": "7.0.1",
123
122
  "tslint": "~6.1.0",
@@ -0,0 +1,14 @@
1
+ module.exports = {
2
+ "/services": {
3
+ target: "https://<your-deployed-app-url>/",
4
+ secure: true,
5
+ changeOrigin: true
6
+ },
7
+ "/j_spring_security_check": {
8
+ target: "https://<your-deployed-app-url>/",
9
+ secure: true,
10
+ changeOrigin: true,
11
+ cookiePathRewrite: "/",
12
+ cookieDomainRewrite: "localhost"
13
+ }
14
+ };