@osdk/create-app 2.38.0 → 2.39.0

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,11 @@
1
1
  # @osdk/create-app
2
2
 
3
+ ## 2.39.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @osdk/generator-utils@2.39.0
8
+
3
9
  ## 2.38.0
4
10
 
5
11
  ### Minor Changes
@@ -586,7 +586,7 @@ async function run({
586
586
  cwd: fileURLToPath(import.meta.url)
587
587
  });
588
588
  ourPackageJsonPath ? JSON.parse(fs2.readFileSync(ourPackageJsonPath, "utf-8")).version : void 0;
589
- const clientVersion = "2.38.0";
589
+ const clientVersion = "2.39.0";
590
590
  const templateContext = {
591
591
  application,
592
592
  applicationUrl,
@@ -682,7 +682,7 @@ async function run({
682
682
 
683
683
  // src/cli.ts
684
684
  async function cli(args = process.argv) {
685
- const base = yargs(hideBin(args)).version("2.38.0").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", {
685
+ const base = yargs(hideBin(args)).version("2.39.0").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", {
686
686
  type: "string",
687
687
  describe: "Project name to create"
688
688
  }).option("overwrite", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/create-app",
3
- "version": "2.38.0",
3
+ "version": "2.39.0",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -29,7 +29,7 @@
29
29
  "find-up": "7.0.0",
30
30
  "handlebars": "4.7.8",
31
31
  "yargs": "17.7.2",
32
- "@osdk/generator-utils": "2.38.0"
32
+ "@osdk/generator-utils": "2.39.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "^18.0.0",
@@ -39,18 +39,18 @@
39
39
  "redent": "^4.0.0",
40
40
  "tmp": "^0.2.5",
41
41
  "typescript": "~5.5.4",
42
- "@osdk/create-app.template.expo.v2": "2.38.0",
43
- "@osdk/create-app.template.react": "2.38.0",
44
- "@osdk/create-app.template.react.beta": "2.38.0",
45
- "@osdk/create-app.template.tutorial-todo-aip-app": "2.38.0",
46
- "@osdk/create-app.template.tutorial-todo-aip-app.beta": "2.38.0",
47
- "@osdk/create-app.template.tutorial-todo-app.beta": "2.38.0",
48
- "@osdk/create-app.template.typescript-library.beta": "2.38.0",
49
- "@osdk/create-app.template.vue": "2.38.0",
42
+ "@osdk/create-app.template.react": "2.39.0",
43
+ "@osdk/create-app.template.react.beta": "2.39.0",
44
+ "@osdk/create-app.template.tutorial-todo-aip-app": "2.39.0",
45
+ "@osdk/create-app.template.expo.v2": "2.39.0",
46
+ "@osdk/create-app.template.tutorial-todo-aip-app.beta": "2.39.0",
47
+ "@osdk/create-app.template.tutorial-todo-app": "2.39.0",
48
+ "@osdk/create-app.template.tutorial-todo-app.beta": "2.39.0",
49
+ "@osdk/create-app.template.typescript-library.beta": "2.39.0",
50
+ "@osdk/create-app.template.vue": "2.39.0",
51
+ "@osdk/create-app.template.vue.v2": "2.39.0",
50
52
  "@osdk/monorepo.api-extractor": "~0.7.0",
51
- "@osdk/create-app.template.vue.v2": "2.38.0",
52
53
  "@osdk/monorepo.tool.check-bundle": "~0.1.0",
53
- "@osdk/create-app.template.tutorial-todo-app": "2.38.0",
54
54
  "@osdk/monorepo.tsconfig": "~0.7.0"
55
55
  },
56
56
  "publishConfig": {