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.mjs CHANGED
@@ -13006,7 +13006,7 @@ async function setup(input2) {
13006
13006
  {
13007
13007
  title: "Initializing localization provider",
13008
13008
  async task(ctx, task) {
13009
- const isLingoDotDev = ctx.localizer.id === "Lingo.dev";
13009
+ const isLingoDotDev = ctx.localizer.id === "Lingo.dev" || ctx.localizer.id === "Lingo.dev vNext";
13010
13010
  const isPseudo = ctx.localizer.id === "pseudo";
13011
13011
  const subTasks = isLingoDotDev ? [
13012
13012
  "Brand voice enabled",
@@ -15314,7 +15314,7 @@ async function renderHero2() {
15314
15314
  // package.json
15315
15315
  var package_default = {
15316
15316
  name: "lingo.dev",
15317
- version: "0.131.0",
15317
+ version: "0.131.1",
15318
15318
  description: "Lingo.dev CLI",
15319
15319
  private: false,
15320
15320
  repository: {