@osdk/maker 0.7.2 → 0.7.3
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/browser/index.js +1 -1
- package/build/cjs/index.cjs +1 -1
- package/build/esm/index.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/build/browser/index.js
CHANGED
|
@@ -181,7 +181,7 @@ function isSimpleType(v) {
|
|
|
181
181
|
|
|
182
182
|
// src/cli/main.ts
|
|
183
183
|
async function main(args = process.argv) {
|
|
184
|
-
const commandLineOpts = await yargs(hideBin(args)).version("0.7.
|
|
184
|
+
const commandLineOpts = await yargs(hideBin(args)).version("0.7.3").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
|
|
185
185
|
input: {
|
|
186
186
|
alias: "i",
|
|
187
187
|
describe: "Input file",
|
package/build/cjs/index.cjs
CHANGED
|
@@ -210,7 +210,7 @@ function isSimpleType(v) {
|
|
|
210
210
|
|
|
211
211
|
// src/cli/main.ts
|
|
212
212
|
async function main(args = process.argv) {
|
|
213
|
-
const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.7.
|
|
213
|
+
const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.7.3").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
|
|
214
214
|
input: {
|
|
215
215
|
alias: "i",
|
|
216
216
|
describe: "Input file",
|
package/build/esm/index.js
CHANGED
|
@@ -181,7 +181,7 @@ function isSimpleType(v) {
|
|
|
181
181
|
|
|
182
182
|
// src/cli/main.ts
|
|
183
183
|
async function main(args = process.argv) {
|
|
184
|
-
const commandLineOpts = await yargs(hideBin(args)).version("0.7.
|
|
184
|
+
const commandLineOpts = await yargs(hideBin(args)).version("0.7.3").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
|
|
185
185
|
input: {
|
|
186
186
|
alias: "i",
|
|
187
187
|
describe: "Input file",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/maker",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.3",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"tiny-invariant": "^1.3.3",
|
|
23
23
|
"ts-node": "^10.9.2",
|
|
24
24
|
"yargs": "^17.7.2",
|
|
25
|
-
"@osdk/
|
|
26
|
-
"@osdk/
|
|
25
|
+
"@osdk/api": "~1.9.3",
|
|
26
|
+
"@osdk/gateway": "~2.4.2"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/yargs": "^17.0.32",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"vitest": "^1.6.0",
|
|
32
32
|
"@osdk/client.unstable": "~0.1.0",
|
|
33
33
|
"@osdk/monorepo.api-extractor": "~0.0.0",
|
|
34
|
-
"@osdk/monorepo.
|
|
35
|
-
"@osdk/monorepo.
|
|
34
|
+
"@osdk/monorepo.tsconfig": "~0.0.0",
|
|
35
|
+
"@osdk/monorepo.tsup": "~0.0.0"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|