@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 +2 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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
|
-

|
|
18
19
|

|
|
19
20
|

|
|
20
21
|

|
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.
|
|
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