Skip to content
Open
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
27 changes: 13 additions & 14 deletions backend/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Container": "packages",
"ServiceUri": "https://vc3prerelease.blob.core.windows.net",
"Modules": [
{
{
"Id": "VirtoCommerce.PageBuilderModule",
"BlobName": "VirtoCommerce.PageBuilderModule_3.835.0-pr-94-6d94.zip"
},
Expand All @@ -27,27 +27,27 @@
{
"BlobName": "VirtoCommerce.AIDocumentProcessing_3.901.0-pr-7-05c5.zip"
},
{
"Id": "VirtoCommerce.Content",
"BlobName": "VirtoCommerce.Content_3.837.0-pr-208-66a0.zip"
},
{
"Id": "VirtoCommerce.XCMS",
"BlobName": "VirtoCommerce.XCMS_3.908.0-pr-18-881c.zip"
},
{
"Id": "VirtoCommerce.Content",
"BlobName": "VirtoCommerce.Content_3.837.0.zip"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Module blob name possibly incorrect due to automation failure

Medium Severity

The VirtoCommerce.Content BlobName was changed from VirtoCommerce.Content_3.837.0-pr-208-66a0.zip to VirtoCommerce.Content_3.837.0.zip, removing the PR-specific suffix. The PR description shows "undefined undefined" indicating automation issues. All other modules in this AzureBlob source use PR-specific suffixes (e.g., -pr-94-6d94), and the storage is a prerelease blob container. This inconsistency suggests the blob name may be incorrectly constructed and the referenced file may not exist, potentially causing deployment failure.

Fix in Cursor Fix in Web

}
]
},
{
"Name": "GithubReleases",
"ModuleSources": [
"https://raw.githubusercontent.com/VirtoCommerce/vc-modules/master/modules_v3.json"
],
"Modules": [
{
"Id": "VirtoCommerce.SeqLog",
"Version": "3.800.0"
},
{
],
"Modules": [
{
"Id": "VirtoCommerce.SeqLog",
"Version": "3.800.0"
},
{
"Id": "VirtoCommerce.Contentful",
"Version": "3.805.0"
},
Expand Down Expand Up @@ -350,5 +350,4 @@
]
}
]
}

}