lingo.dev 0.73.1 → 0.74.0

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
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  ReplexicaEngine
3
- } from "./chunk-NUMPOGXY.mjs";
3
+ } from "./chunk-D7CRCYTW.mjs";
4
4
  import {
5
5
  bucketTypeSchema,
6
6
  bucketTypes,
@@ -10,7 +10,7 @@ import {
10
10
  parseI18nConfig,
11
11
  resolveLocaleCode,
12
12
  resolveOverridenLocale
13
- } from "./chunk-NF6GBJ2R.mjs";
13
+ } from "./chunk-B6KMMXCA.mjs";
14
14
 
15
15
  // src/cli/index.ts
16
16
  import dotenv from "dotenv";
@@ -3180,7 +3180,7 @@ function displaySummary(results) {
3180
3180
  // package.json
3181
3181
  var package_default = {
3182
3182
  name: "lingo.dev",
3183
- version: "0.73.1",
3183
+ version: "0.74.0",
3184
3184
  description: "Lingo.dev CLI",
3185
3185
  private: false,
3186
3186
  type: "module",