mime-bytes 0.4.3 → 0.4.5

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 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  <img height="20" src="https://github.com/constructive-io/constructive/actions/workflows/run-tests.yaml/badge.svg" />
10
10
  </a>
11
11
  <a href="https://github.com/constructive-io/constructive/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
12
- <a href="https://www.npmjs.com/package/mime-bytes"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=packages%2Fmime-bytes%2Fpackage.json"/></a>
12
+ <a href="https://www.npmjs.com/package/mime-bytes"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=uploads%2Fmime-bytes%2Fpackage.json"/></a>
13
13
  </p>
14
14
 
15
15
  **Lightning-fast file type detection using magic bytes (file signatures) with a focus on stream processing and minimal memory usage.**
@@ -394,7 +394,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
394
394
  * [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
395
395
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
396
396
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
397
- * [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
398
397
 
399
398
  ### 🚀 API & Dev Tools
400
399
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mime-bytes",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
4
4
  "author": "Constructive <developers@constructive.io>",
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",
@@ -31,7 +31,7 @@
31
31
  "keywords": [],
32
32
  "devDependencies": {
33
33
  "glob": "^13.0.0",
34
- "makage": "^0.1.8"
34
+ "makage": "^0.1.9"
35
35
  },
36
- "gitHead": "22cfe32e994e26a6490e04e28bab26d1e7e6345c"
36
+ "gitHead": "c2e68f9808a87e3231d9b9af5e706bef5dbd2af8"
37
37
  }