We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa87afe commit 128f919Copy full SHA for 128f919
lib/logic/entities/RuntimeEnvironmentBaseImages.js
@@ -3,6 +3,7 @@ const Entity = require('./Entity');
3
class RuntimeEnvironmentBaseImages extends Entity {
4
constructor(data) {
5
super();
6
+ this.info = data;
7
this.entityType = 'RuntimeEnvironmentBaseImages';
8
this.component = data.component;
9
this.image = data.image;
@@ -15,4 +16,3 @@ class RuntimeEnvironmentBaseImages extends Entity {
15
16
}
17
18
module.exports = RuntimeEnvironmentBaseImages;
-
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
- "version": "0.84.5",
+ "version": "0.84.6",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
0 commit comments