lingo.dev 0.113.0 → 0.113.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 +2 -2
package/build/cli.cjs
CHANGED
|
@@ -6800,7 +6800,7 @@ function createMdxCodePlaceholderLoader() {
|
|
|
6800
6800
|
let result = data;
|
|
6801
6801
|
for (const [placeholder, original] of Object.entries(codePlaceholders)) {
|
|
6802
6802
|
const replacement = original.startsWith(">") ? _lodash2.default.trimStart(original, "> ") : original;
|
|
6803
|
-
result = result.replaceAll(placeholder, replacement);
|
|
6803
|
+
result = result.replaceAll(placeholder, () => replacement);
|
|
6804
6804
|
}
|
|
6805
6805
|
return result;
|
|
6806
6806
|
}
|
|
@@ -11773,7 +11773,7 @@ async function renderHero2() {
|
|
|
11773
11773
|
// package.json
|
|
11774
11774
|
var package_default = {
|
|
11775
11775
|
name: "lingo.dev",
|
|
11776
|
-
version: "0.113.
|
|
11776
|
+
version: "0.113.1",
|
|
11777
11777
|
description: "Lingo.dev CLI",
|
|
11778
11778
|
private: false,
|
|
11779
11779
|
publishConfig: {
|