@nx/storybook 16.8.0-beta.2 → 16.8.0-beta.4
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.
|
|
3
|
+
"version": "16.8.0-beta.4",
|
|
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.
|
|
34
|
-
"@nx/cypress": "16.8.0-beta.
|
|
35
|
-
"@nx/devkit": "16.8.0-beta.
|
|
36
|
-
"@nx/js": "16.8.0-beta.
|
|
37
|
-
"@nx/linter": "16.8.0-beta.
|
|
38
|
-
"@nx/workspace": "16.8.0-beta.
|
|
33
|
+
"@nrwl/storybook": "16.8.0-beta.4",
|
|
34
|
+
"@nx/cypress": "16.8.0-beta.4",
|
|
35
|
+
"@nx/devkit": "16.8.0-beta.4",
|
|
36
|
+
"@nx/js": "16.8.0-beta.4",
|
|
37
|
+
"@nx/linter": "16.8.0-beta.4",
|
|
38
|
+
"@nx/workspace": "16.8.0-beta.4",
|
|
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": "
|
|
47
|
+
"gitHead": "c9aad2dc8c2b34531cf61549bff872e68c481e4e"
|
|
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,
|
|
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,
|
|
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),
|