lingo.dev 0.105.4 → 0.107.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
@@ -5018,8 +5018,8 @@ function createBucketLoader(bucketType, bucketPathPattern, options, lockedKeys,
5018
5018
  createPrettierLoader({ parser: "json", bucketPathPattern }),
5019
5019
  createJsonLoader(),
5020
5020
  createEnsureKeyOrderLoader(),
5021
- createInjectLocaleLoader(options.injectLocale),
5022
5021
  createFlatLoader(),
5022
+ createInjectLocaleLoader(options.injectLocale),
5023
5023
  createLockedKeysLoader(lockedKeys || []),
5024
5024
  createSyncLoader(),
5025
5025
  createUnlocalizableLoader(options.returnUnlocalizedKeys)
@@ -10342,7 +10342,7 @@ async function renderHero2() {
10342
10342
  // package.json
10343
10343
  var package_default = {
10344
10344
  name: "lingo.dev",
10345
- version: "0.105.4",
10345
+ version: "0.107.0",
10346
10346
  description: "Lingo.dev CLI",
10347
10347
  private: false,
10348
10348
  publishConfig: {