@angular-devkit/build-angular 17.3.2 → 17.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": "17.3.2",
3
+ "version": "17.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": "2.3.0",
10
- "@angular-devkit/architect": "0.1703.2",
11
- "@angular-devkit/build-webpack": "0.1703.2",
12
- "@angular-devkit/core": "17.3.2",
10
+ "@angular-devkit/architect": "0.1703.3",
11
+ "@angular-devkit/build-webpack": "0.1703.3",
12
+ "@angular-devkit/core": "17.3.3",
13
13
  "@babel/core": "7.24.0",
14
14
  "@babel/generator": "7.23.6",
15
15
  "@babel/helper-annotate-as-pure": "7.22.5",
@@ -20,7 +20,7 @@
20
20
  "@babel/preset-env": "7.24.0",
21
21
  "@babel/runtime": "7.24.0",
22
22
  "@discoveryjs/json-ext": "0.5.7",
23
- "@ngtools/webpack": "17.3.2",
23
+ "@ngtools/webpack": "17.3.3",
24
24
  "@vitejs/plugin-basic-ssl": "1.1.0",
25
25
  "ansi-colors": "4.1.3",
26
26
  "autoprefixer": "10.4.18",
@@ -156,7 +156,7 @@ exports.log = log;
156
156
  function startNodeServer(serverOutput, port, logger, inspectMode = false) {
157
157
  const outputPath = serverOutput.outputPath;
158
158
  const path = (0, path_1.join)(outputPath, 'main.js');
159
- const env = { ...process.env, SSR_PORT: '' + port, PORT: '' + port };
159
+ const env = { ...process.env, PORT: '' + port };
160
160
  const args = ['--enable-source-maps', `"${path}"`];
161
161
  if (inspectMode) {
162
162
  args.unshift('--inspect-brk');