lingo.dev 0.74.4 → 0.74.7
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 +1 -2
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +1 -2
- package/build/cli.mjs.map +1 -1
- package/package.json +3 -3
package/build/cli.cjs
CHANGED
|
@@ -2471,7 +2471,6 @@ function createBucketLoader(bucketType, bucketPathPattern) {
|
|
|
2471
2471
|
case "dato":
|
|
2472
2472
|
return composeLoaders(
|
|
2473
2473
|
createDatoLoader(bucketPathPattern),
|
|
2474
|
-
createNewLineLoader(),
|
|
2475
2474
|
createSyncLoader(),
|
|
2476
2475
|
createFlatLoader(),
|
|
2477
2476
|
createUnlocalizableLoader()
|
|
@@ -3176,7 +3175,7 @@ function displaySummary(results) {
|
|
|
3176
3175
|
// package.json
|
|
3177
3176
|
var package_default = {
|
|
3178
3177
|
name: "lingo.dev",
|
|
3179
|
-
version: "0.74.
|
|
3178
|
+
version: "0.74.7",
|
|
3180
3179
|
description: "Lingo.dev CLI",
|
|
3181
3180
|
private: false,
|
|
3182
3181
|
publishConfig: {
|