fix: Remove Emoji from Setup (#142)

* fix: Remove emoji from setup

* fix: Update README demo
This commit is contained in:
Abhisek Datta
2026-01-27 20:08:23 +05:30
committed by GitHub
parent 224658e6d2
commit be63fdd6ea
5 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -262,9 +262,9 @@ Refer to [CONTRIBUTING.md](CONTRIBUTING.md)
<details>
<summary>Private package artifacts inaccessible in non-proxy mode</summary>
If `pmg` is unable to retrieve the private packages artifacts (files, metadata, etc.), it cannot proceed with dependency tree analysis. This is a limitation of non-proxy mode, where `pmg` is responsible for resolving dependencies and cannot resolve transitive dependencies for private (non-accessible) packages.
If `pmg` cannot retrieve private package artifacts (such as files or metadata), it cannot perform dependency tree analysis. This is a limitation of non-proxy mode, where `pmg` is responsible for resolving dependencies and is unable to resolve transitive dependencies for private (inaccessible) packages.
With **Proxy Mode enabled**, this limitation **does not** apply—transitive dependencies are analyzed as long as they originate from public registries.
This limitation does **not** apply when **Proxy Mode is enabled**.
</details>