mime-bytes 0.3.2 → 0.3.3

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 +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -387,6 +387,7 @@ Contributions are welcome! Please feel free to submit a Pull Request. For major
387
387
 
388
388
  ### 🧰 CLI & Codegen
389
389
 
390
+ * [pgpm](https://github.com/launchql/launchql/tree/main/packages/pgpm): **🖥️ PostgreSQL Package Manager** for modular Postgres development. Works with database workspaces, scaffolding, migrations, seeding, and installing database packages.
390
391
  * [@launchql/cli](https://github.com/launchql/launchql/tree/main/packages/cli): **🖥️ Command-line toolkit** for managing LaunchQL projects—supports database scaffolding, migrations, seeding, code generation, and automation.
391
392
  * [launchql/launchql-gen](https://github.com/launchql/launchql/tree/main/packages/launchql-gen): **✨ Auto-generated GraphQL** mutations and queries dynamically built from introspected schema data.
392
393
  * [@launchql/query-builder](https://github.com/launchql/launchql/tree/main/packages/query-builder): **🏗️ SQL constructor** providing a robust TypeScript-based query builder for dynamic generation of `SELECT`, `INSERT`, `UPDATE`, `DELETE`, and stored procedure calls—supports advanced SQL features like `JOIN`, `GROUP BY`, and schema-qualified queries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mime-bytes",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
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": "03ef7e72674753bcb7d826d60cc8a78818ca6f6d"
37
+ "gitHead": "e12fd536094cb6536ae3569a1ab3496b729dd843"
38
38
  }