@semiont/cli 0.2.3-build.14 → 0.2.3

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/cli.mjs +1 -1
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -42157,7 +42157,7 @@ function getTemplatesDir() {
42157
42157
  if (__dirname2.includes(path.sep + "src" + path.sep)) {
42158
42158
  return path.join(__dirname2, "..", "..", "..", "templates");
42159
42159
  } else {
42160
- return path.join(__dirname2, "..", "templates");
42160
+ return path.join(__dirname2, "templates");
42161
42161
  }
42162
42162
  }
42163
42163
  function copyTemplate(source, dest, replacements) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semiont/cli",
3
- "version": "0.2.3-build.14",
3
+ "version": "0.2.3",
4
4
  "description": "Semiont CLI - Unified environment management tool",
5
5
  "_comment": "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
6
6
  "type": "module",