@osdk/create-widget 3.51.0 → 3.52.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 +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/build/esm/index.js
CHANGED
|
@@ -364,7 +364,7 @@ async function run({
|
|
|
364
364
|
|
|
365
365
|
// src/cli.ts
|
|
366
366
|
async function cli(args = process.argv) {
|
|
367
|
-
const base = yargs(hideBin(args)).version("3.
|
|
367
|
+
const base = yargs(hideBin(args)).version("3.52.0").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", {
|
|
368
368
|
type: "string",
|
|
369
369
|
describe: "Project name to create"
|
|
370
370
|
}).option("overwrite", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/create-widget",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.52.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.19.124",
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"redent": "^4.0.0",
|
|
40
40
|
"tmp": "^0.2.5",
|
|
41
41
|
"typescript": "~5.5.4",
|
|
42
|
-
"@osdk/create-widget.template.minimal-react.v2": "3.
|
|
43
|
-
"@osdk/create-widget.template.react.v2": "3.51.0",
|
|
42
|
+
"@osdk/create-widget.template.minimal-react.v2": "3.52.0",
|
|
44
43
|
"@osdk/monorepo.api-extractor": "~0.7.0",
|
|
45
44
|
"@osdk/monorepo.tsconfig": "~0.7.0",
|
|
46
|
-
"@osdk/monorepo.tool.check-bundle": "~0.1.0"
|
|
45
|
+
"@osdk/monorepo.tool.check-bundle": "~0.1.0",
|
|
46
|
+
"@osdk/create-widget.template.react.v2": "3.52.0"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|