@ludeo/cloud-common 1.2.257-beta-yahil-4 → 1.2.257

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludeo/cloud-common",
3
- "version": "1.2.257-beta-yahil-4",
3
+ "version": "1.2.257",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "author": "Yahil Didi",
@@ -15,7 +15,7 @@ export class RuntimeArtifactsPayload {
15
15
  @IsString()
16
16
  latestVersion: string;
17
17
 
18
- /** Presigned GET URLs for `.tar.gz` trees; agent extracts in order into the same VM cache directory when non-empty. */
18
+ /** Presigned GET URLs for artifact objects under this version; agent consumes them in order when non-empty. */
19
19
  @IsArray()
20
20
  @IsString({ each: true })
21
21
  downloadUrls: string[];