@nestjs/cli 10.1.13 → 10.1.14

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.
@@ -70,8 +70,6 @@ class StartAction extends build_action_1.BuildAction {
70
70
  if (!fs.existsSync(outputFilePath + '.js')) {
71
71
  outputFilePath = (0, path_1.join)(outDirName, entryFile);
72
72
  }
73
- // Resolve to real file path
74
- outputFilePath = require.resolve(outputFilePath);
75
73
  let childProcessArgs = [];
76
74
  const argsStartIndex = process.argv.indexOf('--');
77
75
  if (argsStartIndex >= 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjs/cli",
3
- "version": "10.1.13",
3
+ "version": "10.1.14",
4
4
  "description": "Nest - modern, fast, powerful node.js web framework (@cli)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -67,8 +67,8 @@
67
67
  "@swc/cli": "0.1.62",
68
68
  "@swc/core": "1.3.78",
69
69
  "@types/inquirer": "9.0.3",
70
- "@types/jest": "29.5.3",
71
- "@types/node": "18.17.7",
70
+ "@types/jest": "29.5.4",
71
+ "@types/node": "18.17.8",
72
72
  "@types/node-emoji": "1.8.2",
73
73
  "@types/shelljs": "0.8.12",
74
74
  "@types/webpack-node-externals": "3.0.0",