@rilaptra/digester 17.5.0-ai → 17.5.1-ai

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
@@ -2,6 +2,7 @@
2
2
 
3
3
 
4
4
  <div align="center">
5
+
5
6
  ```text
6
7
  ░███████ ░██ ░██
7
8
  ░██ ░██ ░██
@@ -14,7 +15,7 @@
14
15
  ░███████
15
16
  ```
16
17
 
17
- ![Version](https://img.shields.io/badge/Version-17.5.0--ai-blue?style=for-the-badge&logo=git)
18
+ ![Version](https://img.shields.io/badge/Version-17.5.1--ai-blue?style=for-the-badge&logo=git)
18
19
  ![Runtime](https://img.shields.io/badge/Runtime-Bun_v1.2+-black?logo=bun&style=for-the-badge)
19
20
  ![Security](https://img.shields.io/badge/Security-Secret_Scan-red?style=for-the-badge&logo=shield)
20
21
  ![Build](https://img.shields.io/badge/Build-Native_Binary-green?style=for-the-badge)
package/dist/index.js CHANGED
@@ -6999,7 +6999,7 @@ import { fileURLToPath } from "url";
6999
6999
  // package.json
7000
7000
  var package_default = {
7001
7001
  name: "@rilaptra/digester",
7002
- version: "17.5.0-ai",
7002
+ version: "17.5.1-ai",
7003
7003
  description: "High-performance codebase context generator and AI operations toolkit optimized for Bun.",
7004
7004
  module: "dist/index.js",
7005
7005
  main: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rilaptra/digester",
3
- "version": "17.5.0-ai",
3
+ "version": "17.5.1-ai",
4
4
  "description": "High-performance codebase context generator and AI operations toolkit optimized for Bun.",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.js",