@leverege/build-tools 2.67.3-beta.3 → 2.67.3-beta.4

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": "@leverege/build-tools",
3
- "version": "2.67.3-beta.3",
3
+ "version": "2.67.3-beta.4",
4
4
  "description": "A collection of build / support tools for Leverege developers",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -215,6 +215,7 @@ log( `
215
215
  ${chalk.green.bold( 'Build Information:' )}
216
216
  Container: ${chalk.green.bold( containerName )}
217
217
  Version: ${chalk.green.bold( imageVersion )} ${tagInfo}
218
+ Platform: ${chalk.green.bold( repoDescr.imagePlatform )}
218
219
  Registry: ${chalk.green.bold( artifactRegistry )}
219
220
  Image Folder: ${chalk.yellow.bold( registryFolder )}
220
221
 
@@ -213,6 +213,7 @@ log( `
213
213
  ${chalk.green.bold( 'Build Information:' )}
214
214
  Container: ${chalk.green.bold( containerName )}
215
215
  Version: ${chalk.green.bold( imageVersion )} ${tagInfo}
216
+ Platform: ${chalk.green.bold( repoDescr.imagePlatform )}
216
217
  Registry: ${chalk.green.bold( artifactRegistry )}
217
218
  Image Folder: ${chalk.yellow.bold( registryFolder )}
218
219
  Monorepo: ${chalk.green.bold( repoDescr.isMonoRepo )}