create-storybook
Advanced tools
Comparing version 0.0.0-pr-29482-sha-5d433a45 to 0.0.0-pr-29520-sha-80319502
@@ -1,2 +0,2 @@ | ||
import { initiate } from '../chunk-QT6PAMJX.js'; | ||
import { initiate } from '../chunk-6Z7OWFHP.js'; | ||
import { versions } from 'storybook/internal/common'; | ||
@@ -8,2 +8,2 @@ import { addToGlobalContext } from 'storybook/internal/telemetry'; | ||
addToGlobalContext("cliVersion",versions.storybook);var pkg=findPackageSync(__dirname);invariant(pkg,"Failed to find the closest package.json file.");program.name("Initialize Storybook into your project.").option("--disable-telemetry","Disable sending telemetry data",process.env.STORYBOOK_DISABLE_TELEMETRY&&process.env.STORYBOOK_DISABLE_TELEMETRY!=="false").option("--debug","Get more logs in debug mode",!1).option("--enable-crash-reports","Enable sending crash reports to telemetry data").option("-f --force","Force add Storybook").option("-s --skip-install","Skip installing deps").option("--package-manager <npm|pnpm|yarn1|yarn2>","Force package manager for installing deps").option("--use-pnp","Enable pnp mode for Yarn 2+").option("-p --parser <babel | babylon | flow | ts | tsx>","jscodeshift parser").option("-t --type <type>","Add Storybook for a specific project type").option("-y --yes","Answer yes to all prompts").option("-b --builder <webpack5 | vite>","Builder library").option("-l --linkable","Prepare installation for link (contributor helper)").option("--dev","Launch the development server after completing initialization. Enabled by default",process.env.CI!=="true"&&process.env.IN_STORYBOOK_SANDBOX!=="true").option("--no-dev","Complete the initialization of Storybook without launching the Storybook development server").action(options=>{initiate(options).catch(()=>process.exit(1));}).version(String(pkg.version)).parse(process.argv); | ||
addToGlobalContext("cliVersion",versions.storybook);var pkg=findPackageSync(__dirname);invariant(pkg,"Failed to find the closest package.json file.");program.name("Initialize Storybook into your project.").option("--disable-telemetry","Disable sending telemetry data",process.env.STORYBOOK_DISABLE_TELEMETRY&&process.env.STORYBOOK_DISABLE_TELEMETRY!=="false").option("--debug","Get more logs in debug mode",!1).option("--enable-crash-reports","Enable sending crash reports to telemetry data").option("-f --force","Force add Storybook").option("-s --skip-install","Skip installing deps").option("--package-manager <npm|pnpm|yarn1|yarn2|bun>","Force package manager for installing deps").option("--use-pnp","Enable pnp mode for Yarn 2+").option("-p --parser <babel | babylon | flow | ts | tsx>","jscodeshift parser").option("-t --type <type>","Add Storybook for a specific project type").option("-y --yes","Answer yes to all prompts").option("-b --builder <webpack5 | vite>","Builder library").option("-l --linkable","Prepare installation for link (contributor helper)").option("--dev","Launch the development server after completing initialization. Enabled by default",process.env.CI!=="true"&&process.env.IN_STORYBOOK_SANDBOX!=="true").option("--no-dev","Complete the initialization of Storybook without launching the Storybook development server").action(options=>{initiate(options).catch(()=>process.exit(1));}).version(String(pkg.version)).parse(process.argv); |
@@ -1,1 +0,1 @@ | ||
export { doInitiate as initiate } from './chunk-QT6PAMJX.js'; | ||
export { doInitiate as initiate } from './chunk-6Z7OWFHP.js'; |
{ | ||
"name": "create-storybook", | ||
"version": "0.0.0-pr-29482-sha-5d433a45", | ||
"version": "0.0.0-pr-29520-sha-80319502", | ||
"description": "Initialize Storybook into your project", | ||
@@ -67,3 +67,3 @@ "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/create-storybook", | ||
"semver": "^7.3.7", | ||
"storybook": "0.0.0-pr-29482-sha-5d433a45", | ||
"storybook": "0.0.0-pr-29520-sha-80319502", | ||
"tiny-invariant": "^1.3.1", | ||
@@ -70,0 +70,0 @@ "ts-dedent": "^2.0.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1108281
1811
+ Added@storybook/core@0.0.0-pr-29520-sha-80319502(transitive)
+ Addedstorybook@0.0.0-pr-29520-sha-80319502(transitive)
- Removed@storybook/core@0.0.0-pr-29482-sha-5d433a45(transitive)
- Removedstorybook@0.0.0-pr-29482-sha-5d433a45(transitive)