roto-rooter 0.9.0 → 0.10.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/README.md CHANGED
@@ -31,7 +31,7 @@ Point `rr` at your project and it scans your route files for issues. With no arg
31
31
  - **interactivity** (default) -- catches "Save" buttons that don't save, "Delete" buttons that don't delete, and empty click handlers
32
32
  - **hydration** (default) -- detects SSR/client mismatches from `new Date()`, `Math.random()`, locale-dependent formatting, `window` access in render
33
33
  - **forms** (default) -- validates `<Form>` targets have actions and that field names match `formData.get()` calls
34
- - **drizzle** (opt-in) -- validates Drizzle ORM operations against your schema (missing columns, type mismatches, etc.)
34
+ - **drizzle** (opt-in) -- validates Drizzle ORM operations against your schema (missing columns, type mismatches, `sql<number>` with aggregates, etc.)
35
35
 
36
36
  **Example output:**
37
37
 
@@ -1 +1 @@
1
- {"version":3,"file":"persistence-check.d.ts","sourceRoot":"","sources":["../../src/checks/persistence-check.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,aAAa,EAKd,MAAM,aAAa,CAAC;AAUrB;;GAEG;AACH,wBAAgB,gBAAgB,CAC9B,KAAK,EAAE,MAAM,EAAE,EACf,MAAM,EAAE,aAAa,GACpB,aAAa,EAAE,CAiBjB"}
1
+ {"version":3,"file":"persistence-check.d.ts","sourceRoot":"","sources":["../../src/checks/persistence-check.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,aAAa,EACb,aAAa,EAKd,MAAM,aAAa,CAAC;AAWrB;;GAEG;AACH,wBAAgB,gBAAgB,CAC9B,KAAK,EAAE,MAAM,EAAE,EACf,MAAM,EAAE,aAAa,GACpB,aAAa,EAAE,CAoBjB"}