Merge pull request #595 from kotisoff/main

Проверка версий зависимостей
This commit is contained in:
MihailRis
2025-09-14 12:42:28 +03:00
committed by GitHub
11 changed files with 284 additions and 5 deletions
+5
View File
@@ -30,6 +30,11 @@ If prefix is not specified, '!' level will be used.
Example: '~randutil' - weak dependency 'randutil'.
Dependency version is indicated after '@' symbol and have operators to restrict acceptable versions.
If version is not specified, '\*' (any) version will be used.
Example: 'randutil@>=1.0' - dependency 'randutil' which requires version 1.0 or newer.
Example:
```json
{