@osdk/maker 0.5.0 → 0.5.1
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 +8 -0
- package/build/js/index.cjs +1 -1
- package/build/js/index.mjs +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/build/js/index.cjs
CHANGED
|
@@ -147,7 +147,7 @@ function isSimpleType(v) {
|
|
|
147
147
|
|
|
148
148
|
// src/cli/main.ts
|
|
149
149
|
async function main(args = process.argv) {
|
|
150
|
-
const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.5.
|
|
150
|
+
const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.5.1").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
|
|
151
151
|
input: {
|
|
152
152
|
alias: "i",
|
|
153
153
|
describe: "Input file",
|
package/build/js/index.mjs
CHANGED
|
@@ -118,7 +118,7 @@ function isSimpleType(v) {
|
|
|
118
118
|
|
|
119
119
|
// src/cli/main.ts
|
|
120
120
|
async function main(args = process.argv) {
|
|
121
|
-
const commandLineOpts = await yargs(hideBin(args)).version("0.5.
|
|
121
|
+
const commandLineOpts = await yargs(hideBin(args)).version("0.5.1").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
|
|
122
122
|
input: {
|
|
123
123
|
alias: "i",
|
|
124
124
|
describe: "Input file",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/maker",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"tiny-invariant": "^1.3.3",
|
|
25
25
|
"ts-node": "^10.9.2",
|
|
26
26
|
"yargs": "^17.7.2",
|
|
27
|
-
"@osdk/
|
|
28
|
-
"@osdk/
|
|
27
|
+
"@osdk/api": "~1.7.1",
|
|
28
|
+
"@osdk/gateway": "~2.2.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/yargs": "^17.0.32",
|