@chihqiang/sql-quicktype 0.0.4 → 0.0.5

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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -1229,7 +1229,7 @@ Summary: ${successCount} tables succeeded, ${failedTables.length} tables failed`
1229
1229
  }
1230
1230
 
1231
1231
  // package.json
1232
- var version = "0.0.4";
1232
+ var version = "0.0.5";
1233
1233
 
1234
1234
  // src/cli.ts
1235
1235
  var program = new import_commander.Command();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chihqiang/sql-quicktype",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "A tool to generate TypeScript, Go, GORM, and XORM types from SQL DDL statements",
5
5
  "keywords": [
6
6
  "sql",