diff --git a/backend/packages.json b/backend/packages.json index 2641de890..9009d1b56 100644 --- a/backend/packages.json +++ b/backend/packages.json @@ -3,7 +3,6 @@ "PlatformVersion": "3.1029.0-pr-3033-9989-vcst-5030-99899b6d", "PlatformImage": "ghcr.io/virtocommerce/platform", "PlatformImageTag": "3.1029.0-pr-3033-9989-vcst-5030-99899b6d", - "ModuleSources": [ "https://raw.githubusercontent.com/VirtoCommerce/vc-modules/master/modules_v3.json" ], @@ -12,10 +11,10 @@ "Name": "AzureBlob", "Container": "packages", "ServiceUri": "https://vc3prerelease.blob.core.windows.net", - "Modules": [ + "Modules": [ { "Id": "VirtoCommerce.SystemOperations.SampleExtension", - "BlobName": "VirtoCommerce.SystemOperations_3.1000.0-alpha.01.zip" + "BlobName": "VirtoCommerce.SystemOperations_3.1000.0-alpha.01.zip" }, { "Id": "VirtoCommerce.PowerBiReports", @@ -43,14 +42,18 @@ { "Id": "VirtoCommerce.Loyalty", "BlobName": "VirtoCommerce.Loyalty_3.1002.0-pr-8-f057.zip" - } + }, + { + "Id": "VirtoCommerce.Notifications", + "BlobName": "VirtoCommerce.Notifications_3.1007.0.zip" + } ] }, { "Name": "GithubReleases", "ModuleSources": [ "https://raw.githubusercontent.com/VirtoCommerce/vc-modules/master/modules_v3.json" - ], + ], "Modules": [ { "Id": "VirtoCommerce.ElasticSearch", @@ -371,13 +374,8 @@ { "Id": "VirtoCommerce.ProfileExperienceApiModule", "Version": "3.1007.0" - }, - { - "Id": "VirtoCommerce.Notifications", - "Version": "3.1006.0" } - ] + ] } ] -} - +} \ No newline at end of file