@osdk/create-widget 2.0.0-beta.6 → 2.0.0-beta.7

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.0.0-beta.7
4
+
3
5
  ## 2.0.0-beta.6
4
6
 
5
7
  ### Minor Changes
@@ -313,7 +313,7 @@ async function run({
313
313
  cwd: fileURLToPath(import.meta.url)
314
314
  });
315
315
  ourPackageJsonPath ? JSON.parse(fs2.readFileSync(ourPackageJsonPath, "utf-8")).version : void 0;
316
- const clientVersion = "2.1.0-beta.21";
316
+ const clientVersion = "2.1.0-beta.22";
317
317
  const templateContext = {
318
318
  project,
319
319
  foundryUrl,
@@ -372,7 +372,7 @@ async function run({
372
372
 
373
373
  // src/cli.ts
374
374
  async function cli(args = process.argv) {
375
- const base = yargs(hideBin(args)).version("2.0.0-beta.6").wrap(Math.min(150, yargs().terminalWidth())).strict().help().command("$0 [project] [--<option>]", "Create a new OSDK widget based on framework templates. Information may be provided through options to skip interactive prompts.", (yargs2) => yargs2.positional("project", {
375
+ const base = yargs(hideBin(args)).version("2.0.0-beta.7").wrap(Math.min(150, yargs().terminalWidth())).strict().help().command("$0 [project] [--<option>]", "Create a new OSDK widget based on framework templates. Information may be provided through options to skip interactive prompts.", (yargs2) => yargs2.positional("project", {
376
376
  type: "string",
377
377
  describe: "Project name to create"
378
378
  }).option("overwrite", {
@@ -313,7 +313,7 @@ async function run({
313
313
  cwd: fileURLToPath(import.meta.url)
314
314
  });
315
315
  ourPackageJsonPath ? JSON.parse(fs2.readFileSync(ourPackageJsonPath, "utf-8")).version : void 0;
316
- const clientVersion = "2.1.0-beta.21";
316
+ const clientVersion = "2.1.0-beta.22";
317
317
  const templateContext = {
318
318
  project,
319
319
  foundryUrl,
@@ -372,7 +372,7 @@ async function run({
372
372
 
373
373
  // src/cli.ts
374
374
  async function cli(args = process.argv) {
375
- const base = yargs(hideBin(args)).version("2.0.0-beta.6").wrap(Math.min(150, yargs().terminalWidth())).strict().help().command("$0 [project] [--<option>]", "Create a new OSDK widget based on framework templates. Information may be provided through options to skip interactive prompts.", (yargs2) => yargs2.positional("project", {
375
+ const base = yargs(hideBin(args)).version("2.0.0-beta.7").wrap(Math.min(150, yargs().terminalWidth())).strict().help().command("$0 [project] [--<option>]", "Create a new OSDK widget based on framework templates. Information may be provided through options to skip interactive prompts.", (yargs2) => yargs2.positional("project", {
376
376
  type: "string",
377
377
  describe: "Project name to create"
378
378
  }).option("overwrite", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/create-widget",
3
- "version": "2.0.0-beta.6",
3
+ "version": "2.0.0-beta.7",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -34,11 +34,11 @@
34
34
  "redent": "^4.0.0",
35
35
  "tmp": "^0.2.3",
36
36
  "typescript": "~5.5.4",
37
- "@osdk/create-widget.template.react.v2": "2.0.0-beta.6",
38
- "@osdk/generator-utils": "2.1.0-beta.21",
37
+ "@osdk/create-widget.template.react.v2": "2.0.0-beta.7",
38
+ "@osdk/generator-utils": "2.1.0-beta.22",
39
39
  "@osdk/monorepo.api-extractor": "~0.0.0",
40
- "@osdk/monorepo.tsup": "~0.0.0",
41
- "@osdk/monorepo.tsconfig": "~0.0.0"
40
+ "@osdk/monorepo.tsconfig": "~0.0.0",
41
+ "@osdk/monorepo.tsup": "~0.0.0"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"