@osdk/create-app 2.7.0-beta.7 → 2.7.0-beta.9

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,9 @@
1
1
  # @osdk/create-app
2
2
 
3
+ ## 2.7.0-beta.9
4
+
5
+ ## 2.7.0-beta.8
6
+
3
7
  ## 2.7.0-beta.7
4
8
 
5
9
  ## 2.7.0-beta.6
@@ -589,7 +589,7 @@ async function run({
589
589
  cwd: fileURLToPath(import.meta.url)
590
590
  });
591
591
  ourPackageJsonPath ? JSON.parse(fs2.readFileSync(ourPackageJsonPath, "utf-8")).version : void 0;
592
- const clientVersion = "2.7.0-beta.7";
592
+ const clientVersion = "2.7.0-beta.9";
593
593
  const templateContext = {
594
594
  application,
595
595
  applicationUrl,
@@ -685,7 +685,7 @@ async function run({
685
685
 
686
686
  // src/cli.ts
687
687
  async function cli(args = process.argv) {
688
- const base = yargs(hideBin(args)).version("2.7.0-beta.7").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", {
688
+ const base = yargs(hideBin(args)).version("2.7.0-beta.9").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", {
689
689
  type: "string",
690
690
  describe: "Project name to create"
691
691
  }).option("overwrite", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/create-app",
3
- "version": "2.7.0-beta.7",
3
+ "version": "2.7.0-beta.9",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -38,18 +38,18 @@
38
38
  "redent": "^4.0.0",
39
39
  "tmp": "^0.2.5",
40
40
  "typescript": "~5.5.4",
41
- "@osdk/create-app.template.expo.v2": "2.7.0-beta.7",
42
- "@osdk/create-app.template.react": "2.7.0-beta.7",
43
- "@osdk/create-app.template.react.beta": "2.7.0-beta.7",
44
- "@osdk/create-app.template.tutorial-todo-aip-app.beta": "2.7.0-beta.7",
45
- "@osdk/create-app.template.tutorial-todo-app.beta": "2.7.0-beta.7",
46
- "@osdk/create-app.template.tutorial-todo-aip-app": "2.7.0-beta.7",
47
- "@osdk/create-app.template.vue": "2.7.0-beta.7",
48
- "@osdk/create-app.template.vue.v2": "2.7.0-beta.7",
49
- "@osdk/create-app.template.tutorial-todo-app": "2.7.0-beta.7",
50
- "@osdk/generator-utils": "2.7.0-beta.7",
51
- "@osdk/monorepo.tsconfig": "~0.6.0-beta.1",
52
- "@osdk/monorepo.api-extractor": "~0.6.0-beta.1"
41
+ "@osdk/create-app.template.expo.v2": "2.7.0-beta.9",
42
+ "@osdk/create-app.template.react": "2.7.0-beta.9",
43
+ "@osdk/create-app.template.react.beta": "2.7.0-beta.9",
44
+ "@osdk/create-app.template.tutorial-todo-aip-app": "2.7.0-beta.9",
45
+ "@osdk/create-app.template.tutorial-todo-aip-app.beta": "2.7.0-beta.9",
46
+ "@osdk/create-app.template.tutorial-todo-app.beta": "2.7.0-beta.9",
47
+ "@osdk/create-app.template.vue": "2.7.0-beta.9",
48
+ "@osdk/create-app.template.vue.v2": "2.7.0-beta.9",
49
+ "@osdk/create-app.template.tutorial-todo-app": "2.7.0-beta.9",
50
+ "@osdk/generator-utils": "2.7.0-beta.9",
51
+ "@osdk/monorepo.api-extractor": "~0.6.0-beta.1",
52
+ "@osdk/monorepo.tsconfig": "~0.6.0-beta.1"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"