@dartix-software-solutions/create-fullstack-app 2.0.7 → 2.0.8

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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  main
4
- } from "../chunk-QVS4DSIH.js";
4
+ } from "../chunk-UQMP4MDN.js";
5
5
 
6
6
  // src/bin/create-fullstack-app.ts
7
7
  main().catch((error) => {
@@ -2795,7 +2795,7 @@ function ensureHelpers() {
2795
2795
  }
2796
2796
  var templateCache = /* @__PURE__ */ new Map();
2797
2797
  function protectJsxObjectLiterals(source) {
2798
- return source.replace(/=\{\{/g, "={{{lbrace}}");
2798
+ return source.replace(/=\{\{/g, '={{"{"}}');
2799
2799
  }
2800
2800
  function renderTemplate(templatePath, context) {
2801
2801
  ensureHelpers();
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  main
3
- } from "./chunk-QVS4DSIH.js";
3
+ } from "./chunk-UQMP4MDN.js";
4
4
  export {
5
5
  main
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartix-software-solutions/create-fullstack-app",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "CLI tool to scaffold full-stack applications with pluggable architecture",
5
5
  "type": "module",
6
6
  "bin": {