lingo.dev 0.87.5 → 0.87.6
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 +1 -1
package/build/cli.mjs
CHANGED
|
@@ -3099,7 +3099,7 @@ function md5(input2) {
|
|
|
3099
3099
|
|
|
3100
3100
|
// src/cli/loaders/mdx2/code-placeholder.ts
|
|
3101
3101
|
import _20 from "lodash";
|
|
3102
|
-
var fenceRegex = /(
|
|
3102
|
+
var fenceRegex = /([ \t]*)(^>\s*)?```([\s\S]*?)```/gm;
|
|
3103
3103
|
function ensureTrailingFenceNewline(_content) {
|
|
3104
3104
|
let found = false;
|
|
3105
3105
|
let content = _content;
|
|
@@ -5645,7 +5645,7 @@ function validateParams2(i18nConfig, flags) {
|
|
|
5645
5645
|
// package.json
|
|
5646
5646
|
var package_default = {
|
|
5647
5647
|
name: "lingo.dev",
|
|
5648
|
-
version: "0.87.
|
|
5648
|
+
version: "0.87.6",
|
|
5649
5649
|
description: "Lingo.dev CLI",
|
|
5650
5650
|
private: false,
|
|
5651
5651
|
publishConfig: {
|