@osdk/create-app 2.53.0 → 2.54.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.54.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @osdk/generator-utils@2.54.0
8
+
3
9
  ## 2.53.0
4
10
 
5
11
  ### Minor Changes
@@ -590,7 +590,7 @@ async function run({
590
590
  cwd: fileURLToPath(import.meta.url)
591
591
  });
592
592
  ourPackageJsonPath ? JSON.parse(fs2.readFileSync(ourPackageJsonPath, "utf-8")).version : void 0;
593
- const clientVersion = "2.53.0";
593
+ const clientVersion = "2.54.0";
594
594
  const templateContext = {
595
595
  application,
596
596
  applicationUrl,
@@ -700,7 +700,7 @@ async function run({
700
700
 
701
701
  // src/cli.ts
702
702
  async function cli(args = process.argv) {
703
- const base = yargs(hideBin(args)).version("2.53.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", {
703
+ const base = yargs(hideBin(args)).version("2.54.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", {
704
704
  type: "string",
705
705
  describe: "Project name to create"
706
706
  }).option("overwrite", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/create-app",
3
- "version": "2.53.0",
3
+ "version": "2.54.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.53.0"
32
+ "@osdk/generator-utils": "2.54.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "^18.0.0",
@@ -39,19 +39,19 @@
39
39
  "redent": "^4.0.0",
40
40
  "tmp": "^0.2.5",
41
41
  "typescript": "~5.5.4",
42
- "@osdk/create-app.template.tutorial-todo-aip-app": "2.53.0",
43
- "@osdk/create-app.template.react.beta": "2.53.0",
44
- "@osdk/create-app.template.react": "2.53.0",
45
- "@osdk/create-app.template.tutorial-todo-app": "2.53.0",
46
- "@osdk/create-app.template.tutorial-todo-aip-app.beta": "2.53.0",
47
- "@osdk/create-app.template.typescript-library.beta": "2.53.0",
48
- "@osdk/create-app.template.tutorial-todo-app.beta": "2.53.0",
49
- "@osdk/create-app.template.vue": "2.53.0",
50
- "@osdk/create-app.template.vue.v2": "2.53.0",
51
- "@osdk/create-app.template.expo.v2": "2.53.0",
52
- "@osdk/monorepo.api-extractor": "~0.7.0",
42
+ "@osdk/create-app.template.expo.v2": "2.54.0",
43
+ "@osdk/create-app.template.react.beta": "2.54.0",
44
+ "@osdk/create-app.template.react": "2.54.0",
45
+ "@osdk/create-app.template.tutorial-todo-aip-app": "2.54.0",
46
+ "@osdk/create-app.template.tutorial-todo-app": "2.54.0",
47
+ "@osdk/create-app.template.tutorial-todo-app.beta": "2.54.0",
48
+ "@osdk/create-app.template.typescript-library.beta": "2.54.0",
49
+ "@osdk/create-app.template.vue": "2.54.0",
50
+ "@osdk/create-app.template.tutorial-todo-aip-app.beta": "2.54.0",
51
+ "@osdk/create-app.template.vue.v2": "2.54.0",
52
+ "@osdk/monorepo.tool.check-bundle": "~0.1.0",
53
53
  "@osdk/monorepo.tsconfig": "~0.7.0",
54
- "@osdk/monorepo.tool.check-bundle": "~0.1.0"
54
+ "@osdk/monorepo.api-extractor": "~0.7.0"
55
55
  },
56
56
  "publishConfig": {
57
57
  "access": "public"