@osdk/create-app 0.14.0-main-20240503113403 → 0.14.0-main-20240503154621

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.14.0-main-20240503113403
3
+ ## 0.14.0-main-20240503154621
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -449,7 +449,7 @@ async function run({
449
449
 
450
450
  // src/cli.ts
451
451
  async function cli(args = process.argv) {
452
- const base = yargs(hideBin(args)).version("0.14.0-main-20240503113403").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", {
452
+ const base = yargs(hideBin(args)).version("0.14.0-main-20240503154621").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", {
453
453
  type: "string",
454
454
  describe: "Project name to create"
455
455
  }).option("overwrite", {
@@ -459,7 +459,7 @@ async function run({
459
459
 
460
460
  // src/cli.ts
461
461
  async function cli(args = process.argv) {
462
- const base = yargs__default.default(helpers.hideBin(args)).version("0.14.0-main-20240503113403").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", {
462
+ const base = yargs__default.default(helpers.hideBin(args)).version("0.14.0-main-20240503154621").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", {
463
463
  type: "string",
464
464
  describe: "Project name to create"
465
465
  }).option("overwrite", {
@@ -449,7 +449,7 @@ async function run({
449
449
 
450
450
  // src/cli.ts
451
451
  async function cli(args = process.argv) {
452
- const base = yargs(hideBin(args)).version("0.14.0-main-20240503113403").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", {
452
+ const base = yargs(hideBin(args)).version("0.14.0-main-20240503154621").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", {
453
453
  type: "string",
454
454
  describe: "Project name to create"
455
455
  }).option("overwrite", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/create-app",
3
- "version": "0.14.0-main-20240503113403",
3
+ "version": "0.14.0-main-20240503154621",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",