@wavemaker/angular-codegen 11.2.0-next.140956 → 11.2.0-next.140958

Sign up to get free protection for your applications and to get access to all the features.
@@ -83,7 +83,7 @@
83
83
  "./node_modules/iscroll/build/iscroll.js",
84
84
  "./node_modules/js-cookie/src/js.cookie.js",
85
85
  "./node_modules/jssha/dist/sha256.js",
86
- "./node_modules/tabbable/dist/index.umd.js",
86
+ "./node_modules/tabbable/dist/index.umd.min.js",
87
87
  "./node_modules/@wavemaker/focus-trap/dist/focus-trap.umd.min.js"
88
88
  ]
89
89
  },
@@ -131,6 +131,28 @@
131
131
  "maximumWarning": "2mb"
132
132
  }
133
133
  ]
134
+ },
135
+ "local": {
136
+ "fileReplacements": [
137
+ {
138
+ "replace": "src/environments/environment.ts",
139
+ "with": "src/environments/environment.dev.ts"
140
+ }
141
+ ],
142
+ "optimization": true,
143
+ "outputHashing": "none",
144
+ "sourceMap": true,
145
+ "namedChunks": true,
146
+ "aot": true,
147
+ "extractLicenses": false,
148
+ "vendorChunk": false,
149
+ "buildOptimizer": true,
150
+ "budgets": [
151
+ {
152
+ "type": "initial",
153
+ "maximumWarning": "2mb"
154
+ }
155
+ ]
134
156
  }
135
157
  },
136
158
  "defaultConfiguration": "production"
@@ -180,9 +202,7 @@
180
202
  "./node_modules/hammerjs/hammer.min.js",
181
203
  "./node_modules/iscroll/build/iscroll.js",
182
204
  "./node_modules/js-cookie/src/js.cookie.js",
183
- "./node_modules/jssha/dist/sha256.js",
184
- "./node_modules/tabbable/dist/index.umd.js",
185
- "./node_modules/@wavemaker/focus-trap/dist/focus-trap.umd.min.js"
205
+ "./node_modules/jssha/dist/sha256.js"
186
206
  ],
187
207
  "aot": false,
188
208
  "vendorChunk": true,
@@ -47,11 +47,12 @@
47
47
  "@metrichor/jmespath": "^0.3.1",
48
48
  "@wavemaker.com/nvd3": "1.0.0",
49
49
  "@wavemaker/focus-trap": "^1.0.0",
50
+ "@wavemaker/variables": "11.2.0-next.140958",
50
51
  "angular-imask": "6.3.0",
51
52
  "angular2-websocket": "0.9.7",
52
53
  "core-js": "2.5.4",
53
54
  "d3": "3.5.17",
54
- "fullcalendar": "5.0.0",
55
+ "fullcalendar": "5.3.1",
55
56
  "hammerjs": "2.0.8",
56
57
  "he": "1.2.0",
57
58
  "iscroll": "5.2.0",
@@ -70,7 +71,7 @@
70
71
  "tslib": "2.4.1",
71
72
  "x2js": "^3.4.4",
72
73
  "zone.js": "~0.11.4",
73
- "@wavemaker/app-ng-runtime": "11.2.0-next.140956"
74
+ "@wavemaker/app-ng-runtime": "11.2.0-next.140958"
74
75
  },
75
76
  "devDependencies": {
76
77
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",