@angular-devkit/build-angular 13.3.2 → 13.3.3

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/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@angular-devkit/build-angular",
3
- "version": "13.3.2",
3
+ "version": "13.3.3",
4
4
  "description": "Angular Webpack Build Facade",
5
5
  "main": "src/index.js",
6
6
  "typings": "src/index.d.ts",
7
7
  "builders": "builders.json",
8
8
  "dependencies": {
9
9
  "@ampproject/remapping": "1.1.1",
10
- "@angular-devkit/architect": "0.1303.2",
11
- "@angular-devkit/build-webpack": "0.1303.2",
12
- "@angular-devkit/core": "13.3.2",
10
+ "@angular-devkit/architect": "0.1303.3",
11
+ "@angular-devkit/build-webpack": "0.1303.3",
12
+ "@angular-devkit/core": "13.3.3",
13
13
  "@babel/core": "7.16.12",
14
14
  "@babel/generator": "7.16.8",
15
15
  "@babel/helper-annotate-as-pure": "7.16.7",
@@ -20,7 +20,7 @@
20
20
  "@babel/runtime": "7.16.7",
21
21
  "@babel/template": "7.16.7",
22
22
  "@discoveryjs/json-ext": "0.5.6",
23
- "@ngtools/webpack": "13.3.2",
23
+ "@ngtools/webpack": "13.3.3",
24
24
  "ansi-colors": "4.1.1",
25
25
  "babel-loader": "8.2.3",
26
26
  "babel-plugin-istanbul": "6.1.1",
@@ -334,6 +334,7 @@ async function getCommonConfig(wco) {
334
334
  asyncWebAssembly: true,
335
335
  },
336
336
  infrastructureLogging: {
337
+ debug: verbose,
337
338
  level: verbose ? 'verbose' : 'error',
338
339
  },
339
340
  stats: (0, helpers_1.getStatsOptions)(verbose),