@osdk/create-app 2.72.0 → 2.73.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 +6 -0
- package/build/esm/index.js +2 -2
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
package/build/esm/index.js
CHANGED
|
@@ -632,7 +632,7 @@ async function run({
|
|
|
632
632
|
cwd: fileURLToPath(import.meta.url)
|
|
633
633
|
});
|
|
634
634
|
ourPackageJsonPath ? JSON.parse(fs2.readFileSync(ourPackageJsonPath, "utf-8")).version : void 0;
|
|
635
|
-
const clientVersion = "2.
|
|
635
|
+
const clientVersion = "2.73.0";
|
|
636
636
|
const templateContext = {
|
|
637
637
|
application,
|
|
638
638
|
applicationUrl,
|
|
@@ -756,7 +756,7 @@ async function run({
|
|
|
756
756
|
|
|
757
757
|
// src/cli.ts
|
|
758
758
|
async function cli(args = process.argv) {
|
|
759
|
-
const base = yargs(hideBin(args)).version("2.
|
|
759
|
+
const base = yargs(hideBin(args)).version("2.73.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", {
|
|
760
760
|
type: "string",
|
|
761
761
|
describe: "Project name to create"
|
|
762
762
|
}).option("overwrite", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/create-app",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.73.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.
|
|
32
|
+
"@osdk/generator-utils": "2.73.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/node": "^18.0.0",
|
|
@@ -39,20 +39,20 @@
|
|
|
39
39
|
"redent": "^4.0.0",
|
|
40
40
|
"tmp": "^0.2.5",
|
|
41
41
|
"typescript": "~5.5.4",
|
|
42
|
-
"@osdk/create-app.template.
|
|
43
|
-
"@osdk/create-app.template.react
|
|
44
|
-
"@osdk/create-app.template.
|
|
45
|
-
"@osdk/create-app.template.
|
|
46
|
-
"@osdk/create-app.template.tutorial-todo-aip-app
|
|
47
|
-
"@osdk/create-app.template.tutorial-todo-app
|
|
48
|
-
"@osdk/create-app.template.
|
|
49
|
-
"@osdk/create-app.template.
|
|
50
|
-
"@osdk/create-app.template.
|
|
42
|
+
"@osdk/create-app.template.expo.v2": "2.73.0",
|
|
43
|
+
"@osdk/create-app.template.react": "2.73.0",
|
|
44
|
+
"@osdk/create-app.template.react-public.beta": "2.73.0",
|
|
45
|
+
"@osdk/create-app.template.react.beta": "2.73.0",
|
|
46
|
+
"@osdk/create-app.template.tutorial-todo-aip-app": "2.73.0",
|
|
47
|
+
"@osdk/create-app.template.tutorial-todo-app": "2.73.0",
|
|
48
|
+
"@osdk/create-app.template.tutorial-todo-aip-app.beta": "2.73.0",
|
|
49
|
+
"@osdk/create-app.template.tutorial-todo-app.beta": "2.73.0",
|
|
50
|
+
"@osdk/create-app.template.typescript-library.beta": "2.73.0",
|
|
51
|
+
"@osdk/create-app.template.vue": "2.73.0",
|
|
52
|
+
"@osdk/create-app.template.vue.v2": "2.73.0",
|
|
51
53
|
"@osdk/monorepo.api-extractor": "~0.7.0",
|
|
52
|
-
"@osdk/monorepo.tool.check-bundle": "~0.1.0",
|
|
53
54
|
"@osdk/monorepo.tsconfig": "~0.7.0",
|
|
54
|
-
"@osdk/
|
|
55
|
-
"@osdk/create-app.template.expo.v2": "2.72.0"
|
|
55
|
+
"@osdk/monorepo.tool.check-bundle": "~0.1.0"
|
|
56
56
|
},
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|