@monkeyplus/flow 6.0.59 → 6.0.60

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monkeyplus/flow",
3
- "version": "6.0.59",
3
+ "version": "6.0.60",
4
4
  "description": "@monkeyplus/flow package-first runtime with Vite, Nitro, Vue and a workspace playground.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -220,7 +220,7 @@ export async function renderDocument(page, clientAssets) {
220
220
  }
221
221
  };
222
222
  replaceLang(data);
223
- return match.replace(content, JSON.stringify(data));
223
+ return match.replace(content, JSON.stringify(data, null, 2));
224
224
  } catch (e) {
225
225
  return match;
226
226
  }