@ahmadubaidillah/core 1.1.1 → 1.1.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -26488,6 +26488,7 @@ var __filename2 = fileURLToPath(import.meta.url);
26488
26488
  var __dirname2 = dirname(__filename2);
26489
26489
  function getTemplatesRoot() {
26490
26490
  const searchPaths = [
26491
+ join6(__dirname2, "templates"),
26491
26492
  join6(__dirname2, "..", "templates"),
26492
26493
  join6(__dirname2, "..", "..", "templates"),
26493
26494
  join6(__dirname2, "..", "..", "..", "templates"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahmadubaidillah/core",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "The scaffolding engine and RTK-AI efficiency layer for DevForge.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",