@osdk/create-widget 3.3.0-rc.14 → 3.3.0-rc.16
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 +4 -0
- package/build/esm/index.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/build/esm/index.js
CHANGED
|
@@ -363,7 +363,7 @@ async function run({
|
|
|
363
363
|
|
|
364
364
|
// src/cli.ts
|
|
365
365
|
async function cli(args = process.argv) {
|
|
366
|
-
const base = yargs(hideBin(args)).version("3.3.0-rc.
|
|
366
|
+
const base = yargs(hideBin(args)).version("3.3.0-rc.16").wrap(Math.min(150, yargs().terminalWidth())).strict().help().command("$0 [project] [--<option>]", "Create a new OSDK widget set based on framework templates. Information may be provided through options to skip interactive prompts.", (yargs2) => yargs2.positional("project", {
|
|
367
367
|
type: "string",
|
|
368
368
|
describe: "Project name to create"
|
|
369
369
|
}).option("overwrite", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/create-widget",
|
|
3
|
-
"version": "3.3.0-rc.
|
|
3
|
+
"version": "3.3.0-rc.16",
|
|
4
4
|
"description": "",
|
|
5
5
|
"access": "public",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"redent": "^4.0.0",
|
|
39
39
|
"tmp": "^0.2.5",
|
|
40
40
|
"typescript": "~5.5.4",
|
|
41
|
-
"@osdk/create-widget.template.react.v2": "3.3.0-rc.
|
|
42
|
-
"@osdk/create-widget.template.
|
|
43
|
-
"@osdk/generator-utils": "2.6.0-rc.16",
|
|
41
|
+
"@osdk/create-widget.template.minimal-react.v2": "3.3.0-rc.16",
|
|
42
|
+
"@osdk/create-widget.template.react.v2": "3.3.0-rc.16",
|
|
44
43
|
"@osdk/monorepo.api-extractor": "~0.5.0-beta.1",
|
|
45
|
-
"@osdk/monorepo.tsconfig": "~0.5.0-beta.1"
|
|
44
|
+
"@osdk/monorepo.tsconfig": "~0.5.0-beta.1",
|
|
45
|
+
"@osdk/generator-utils": "2.6.0-rc.18"
|
|
46
46
|
},
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|