lingo.dev 0.117.19 → 0.117.20

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/build/cli.cjs CHANGED
@@ -11128,9 +11128,6 @@ var i18n_default = new (0, _interactivecommander.Command)().command("i18n").desc
11128
11128
  "Stop immediately on first error instead of continuing to process remaining buckets and locales (fail-fast mode)"
11129
11129
  ).action(async function(options) {
11130
11130
  updateGitignore();
11131
- await trackEvent(null, "cmd.i18n.start", {
11132
- rawOptions: options
11133
- });
11134
11131
  const ora = _ora2.default.call(void 0, );
11135
11132
  let flags;
11136
11133
  try {
@@ -11178,6 +11175,10 @@ var i18n_default = new (0, _interactivecommander.Command)().command("i18n").desc
11178
11175
  authId = auth.id;
11179
11176
  ora.succeed(`Authenticated as ${auth.email}`);
11180
11177
  }
11178
+ await trackEvent(authId, "cmd.i18n.start", {
11179
+ i18nConfig,
11180
+ flags
11181
+ });
11181
11182
  let buckets = getBuckets(i18nConfig);
11182
11183
  if (_optionalChain([flags, 'access', _343 => _343.bucket, 'optionalAccess', _344 => _344.length])) {
11183
11184
  buckets = buckets.filter(
@@ -14717,7 +14718,7 @@ async function renderHero2() {
14717
14718
  // package.json
14718
14719
  var package_default = {
14719
14720
  name: "lingo.dev",
14720
- version: "0.117.19",
14721
+ version: "0.117.20",
14721
14722
  description: "Lingo.dev CLI",
14722
14723
  private: false,
14723
14724
  repository: {