@vc-shell/create-vc-app 1.1.99-alpha.0 → 1.1.99-alpha.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.
package/dist/index.js CHANGED
@@ -45,7 +45,7 @@ function ye(t) {
45
45
  const e = [];
46
46
  return t["package-name"] && !L(t["package-name"]) && e.push(`Invalid package name: ${t["package-name"]}`), t["base-path"] && !fe(t["base-path"]) && e.push(`Invalid base path: ${t["base-path"]}. Must start and end with "/"`), e;
47
47
  }
48
- const he = "1.1.99-alpha.0", U = {
48
+ const he = "1.1.99-alpha.2", U = {
49
49
  version: he
50
50
  };
51
51
  function we() {
@@ -1515,7 +1515,7 @@ const { registerWidget, unregisterWidget } = useWidgets();
1515
1515
  r.writeFileSync(t, a);
1516
1516
  }
1517
1517
  function V() {
1518
- return m.resolve(X(import.meta.url), "..", "..", "templates");
1518
+ return m.resolve(X(import.meta.url), "..", "templates");
1519
1519
  }
1520
1520
  async function j(t, e, n, a, s, c, l) {
1521
1521
  const d = m.join(t, "blades", n, "blade.vue"), w = n === "grid" ? `${a["{{entity-name-plural}}"]}.vue` : `${a["{{entity-name}}"]}-details.vue`, u = m.join(e, "pages", w);
@@ -1760,7 +1760,7 @@ function Ke(t) {
1760
1760
  ]);
1761
1761
  }
1762
1762
  function Je(t) {
1763
- const e = m.resolve(X(import.meta.url), "..", "..", "templates"), n = m.join(e, t.templateName);
1763
+ const e = m.resolve(X(import.meta.url), "..", "templates"), n = m.join(e, t.templateName);
1764
1764
  let a = 0;
1765
1765
  return ie(n, (s, c) => {
1766
1766
  const l = m.join(t.targetDirectory, c), d = Ye(l, t.replacements);
@@ -23,9 +23,9 @@
23
23
  "@types/node": "^20.10.5",
24
24
  "@typescript-eslint/eslint-plugin": "^7.4.0",
25
25
  "@typescript-eslint/parser": "^7.4.0",
26
- "@vc-shell/api-client-generator": "^1.1.99-alpha.0",
27
- "@vc-shell/release-config": "^1.1.99-alpha.0",
28
- "@vc-shell/ts-config": "^1.1.99-alpha.0",
26
+ "@vc-shell/api-client-generator": "^1.1.99-alpha.2",
27
+ "@vc-shell/release-config": "^1.1.99-alpha.2",
28
+ "@vc-shell/ts-config": "^1.1.99-alpha.2",
29
29
  "@vitejs/plugin-vue": "^5.2.3",
30
30
  "@vue/eslint-config-prettier": "^9.0.0",
31
31
  "@vue/eslint-config-typescript": "^13.0.0",
@@ -53,8 +53,8 @@
53
53
  "vue-tsc": "^2.2.10"
54
54
  },
55
55
  "dependencies": {
56
- "@vc-shell/config-generator": "^1.1.99-alpha.0",
57
- "@vc-shell/framework": "^1.1.99-alpha.0",
56
+ "@vc-shell/config-generator": "^1.1.99-alpha.2",
57
+ "@vc-shell/framework": "^1.1.99-alpha.2",
58
58
  "@vueuse/core": "^10.7.1",
59
59
  "@vueuse/integrations": "^10.7.1",
60
60
  "cross-spawn": "^7.0.3",