@igniter-js/cli 0.4.8 → 0.4.9
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/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2302,7 +2302,7 @@ import { writeFile as writeFile5 } from "fs/promises";
|
|
|
2302
2302
|
import { mkdirSync, existsSync as existsSync3 } from "fs";
|
|
2303
2303
|
import { readFile as readFile3, writeFile as writeFile3 } from "fs/promises";
|
|
2304
2304
|
import * as path14 from "path";
|
|
2305
|
-
import * as handlebars4 from "handlebars";
|
|
2305
|
+
import * as handlebars4 from "handlebars/runtime";
|
|
2306
2306
|
import { fileURLToPath } from "url";
|
|
2307
2307
|
var __filename = fileURLToPath(import.meta?.url);
|
|
2308
2308
|
var __dirname = path14.dirname(__filename);
|