@chappibunny/repolens 1.9.9 โ 1.9.10
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/CHANGELOG.md +6 -0
- package/README.md +2 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to RepoLens will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## 1.9.10
|
|
6
|
+
|
|
7
|
+
### ๐น Documentation
|
|
8
|
+
|
|
9
|
+
- **Fixed demo video link**: Use text link instead of thumbnail (Loom CDN requires specific sharing settings)
|
|
10
|
+
|
|
5
11
|
## 1.9.9
|
|
6
12
|
|
|
7
13
|
### ๐ Bug Fixes
|
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
RepoLens scans your repository, generates living architecture documentation, and publishes it to Notion, Confluence, GitHub Wiki, or Markdown โ automatically on every push. Engineers get technical docs. Stakeholders get readable system overviews. Nobody writes a word.
|
|
19
19
|
|
|
20
|
-
> Stable as of v1.0 โ [API guarantees](docs/STABILITY.md) ยท [Security hardened](SECURITY.md) ยท v1.9.
|
|
20
|
+
> Stable as of v1.0 โ [API guarantees](docs/STABILITY.md) ยท [Security hardened](SECURITY.md) ยท v1.9.10
|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|
|
@@ -25,9 +25,7 @@ RepoLens scans your repository, generates living architecture documentation, and
|
|
|
25
25
|
|
|
26
26
|
> **Try it now** โ no installation required. Run `npx @chappibunny/repolens demo` on any repo for an instant local preview.
|
|
27
27
|
|
|
28
|
-
[
|
|
29
|
-
|
|
30
|
-
โถ๏ธ *Click to watch demo*
|
|
28
|
+
๐ฌ **[Watch Demo Video](https://www.loom.com/share/8e077624e69f41319fd93acbbe03871e)** โ See RepoLens generate docs in 60 seconds
|
|
31
29
|
|
|
32
30
|
<table>
|
|
33
31
|
<tr>
|