@osdk/create-app 2.7.2 → 2.7.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.
@@ -308,8 +308,8 @@ var TEMPLATES = [
308
308
  buildDirectory: "./dist",
309
309
  hidden: false,
310
310
  files: {
311
- "1.x": getPackageFiles(import('./esm-KEOIKT62.js')),
312
- "2.x": getPackageFiles(import('./esm-H2N4Q7D7.js'))
311
+ "1.x": getPackageFiles(import('./esm-RRX43VDZ.js')),
312
+ "2.x": getPackageFiles(import('./esm-GLQLN47U.js'))
313
313
  }
314
314
  },
315
315
  // Expo
@@ -320,7 +320,7 @@ var TEMPLATES = [
320
320
  buildDirectory: "./dist",
321
321
  hidden: false,
322
322
  files: {
323
- "2.x": getPackageFiles(import('./esm-X4SJX4D4.js'))
323
+ "2.x": getPackageFiles(import('./esm-ZBLZYYWD.js'))
324
324
  }
325
325
  },
326
326
  // Vue
@@ -331,8 +331,8 @@ var TEMPLATES = [
331
331
  buildDirectory: "./dist",
332
332
  hidden: false,
333
333
  files: {
334
- "1.x": getPackageFiles(import('./esm-NXG3FV5B.js')),
335
- "2.x": getPackageFiles(import('./esm-IEKQWAYK.js'))
334
+ "1.x": getPackageFiles(import('./esm-BPDOE2XQ.js')),
335
+ "2.x": getPackageFiles(import('./esm-DPAR7RZV.js'))
336
336
  }
337
337
  },
338
338
  // Tutorial: To do App
@@ -343,8 +343,8 @@ var TEMPLATES = [
343
343
  buildDirectory: "./dist",
344
344
  hidden: true,
345
345
  files: {
346
- "1.x": getPackageFiles(import('./esm-KOAPFR2Q.js')),
347
- "2.x": getPackageFiles(import('./esm-UNPF6LOC.js'))
346
+ "1.x": getPackageFiles(import('./esm-QTVEFJ72.js')),
347
+ "2.x": getPackageFiles(import('./esm-HPTIRCUT.js'))
348
348
  }
349
349
  },
350
350
  // Tutorial: To do AIP App
@@ -355,8 +355,8 @@ var TEMPLATES = [
355
355
  buildDirectory: "./dist",
356
356
  hidden: true,
357
357
  files: {
358
- "1.x": getPackageFiles(import('./esm-I53JTF3Q.js')),
359
- "2.x": getPackageFiles(import('./esm-ROALHSS6.js'))
358
+ "1.x": getPackageFiles(import('./esm-BZCH5TWU.js')),
359
+ "2.x": getPackageFiles(import('./esm-VF46BQ3A.js'))
360
360
  }
361
361
  }
362
362
  ];
@@ -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.2";
592
+ const clientVersion = "2.7.4";
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.2").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.4").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.2",
3
+ "version": "2.7.4",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -38,16 +38,16 @@
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.2",
42
- "@osdk/create-app.template.react": "2.7.2",
43
- "@osdk/create-app.template.react.beta": "2.7.2",
44
- "@osdk/create-app.template.tutorial-todo-app.beta": "2.7.2",
45
- "@osdk/create-app.template.tutorial-todo-aip-app.beta": "2.7.2",
46
- "@osdk/create-app.template.tutorial-todo-aip-app": "2.7.2",
47
- "@osdk/create-app.template.tutorial-todo-app": "2.7.2",
48
- "@osdk/create-app.template.vue": "2.7.2",
49
- "@osdk/generator-utils": "2.7.2",
50
- "@osdk/create-app.template.vue.v2": "2.7.2",
41
+ "@osdk/create-app.template.expo.v2": "2.7.4",
42
+ "@osdk/create-app.template.react.beta": "2.7.4",
43
+ "@osdk/create-app.template.react": "2.7.4",
44
+ "@osdk/create-app.template.tutorial-todo-aip-app.beta": "2.7.4",
45
+ "@osdk/create-app.template.tutorial-todo-app": "2.7.4",
46
+ "@osdk/create-app.template.tutorial-todo-app.beta": "2.7.4",
47
+ "@osdk/create-app.template.vue": "2.7.4",
48
+ "@osdk/create-app.template.tutorial-todo-aip-app": "2.7.4",
49
+ "@osdk/create-app.template.vue.v2": "2.7.4",
50
+ "@osdk/generator-utils": "2.7.4",
51
51
  "@osdk/monorepo.api-extractor": "~0.6.0",
52
52
  "@osdk/monorepo.tsconfig": "~0.6.0"
53
53
  },