type-crafter 0.11.1 → 0.11.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -20550,7 +20550,7 @@ async function runner(language, inputFilePath, outputDirectory, _typesWriterMode
20550
20550
  }
20551
20551
  }
20552
20552
  greeting();
20553
- const program = new Command().version('0.11.1');
20553
+ const program = new Command().version('0.11.2');
20554
20554
  program
20555
20555
  .command('generate')
20556
20556
  .description('Generate types for your language from a type spec file')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "type-crafter",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "description": "A tool to generate types from a yaml schema for any language",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",