rez_core 4.0.193 → 4.0.195

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": "rez_core",
3
- "version": "4.0.193",
3
+ "version": "4.0.195",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -189,7 +189,7 @@ export class WorkflowMetaService extends EntityServiceImpl {
189
189
  is_current: 'Y',
190
190
  });
191
191
 
192
- await this.populateActionService(
192
+ this.populateActionService(
193
193
  currentStage.stage_id,
194
194
  loggedInUser,
195
195
  mapped_entity_id,
@@ -1,5 +0,0 @@
1
- {
2
- "recommendations": [
3
- "dbaeumer.vscode-eslint"
4
- ]
5
- }