@osdk/maker 0.0.0 → 0.1.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.
@@ -97,7 +97,7 @@ function isSimpleType(v) {
97
97
 
98
98
  // src/cli/main.ts
99
99
  async function main(args = process.argv) {
100
- const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.0.0").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
100
+ const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.1.0").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
101
101
  input: {
102
102
  alias: "i",
103
103
  describe: "Input file",
@@ -69,7 +69,7 @@ function isSimpleType(v) {
69
69
 
70
70
  // src/cli/main.ts
71
71
  async function main(args = process.argv) {
72
- const commandLineOpts = await yargs(hideBin(args)).version("0.0.0").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
72
+ const commandLineOpts = await yargs(hideBin(args)).version("0.1.0").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
73
73
  input: {
74
74
  alias: "i",
75
75
  describe: "Input file",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/maker",
3
- "version": "0.0.0",
3
+ "version": "0.1.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
File without changes