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 +5 -4
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +5 -4
- package/build/cli.mjs.map +1 -1
- package/package.json +4 -4
package/build/cli.mjs
CHANGED
|
@@ -11124,9 +11124,6 @@ var i18n_default = new Command14().command("i18n").description(
|
|
|
11124
11124
|
"Stop immediately on first error instead of continuing to process remaining buckets and locales (fail-fast mode)"
|
|
11125
11125
|
).action(async function(options) {
|
|
11126
11126
|
updateGitignore();
|
|
11127
|
-
await trackEvent(null, "cmd.i18n.start", {
|
|
11128
|
-
rawOptions: options
|
|
11129
|
-
});
|
|
11130
11127
|
const ora = Ora9();
|
|
11131
11128
|
let flags;
|
|
11132
11129
|
try {
|
|
@@ -11174,6 +11171,10 @@ var i18n_default = new Command14().command("i18n").description(
|
|
|
11174
11171
|
authId = auth.id;
|
|
11175
11172
|
ora.succeed(`Authenticated as ${auth.email}`);
|
|
11176
11173
|
}
|
|
11174
|
+
await trackEvent(authId, "cmd.i18n.start", {
|
|
11175
|
+
i18nConfig,
|
|
11176
|
+
flags
|
|
11177
|
+
});
|
|
11177
11178
|
let buckets = getBuckets(i18nConfig);
|
|
11178
11179
|
if (flags.bucket?.length) {
|
|
11179
11180
|
buckets = buckets.filter(
|
|
@@ -14713,7 +14714,7 @@ async function renderHero2() {
|
|
|
14713
14714
|
// package.json
|
|
14714
14715
|
var package_default = {
|
|
14715
14716
|
name: "lingo.dev",
|
|
14716
|
-
version: "0.117.
|
|
14717
|
+
version: "0.117.20",
|
|
14717
14718
|
description: "Lingo.dev CLI",
|
|
14718
14719
|
private: false,
|
|
14719
14720
|
repository: {
|