@nx/js 21.4.0-beta.8 → 21.4.0-beta.9

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/js",
3
- "version": "21.4.0-beta.8",
3
+ "version": "21.4.0-beta.9",
4
4
  "private": false,
5
5
  "description": "The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ",
6
6
  "repository": {
@@ -39,8 +39,8 @@
39
39
  "@babel/preset-env": "^7.23.2",
40
40
  "@babel/preset-typescript": "^7.22.5",
41
41
  "@babel/runtime": "^7.22.6",
42
- "@nx/devkit": "21.4.0-beta.8",
43
- "@nx/workspace": "21.4.0-beta.8",
42
+ "@nx/devkit": "21.4.0-beta.9",
43
+ "@nx/workspace": "21.4.0-beta.9",
44
44
  "@zkochan/js-yaml": "0.0.7",
45
45
  "babel-plugin-const-enum": "^1.0.1",
46
46
  "babel-plugin-macros": "^3.1.0",
@@ -63,7 +63,7 @@
63
63
  "tslib": "^2.3.0"
64
64
  },
65
65
  "devDependencies": {
66
- "nx": "21.4.0-beta.8"
66
+ "nx": "21.4.0-beta.9"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "verdaccio": "^6.0.5"
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=release-publish.impl.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"release-publish.impl.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/js/src/executors/release-publish/release-publish.impl.spec.ts"],"names":[],"mappings":""}
@@ -155,10 +155,10 @@ Please update the local dependency on "${depName}" to be a valid semantic versio
155
155
  !(err.stderr?.toString().includes('E404') &&
156
156
  err.stderr?.toString().includes('no such package available'))) {
157
157
  console.error('npm dist-tag add error:');
158
- if (stdoutData.error.summary) {
158
+ if (stdoutData.error?.summary) {
159
159
  console.error(stdoutData.error.summary);
160
160
  }
161
- if (stdoutData.error.detail) {
161
+ if (stdoutData.error?.detail) {
162
162
  console.error(stdoutData.error.detail);
163
163
  }
164
164
  if (context.isVerbose) {