Skip to content

feat: 1.4.1 #236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions packagedef
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
Константы_ЛокальнаяВерсия = ЗагрузитьСценарий(ПутьКСценариюКонстант);
ВерсияПродукта = Константы_ЛокальнаяВерсия.ВерсияПродукта;
Иначе
ВерсияПродукта = "1.4.0";
ВерсияПродукта = "1.4.1";
КонецЕсли;

Описание.Имя("opm")
@@ -28,9 +28,13 @@
.ЗависитОт("gitrunner", "1.7.1")
.ЗависитОт("reflector", "0.7.1")
.ЗависитОт("semver", "1.0.0")
.РазработкаЗависитОт("asserts", "1.4.0")
.РазработкаЗависитОт("1bdd", "1.15.1")
.РазработкаЗависитОт("1testrunner", "1.9.2")

// Зависимости для разработки, РазработкаЗависитОт() нельзя использовать
// т.к иначе не получится обновится из старой версии opm
.ЗависитОт("asserts", "1.4.0")
.ЗависитОт("1bdd", "1.15.1")
.ЗависитОт("1testrunner", "1.9.2")

.ВключитьФайл("packagedef")
.ВключитьФайл("src")
.ВключитьФайл("tasks")
2 changes: 1 addition & 1 deletion src/core/Модули/КонстантыOpm.os
Original file line number Diff line number Diff line change
@@ -24,5 +24,5 @@
ПутьВЗапасномХранилище = "/download/";
ЛокальныйКаталогУстановкиПакетов = "oscript_modules";
ИмяЛога = "oscript.app.opm";
ВерсияПродукта = "1.4.0";
ВерсияПродукта = "1.4.1";
ИмяФайлаНастроек = "opm.cfg";