@vaiftech/cli 1.2.0 → 1.3.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/dist/index.d.cts CHANGED
@@ -27,6 +27,7 @@ interface InitOptions {
27
27
  typescript?: boolean;
28
28
  force?: boolean;
29
29
  template?: string;
30
+ features?: string;
30
31
  }
31
32
  declare function initConfig(options: InitOptions): Promise<void>;
32
33
 
package/dist/index.d.ts CHANGED
@@ -27,6 +27,7 @@ interface InitOptions {
27
27
  typescript?: boolean;
28
28
  force?: boolean;
29
29
  template?: string;
30
+ features?: string;
30
31
  }
31
32
  declare function initConfig(options: InitOptions): Promise<void>;
32
33
 
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export{b as generateTypes,d as initConfig,a as loadConfig}from'./chunk-VD3KS4ZK.js';import T from'pg';import $ from'prettier';async function S(p){let{connectionString:a,schema:e="public"}=p,r=new T.Client({connectionString:a});await r.connect();try{let t=await r.query(`
1
+ export{b as generateTypes,d as initConfig,a as loadConfig}from'./chunk-7XA2HKEQ.js';import T from'pg';import $ from'prettier';async function S(p){let{connectionString:a,schema:e="public"}=p,r=new T.Client({connectionString:a});await r.connect();try{let t=await r.query(`
2
2
  SELECT table_name, table_type
3
3
  FROM information_schema.tables
4
4
  WHERE table_schema = $1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaiftech/cli",
3
- "version": "1.2.0",
3
+ "version": "1.3.1",
4
4
  "description": "VAIF CLI - Type generation and development tools",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",