@nx/node 0.0.0-pr-32117-a841f88 → 0.0.0-pr-32117-ebf1c19

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/node",
3
- "version": "0.0.0-pr-32117-a841f88",
3
+ "version": "0.0.0-pr-32117-ebf1c19",
4
4
  "private": false,
5
5
  "description": "The Node Plugin for Nx contains generators to manage Node applications within an Nx workspace.",
6
6
  "repository": {
@@ -32,16 +32,16 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "tslib": "^2.3.0",
35
- "@nx/devkit": "0.0.0-pr-32117-a841f88",
36
- "@nx/jest": "0.0.0-pr-32117-a841f88",
37
- "@nx/js": "0.0.0-pr-32117-a841f88",
38
- "@nx/eslint": "0.0.0-pr-32117-a841f88",
39
- "@nx/docker": "0.0.0-pr-32117-a841f88",
35
+ "@nx/devkit": "0.0.0-pr-32117-ebf1c19",
36
+ "@nx/jest": "0.0.0-pr-32117-ebf1c19",
37
+ "@nx/js": "0.0.0-pr-32117-ebf1c19",
38
+ "@nx/eslint": "0.0.0-pr-32117-ebf1c19",
39
+ "@nx/docker": "0.0.0-pr-32117-ebf1c19",
40
40
  "tcp-port-used": "^1.0.2",
41
41
  "kill-port": "^1.6.1"
42
42
  },
43
43
  "devDependencies": {
44
- "nx": "0.0.0-pr-32117-a841f88"
44
+ "nx": "0.0.0-pr-32117-ebf1c19"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"
@@ -1 +1 @@
1
- {"version":3,"file":"create-targets.d.ts","sourceRoot":"","sources":["../../../../../../../packages/node/src/generators/application/lib/create-targets.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,oBAAoB,EACpB,IAAI,EACJ,mBAAmB,EAEpB,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,oBAAoB,EAC7B,OAAO,EAAE,gBAAgB,GACxB,mBAAmB,CA+BrB;AAED,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,oBAAoB,EAC7B,OAAO,EAAE,gBAAgB,GACxB,mBAAmB,CAqCrB;AAED,wBAAgB,cAAc,CAAC,OAAO,EAAE,gBAAgB,GAAG,mBAAmB,CAuB7E;AAED,wBAAgB,yBAAyB,IAAI,mBAAmB,CAa/D;AAED,wBAAgB,eAAe,CAC7B,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,GACjB;IACD,KAAK,EAAE,mBAAmB,CAAC;IAC3B,gBAAgB,EAAE,mBAAmB,CAAC;IACtC,wBAAwB,EAAE,mBAAmB,CAAC;CAC/C,CA8BA"}
1
+ {"version":3,"file":"create-targets.d.ts","sourceRoot":"","sources":["../../../../../../../packages/node/src/generators/application/lib/create-targets.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,oBAAoB,EACpB,IAAI,EACJ,mBAAmB,EAEpB,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,oBAAoB,EAC7B,OAAO,EAAE,gBAAgB,GACxB,mBAAmB,CA+BrB;AAED,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,oBAAoB,EAC7B,OAAO,EAAE,gBAAgB,GACxB,mBAAmB,CAqCrB;AAED,wBAAgB,cAAc,CAAC,OAAO,EAAE,gBAAgB,GAAG,mBAAmB,CAuB7E;AAED,wBAAgB,yBAAyB,IAAI,mBAAmB,CAa/D;AAED,wBAAgB,eAAe,CAC7B,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,GACjB;IACD,KAAK,EAAE,mBAAmB,CAAC;IAC3B,gBAAgB,EAAE,mBAAmB,CAAC;IACtC,wBAAwB,EAAE,mBAAmB,CAAC;CAC/C,CAgCA"}
@@ -115,8 +115,8 @@ function getPruneTargets(buildTarget, outputPath) {
115
115
  cache: true,
116
116
  executor: '@nx/js:prune-lockfile',
117
117
  outputs: [
118
- (0, devkit_1.joinPathFragments)(outputPath, 'package.json'),
119
- (0, devkit_1.joinPathFragments)(outputPath, lockFileName),
118
+ `{workspaceRoot}/${(0, devkit_1.joinPathFragments)(outputPath, 'package.json')}`,
119
+ `{workspaceRoot}/${(0, devkit_1.joinPathFragments)(outputPath, lockFileName)}`,
120
120
  ],
121
121
  options: {
122
122
  buildTarget,
@@ -125,7 +125,9 @@ function getPruneTargets(buildTarget, outputPath) {
125
125
  'copy-workspace-modules': {
126
126
  dependsOn: ['build'],
127
127
  cache: true,
128
- outputs: [(0, devkit_1.joinPathFragments)(outputPath, 'workspace_modules')],
128
+ outputs: [
129
+ `{workspaceRoot}/${(0, devkit_1.joinPathFragments)(outputPath, 'workspace_modules')}`,
130
+ ],
129
131
  executor: '@nx/js:copy-workspace-modules',
130
132
  options: {
131
133
  buildTarget,