supatool 0.3.6 → 0.4.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.
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "supatool",
3
- "version": "0.3.6",
4
- "description": "A CLI tool for Supabase schema extraction and TypeScript CRUD generation with declarative database schema support.",
3
+ "version": "0.4.0",
4
+ "description": "CLI for Supabase: extract schema (tables, views, RLS, RPC) to files + llms.txt for LLM, deploy local schema, seed export. CRUD code gen deprecated.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "bin": {
8
8
  "supatool": "dist/bin/supatool.js"
9
9
  },
10
- "scripts": {
11
- "build": "tsc",
12
- "postbuild": "npm link",
13
- "start": "tsx bin/supatool.ts"
14
- },
10
+ "scripts": {
11
+ "build": "tsc",
12
+ "start": "tsx src/bin/supatool.ts",
13
+ "local": "tsx src/bin/supatool.ts"
14
+ },
15
15
  "files": [
16
16
  "dist",
17
17
  "bin"
@@ -43,7 +43,7 @@
43
43
  "devDependencies": {
44
44
  "@types/diff": "^7.0.2",
45
45
  "@types/js-yaml": "^4.0.9",
46
- "@types/node": "^20.17.30",
46
+ "@types/node": "^20.19.22",
47
47
  "@types/pg": "^8.11.0"
48
48
  },
49
49
  "exports": {