@vc-shell/create-vc-app 1.1.99-alpha.11 → 1.1.99-alpha.13

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
@@ -60,7 +60,7 @@ function he(e) {
60
60
  const t = [];
61
61
  return e["package-name"] && !R(e["package-name"]) && t.push(`Invalid package name: ${e["package-name"]}`), e["base-path"] && !ye(e["base-path"]) && t.push(`Invalid base path: ${e["base-path"]}. Must start and end with "/"`), t;
62
62
  }
63
- const we = "1.1.99-alpha.11", U = {
63
+ const we = "1.1.99-alpha.13", U = {
64
64
  version: we
65
65
  };
66
66
  function be() {
@@ -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.11",
27
- "@vc-shell/release-config": "^1.1.99-alpha.11",
28
- "@vc-shell/ts-config": "^1.1.99-alpha.11",
26
+ "@vc-shell/api-client-generator": "^1.1.99-alpha.13",
27
+ "@vc-shell/release-config": "^1.1.99-alpha.13",
28
+ "@vc-shell/ts-config": "^1.1.99-alpha.13",
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.11",
57
- "@vc-shell/framework": "^1.1.99-alpha.11",
56
+ "@vc-shell/config-generator": "^1.1.99-alpha.13",
57
+ "@vc-shell/framework": "^1.1.99-alpha.13",
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.11",
4
+ "version": "1.1.99-alpha.13",
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.11",
19
+ "@vc-shell/ts-config": "1.1.99-alpha.13",
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": "14de623a495743c914adbd3e455c028bbc203270"
40
+ "gitHead": "8dec096ff20622c52b43ef544e55ccdef0109a26"
41
41
  }