@nx/storybook 16.8.0-beta.2 → 16.8.0-beta.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/storybook",
3
- "version": "16.8.0-beta.2",
3
+ "version": "16.8.0-beta.3",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.",
6
6
  "repository": {
@@ -30,12 +30,12 @@
30
30
  "migrations": "./migrations.json"
31
31
  },
32
32
  "dependencies": {
33
- "@nrwl/storybook": "16.8.0-beta.2",
34
- "@nx/cypress": "16.8.0-beta.2",
35
- "@nx/devkit": "16.8.0-beta.2",
36
- "@nx/js": "16.8.0-beta.2",
37
- "@nx/linter": "16.8.0-beta.2",
38
- "@nx/workspace": "16.8.0-beta.2",
33
+ "@nrwl/storybook": "16.8.0-beta.3",
34
+ "@nx/cypress": "16.8.0-beta.3",
35
+ "@nx/devkit": "16.8.0-beta.3",
36
+ "@nx/js": "16.8.0-beta.3",
37
+ "@nx/linter": "16.8.0-beta.3",
38
+ "@nx/workspace": "16.8.0-beta.3",
39
39
  "@phenomnomnominal/tsquery": "~5.0.1",
40
40
  "semver": "7.5.3",
41
41
  "tslib": "^2.3.0"
@@ -44,5 +44,5 @@
44
44
  "access": "public"
45
45
  },
46
46
  "type": "commonjs",
47
- "gitHead": "9bcc04742f9e1516d8c1ddbfb1907770c347876f"
47
+ "gitHead": "dcd48165a485bc8db57a1fb02b96a0772de3b7e9"
48
48
  }
@@ -68,7 +68,7 @@ function addBaseUrlToCypressConfig(tree, projectName) {
68
68
  else if (tree.exists(cypressTs)) {
69
69
  // cypress >= v10
70
70
  tree.delete(cypressTs);
71
- (0, devkit_1.generateFiles)(tree, (0, devkit_1.joinPathFragments)(__dirname, 'files'), projectRoot, {
71
+ (0, devkit_1.generateFiles)(tree, (0, path_1.join)(__dirname, 'files'), projectRoot, {
72
72
  tpl: '',
73
73
  });
74
74
  }
@@ -440,7 +440,7 @@ function logResult(tree, migrationSummary) {
440
440
  ],
441
441
  color: 'green',
442
442
  });
443
- (0, devkit_1.generateFiles)(tree, (0, devkit_1.joinPathFragments)(__dirname, 'files'), '.', {
443
+ (0, devkit_1.generateFiles)(tree, (0, path_1.join)(__dirname, 'files'), '.', {
444
444
  tmpl: '',
445
445
  successfulProjects: (_a = Object.entries(migrationSummary === null || migrationSummary === void 0 ? void 0 : migrationSummary.successfulProjects)) === null || _a === void 0 ? void 0 : _a.map(([_projectName, command]) => command),
446
446
  failedProjects: (_b = Object.entries(migrationSummary === null || migrationSummary === void 0 ? void 0 : migrationSummary.failedProjects)) === null || _b === void 0 ? void 0 : _b.map(([_projectName, command]) => command),