drimion 0.1.2 → 0.1.4

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/cli/index.js CHANGED
@@ -177,7 +177,7 @@ var Generator = class _Generator {
177
177
  static resolveTemplatePath(type) {
178
178
  const __dirname = path2.dirname(fileURLToPath(import.meta.url));
179
179
  const templateFile = `${type}.ts.hbs`;
180
- return path2.resolve(__dirname, "..", "templates", templateFile);
180
+ return path2.resolve(__dirname, "templates", templateFile);
181
181
  }
182
182
  static async loadTemplate(filePath) {
183
183
  const exists = await fs2.pathExists(filePath);
@@ -219,7 +219,7 @@ function resolvePackageManager() {
219
219
  if (true) {
220
220
  return {
221
221
  __PKG_NAME__: "drimion",
222
- __PKG_VERSION__: "0.1.2",
222
+ __PKG_VERSION__: "0.1.4",
223
223
  __PKG_REPOSITORY__: "git+https://github.com/bramadl/drimion.git"
224
224
  };
225
225
  }
@@ -803,7 +803,7 @@ function isCancelled2(err) {
803
803
  }
804
804
  function resolveKernelSource() {
805
805
  const __dirname = path6.dirname(fileURLToPath3(import.meta.url));
806
- return path6.resolve(__dirname, "..", "..", "kernel");
806
+ return path6.resolve(__dirname, "..", "kernel");
807
807
  }
808
808
  async function readInstalledVersion(kernelPath) {
809
809
  const versionFile = path6.join(kernelPath, ".version");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drimion",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Headless DDD primitives CLI for TypeScript — own your domain",
5
5
  "keywords": [
6
6
  "ddd",