mime-bytes 0.3.5 → 0.3.7
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 +5 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -367,9 +367,12 @@ Master the workflow for adding, organizing, and managing database changes with p
|
|
|
367
367
|
Master end-to-end PostgreSQL testing with ephemeral databases, RLS testing, and CI/CD automation.
|
|
368
368
|
|
|
369
369
|
5. ⚡ [Supabase Testing](https://launchql.com/learn/supabase)
|
|
370
|
-
TypeScript-
|
|
370
|
+
Use TypeScript-first tools to test Supabase projects with realistic RLS, policies, and auth contexts.
|
|
371
371
|
|
|
372
|
-
6.
|
|
372
|
+
6. 💧 [Drizzle ORM Testing](https://launchql.com/learn/drizzle-testing)
|
|
373
|
+
Run full-stack tests with Drizzle ORM, including database setup, teardown, and RLS enforcement.
|
|
374
|
+
|
|
375
|
+
7. 🔧 [Troubleshooting](https://launchql.com/learn/troubleshooting)
|
|
373
376
|
Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
374
377
|
|
|
375
378
|
## Related LaunchQL Tooling
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mime-bytes",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.7",
|
|
4
4
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
5
5
|
"description": "Lightning-fast file type detection using magic bytes (file signatures) with a focus on stream processing and minimal memory usage",
|
|
6
6
|
"main": "index.js",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"@types/glob": "^8.1.0",
|
|
35
35
|
"glob": "^11.0.2"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "4850ef84ce134d1bb43dc9132619a59257bd1157"
|
|
38
38
|
}
|