kinetic-sql 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,6 @@
5
5
 
6
6
  Kinetic SQL is a next-gen Node.js client that wraps **PostgreSQL** and **MySQL** with a developer experience similar to Supabase, but for your own backend.
7
7
 
8
- ![Kinetic Demo](https://placehold.co/600x200?text=Imagine+Autocomplete+GIF+Here)
9
8
  ## ✨ Features
10
9
 
11
10
  - **🔮 Invisible Type Safety:** Run `npx k-sql gen` and your entire database schema is auto-injected into your client. No manual interfaces.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kinetic-sql",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Zero-config, type-safe Postgres & MySQL client with Realtime subscriptions.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",