@vc-shell/create-vc-app 1.1.99-alpha.1 → 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.
|
|
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), "..", "
|
|
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);
|
|
@@ -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.
|
|
27
|
-
"@vc-shell/release-config": "^1.1.99-alpha.
|
|
28
|
-
"@vc-shell/ts-config": "^1.1.99-alpha.
|
|
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.
|
|
57
|
-
"@vc-shell/framework": "^1.1.99-alpha.
|
|
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",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/create-vc-app",
|
|
3
3
|
"description": "Application scaffolding",
|
|
4
|
-
"version": "1.1.99-alpha.
|
|
4
|
+
"version": "1.1.99-alpha.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": "./dist/index.js",
|
|
7
7
|
"files": [
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@types/lodash-es": "^4.17.12",
|
|
17
17
|
"@types/pluralize": "^0.0.33",
|
|
18
18
|
"@types/prompts": "^2.4.4",
|
|
19
|
-
"@vc-shell/ts-config": "1.1.99-alpha.
|
|
19
|
+
"@vc-shell/ts-config": "1.1.99-alpha.2",
|
|
20
20
|
"copyfiles": "^2.4.1",
|
|
21
21
|
"cross-env": "^7.0.3",
|
|
22
22
|
"shx": "^0.3.4",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"access": "public",
|
|
38
38
|
"registry": "https://registry.npmjs.org/"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "600130c2990298afce79325b440f745160a1e4bf"
|
|
41
41
|
}
|