@osdk/create-app 2.2.0-beta.3 → 2.2.0-beta.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.
- package/CHANGELOG.md +2 -0
- package/build/esm/index.js +2 -2
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
package/build/esm/index.js
CHANGED
|
@@ -519,7 +519,7 @@ async function run({
|
|
|
519
519
|
cwd: fileURLToPath(import.meta.url)
|
|
520
520
|
});
|
|
521
521
|
ourPackageJsonPath ? JSON.parse(fs2.readFileSync(ourPackageJsonPath, "utf-8")).version : undefined;
|
|
522
|
-
const clientVersion = "2.2.0-beta.
|
|
522
|
+
const clientVersion = "2.2.0-beta.4";
|
|
523
523
|
const templateContext = {
|
|
524
524
|
project,
|
|
525
525
|
foundryUrl,
|
|
@@ -593,7 +593,7 @@ async function run({
|
|
|
593
593
|
|
|
594
594
|
// src/cli.ts
|
|
595
595
|
async function cli(args = process.argv) {
|
|
596
|
-
const base = yargs(hideBin(args)).version("2.2.0-beta.
|
|
596
|
+
const base = yargs(hideBin(args)).version("2.2.0-beta.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", {
|
|
597
597
|
type: "string",
|
|
598
598
|
describe: "Project name to create"
|
|
599
599
|
}).option("overwrite", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/create-app",
|
|
3
|
-
"version": "2.2.0-beta.
|
|
3
|
+
"version": "2.2.0-beta.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"access": "public",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,19 +38,19 @@
|
|
|
38
38
|
"redent": "^4.0.0",
|
|
39
39
|
"tmp": "^0.2.3",
|
|
40
40
|
"typescript": "~5.5.4",
|
|
41
|
-
"@osdk/create-app.template.expo.v2": "2.2.0-beta.
|
|
42
|
-
"@osdk/create-app.template.next-static-export": "2.2.0-beta.
|
|
43
|
-
"@osdk/create-app.template.next-static-export
|
|
44
|
-
"@osdk/create-app.template.react.beta": "2.2.0-beta.
|
|
45
|
-
"@osdk/create-app.template.
|
|
46
|
-
"@osdk/create-app.template.tutorial-todo-aip-app
|
|
47
|
-
"@osdk/create-app.template.
|
|
48
|
-
"@osdk/create-app.template.tutorial-todo-app": "2.2.0-beta.
|
|
49
|
-
"@osdk/create-app.template.tutorial-todo-app.beta": "2.2.0-beta.
|
|
50
|
-
"@osdk/create-app.template.vue": "2.2.0-beta.
|
|
51
|
-
"@osdk/create-app.template.vue.v2": "2.2.0-beta.
|
|
52
|
-
"@osdk/generator-utils": "2.2.0-beta.3",
|
|
41
|
+
"@osdk/create-app.template.expo.v2": "2.2.0-beta.4",
|
|
42
|
+
"@osdk/create-app.template.next-static-export.v2": "2.2.0-beta.4",
|
|
43
|
+
"@osdk/create-app.template.next-static-export": "2.2.0-beta.4",
|
|
44
|
+
"@osdk/create-app.template.react.beta": "2.2.0-beta.4",
|
|
45
|
+
"@osdk/create-app.template.react": "2.2.0-beta.4",
|
|
46
|
+
"@osdk/create-app.template.tutorial-todo-aip-app": "2.2.0-beta.4",
|
|
47
|
+
"@osdk/create-app.template.tutorial-todo-aip-app.beta": "2.2.0-beta.4",
|
|
48
|
+
"@osdk/create-app.template.tutorial-todo-app": "2.2.0-beta.4",
|
|
49
|
+
"@osdk/create-app.template.tutorial-todo-app.beta": "2.2.0-beta.4",
|
|
50
|
+
"@osdk/create-app.template.vue": "2.2.0-beta.4",
|
|
51
|
+
"@osdk/create-app.template.vue.v2": "2.2.0-beta.4",
|
|
53
52
|
"@osdk/monorepo.api-extractor": "~0.1.0-beta.1",
|
|
53
|
+
"@osdk/generator-utils": "2.2.0-beta.4",
|
|
54
54
|
"@osdk/monorepo.tsconfig": "~0.1.0-beta.1"
|
|
55
55
|
},
|
|
56
56
|
"publishConfig": {
|