eitri-cli 1.17.0-beta.11 → 1.17.0-beta.12

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": "eitri-cli",
3
- "version": "1.17.0-beta.11",
3
+ "version": "1.17.0-beta.12",
4
4
  "description": "Command Line Interface to make \"Eitri-App\" with code and fire.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -180,7 +180,7 @@ ${await targetService.getAppConfExampleSnippet()}
180
180
  id: miniConf?.organizationId
181
181
  }
182
182
 
183
- TrackingEitriAnalytics.sendEvent({
183
+ await TrackingEitriAnalytics.sendEvent({
184
184
  eventName: "push-version",
185
185
  userId: workspace?.userEmail,
186
186
  data: {
@@ -190,7 +190,7 @@ ${await targetService.getAppConfExampleSnippet()}
190
190
  },
191
191
  application: target,
192
192
  startDate: `${start}`,
193
- tempWorkspaceId
193
+ workspaceId: tempWorkspaceId
194
194
  }
195
195
  })
196
196
  process.exit(0)
@@ -205,7 +205,7 @@ ${await targetService.getAppConfExampleSnippet()}
205
205
  console.log(`\x1b[1m\x1b[31mNão será possível continuar por enquanto. Ocorreu um erro.\x1b[0m`);
206
206
  }
207
207
 
208
- TrackingEitriAnalytics.sendEvent({
208
+ await TrackingEitriAnalytics.sendEvent({
209
209
  eventName: "push-version.error",
210
210
  userId: workspace?.userEmail,
211
211
  data: {