@osdk/create-widget 2.1.0-beta.3 → 2.1.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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @osdk/create-widget
2
2
 
3
+ ## 2.1.0-beta.4
4
+
3
5
  ## 2.1.0-beta.3
4
6
 
5
7
  ### Minor Changes
@@ -354,7 +354,7 @@ async function run({
354
354
 
355
355
  // src/cli.ts
356
356
  async function cli(args = process.argv) {
357
- const base = yargs(hideBin(args)).version("2.1.0-beta.3").wrap(Math.min(150, yargs().terminalWidth())).strict().help().command("$0 [project] [--<option>]", "Create a new OSDK widget set based on framework templates. Information may be provided through options to skip interactive prompts.", (yargs2) => yargs2.positional("project", {
357
+ const base = yargs(hideBin(args)).version("2.1.0-beta.4").wrap(Math.min(150, yargs().terminalWidth())).strict().help().command("$0 [project] [--<option>]", "Create a new OSDK widget set based on framework templates. Information may be provided through options to skip interactive prompts.", (yargs2) => yargs2.positional("project", {
358
358
  type: "string",
359
359
  describe: "Project name to create"
360
360
  }).option("overwrite", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/create-widget",
3
- "version": "2.1.0-beta.3",
3
+ "version": "2.1.0-beta.4",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -38,9 +38,9 @@
38
38
  "redent": "^4.0.0",
39
39
  "tmp": "^0.2.3",
40
40
  "typescript": "~5.5.4",
41
- "@osdk/create-widget.template.minimal-react.v2": "2.1.0-beta.3",
42
- "@osdk/generator-utils": "2.2.0-beta.7",
43
- "@osdk/create-widget.template.react.v2": "2.1.0-beta.3",
41
+ "@osdk/create-widget.template.minimal-react.v2": "2.1.0-beta.4",
42
+ "@osdk/create-widget.template.react.v2": "2.1.0-beta.4",
43
+ "@osdk/generator-utils": "2.2.0-beta.10",
44
44
  "@osdk/monorepo.api-extractor": "~0.1.0-beta.1",
45
45
  "@osdk/monorepo.tsconfig": "~0.1.0-beta.1"
46
46
  },