@osdk/create-app 0.13.0-main-20240430161814 → 0.13.0-main-20240430162526

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @osdk/create-app
2
2
 
3
- ## 0.13.0-main-20240430161814
3
+ ## 0.13.0-main-20240430162526
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -453,7 +453,7 @@ async function run({
453
453
 
454
454
  // src/cli.ts
455
455
  async function cli(args = process.argv) {
456
- const base = yargs__default.default(helpers.hideBin(args)).version("0.13.0-main-20240430161814").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().command("$0 [project] [--<option>]", "Create a new OSDK application based on framework templates. Information may be provided through options to skip interactive prompts.", (yargs2) => yargs2.positional("project", {
456
+ const base = yargs__default.default(helpers.hideBin(args)).version("0.13.0-main-20240430162526").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().command("$0 [project] [--<option>]", "Create a new OSDK application based on framework templates. Information may be provided through options to skip interactive prompts.", (yargs2) => yargs2.positional("project", {
457
457
  type: "string",
458
458
  describe: "Project name to create"
459
459
  }).option("overwrite", {
@@ -443,7 +443,7 @@ async function run({
443
443
 
444
444
  // src/cli.ts
445
445
  async function cli(args = process.argv) {
446
- const base = yargs(hideBin(args)).version("0.13.0-main-20240430161814").wrap(Math.min(150, yargs().terminalWidth())).strict().help().command("$0 [project] [--<option>]", "Create a new OSDK application based on framework templates. Information may be provided through options to skip interactive prompts.", (yargs2) => yargs2.positional("project", {
446
+ const base = yargs(hideBin(args)).version("0.13.0-main-20240430162526").wrap(Math.min(150, yargs().terminalWidth())).strict().help().command("$0 [project] [--<option>]", "Create a new OSDK application based on framework templates. Information may be provided through options to skip interactive prompts.", (yargs2) => yargs2.positional("project", {
447
447
  type: "string",
448
448
  describe: "Project name to create"
449
449
  }).option("overwrite", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/create-app",
3
- "version": "0.13.0-main-20240430161814",
3
+ "version": "0.13.0-main-20240430162526",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",