@drzl/analyzer 1.0.0 → 1.2.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.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -13,6 +13,20 @@ Drizzle schema → normalized analysis for fast, reliable codegen.
13
13
 
14
14
  </div>
15
15
 
16
+ ## 💚 Sponsor DRZL
17
+
18
+ <div align="center">
19
+
20
+ <strong>DRZL is crafted nights & weekends. Sponsorships keep the generators fast, tested, and free.</strong>
21
+
22
+ [![Sponsor DRZL](https://img.shields.io/badge/GitHub%20Sponsors-Support%20the%20project-ff69b4?logo=github)](https://github.com/sponsors/omar-dulaimi)
23
+
24
+ </div>
25
+
26
+ - Every dollar speeds up CI hardware and offsets long test runs on my aging laptop.
27
+ - Sponsors get roadmap input and priority responses in GitHub Issues.
28
+ - Prefer a quick overview? Check `docs/sponsor.md` for the current goals and thank-yous.
29
+
16
30
  ## Use
17
31
 
18
32
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drzl/analyzer",
3
- "version": "1.0.0",
3
+ "version": "1.2.0",
4
4
  "private": false,
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -37,6 +37,10 @@
37
37
  "url": "https://github.com/use-drzl/drzl",
38
38
  "directory": "packages/analyzer"
39
39
  },
40
+ "funding": {
41
+ "type": "github",
42
+ "url": "https://github.com/sponsors/omar-dulaimi"
43
+ },
40
44
  "scripts": {
41
45
  "build": "tsup src/index.ts --dts --format esm,cjs",
42
46
  "lint": "eslint . --ext .ts",