lingo.dev 0.131.0 → 0.131.1
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 +2 -2
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +2 -2
- package/build/cli.mjs.map +1 -1
- package/package.json +1 -1
package/build/cli.cjs
CHANGED
|
@@ -13010,7 +13010,7 @@ async function setup(input2) {
|
|
|
13010
13010
|
{
|
|
13011
13011
|
title: "Initializing localization provider",
|
|
13012
13012
|
async task(ctx, task) {
|
|
13013
|
-
const isLingoDotDev = ctx.localizer.id === "Lingo.dev";
|
|
13013
|
+
const isLingoDotDev = ctx.localizer.id === "Lingo.dev" || ctx.localizer.id === "Lingo.dev vNext";
|
|
13014
13014
|
const isPseudo = ctx.localizer.id === "pseudo";
|
|
13015
13015
|
const subTasks = isLingoDotDev ? [
|
|
13016
13016
|
"Brand voice enabled",
|
|
@@ -15318,7 +15318,7 @@ async function renderHero2() {
|
|
|
15318
15318
|
// package.json
|
|
15319
15319
|
var package_default = {
|
|
15320
15320
|
name: "lingo.dev",
|
|
15321
|
-
version: "0.131.
|
|
15321
|
+
version: "0.131.1",
|
|
15322
15322
|
description: "Lingo.dev CLI",
|
|
15323
15323
|
private: false,
|
|
15324
15324
|
repository: {
|