@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 +6 -0
- package/build/esm/index.js +2 -2
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
package/build/esm/index.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
43
|
-
"@osdk/create-app.template.react.beta": "2.
|
|
44
|
-
"@osdk/create-app.template.react": "2.
|
|
45
|
-
"@osdk/create-app.template.tutorial-todo-app": "2.
|
|
46
|
-
"@osdk/create-app.template.tutorial-todo-
|
|
47
|
-
"@osdk/create-app.template.
|
|
48
|
-
"@osdk/create-app.template.
|
|
49
|
-
"@osdk/create-app.template.vue": "2.
|
|
50
|
-
"@osdk/create-app.template.
|
|
51
|
-
"@osdk/create-app.template.
|
|
52
|
-
"@osdk/monorepo.
|
|
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.
|
|
54
|
+
"@osdk/monorepo.api-extractor": "~0.7.0"
|
|
55
55
|
},
|
|
56
56
|
"publishConfig": {
|
|
57
57
|
"access": "public"
|