@cedarjs/cli-storybook-vite 0.1.1 → 0.1.2-next.95
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/dist/commands/storybook.js +2 -2
- package/package.json +10 -10
|
@@ -36,7 +36,7 @@ __export(storybook_exports, {
|
|
|
36
36
|
handler: () => handler
|
|
37
37
|
});
|
|
38
38
|
module.exports = __toCommonJS(storybook_exports);
|
|
39
|
-
var
|
|
39
|
+
var import_termi_link = require("termi-link");
|
|
40
40
|
var import_cli_helpers = require("@cedarjs/cli-helpers");
|
|
41
41
|
const command = "storybook";
|
|
42
42
|
const aliases = ["sb"];
|
|
@@ -75,7 +75,7 @@ function builder(yargs) {
|
|
|
75
75
|
type: "boolean",
|
|
76
76
|
default: defaultOptions.smokeTest
|
|
77
77
|
}).epilogue(
|
|
78
|
-
`Also see the ${(0,
|
|
78
|
+
`Also see the ${(0, import_termi_link.terminalLink)(
|
|
79
79
|
"Redwood CLI Reference",
|
|
80
80
|
"https://redwoodjs.com/docs/cli-commands#storybook"
|
|
81
81
|
)}`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/cli-storybook-vite",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2-next.95+a711c9cda",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -22,27 +22,27 @@
|
|
|
22
22
|
"test:unit": "vitest run"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@cedarjs/cli-helpers": "0.1.
|
|
26
|
-
"@cedarjs/project-config": "0.1.
|
|
27
|
-
"@cedarjs/telemetry": "0.1.
|
|
25
|
+
"@cedarjs/cli-helpers": "0.1.2-next.95+a711c9cda",
|
|
26
|
+
"@cedarjs/project-config": "0.1.2-next.95+a711c9cda",
|
|
27
|
+
"@cedarjs/telemetry": "0.1.2-next.95+a711c9cda",
|
|
28
28
|
"chalk": "4.1.2",
|
|
29
29
|
"execa": "5.1.1",
|
|
30
30
|
"semver": "7.6.3",
|
|
31
31
|
"storybook": "7.6.20",
|
|
32
|
-
"storybook-framework-cedarjs": "0.1.
|
|
33
|
-
"
|
|
34
|
-
"vitest": "2.
|
|
32
|
+
"storybook-framework-cedarjs": "0.1.2-next.95+a711c9cda",
|
|
33
|
+
"termi-link": "1.1.0",
|
|
34
|
+
"vitest": "3.2.4",
|
|
35
35
|
"yargs": "17.7.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@cedarjs/framework-tools": "0.1.
|
|
38
|
+
"@cedarjs/framework-tools": "0.1.2-next.95",
|
|
39
39
|
"@types/semver": "^7",
|
|
40
40
|
"@types/yargs": "17.0.33",
|
|
41
|
-
"tsx": "4.19.
|
|
41
|
+
"tsx": "4.19.4",
|
|
42
42
|
"typescript": "5.6.2"
|
|
43
43
|
},
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "a711c9cda09da9444fb0f6ff5d9dae804d6ba72b"
|
|
48
48
|
}
|