@vc-shell/create-vc-app 2.0.0-alpha.6 → 2.0.0-alpha.7

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
@@ -7,7 +7,7 @@ import { fileURLToPath as B } from "node:url";
7
7
  import A from "prompts";
8
8
  import r from "node:fs";
9
9
  import T from "ejs";
10
- const F = "2.0.0-alpha.6", O = {
10
+ const F = "2.0.0-alpha.7", O = {
11
11
  version: F
12
12
  };
13
13
  function f(e) {
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "devDependencies": {
12
12
  "@types/node": "^20.10.5",
13
- "@vc-shell/ts-config": "^2.0.0-alpha.6",
13
+ "@vc-shell/ts-config": "^2.0.0-alpha.7",
14
14
  "cross-env": "^7.0.3",
15
15
  "sass": "^1.87.0",
16
16
  "typescript": "^5.8.3",
@@ -18,8 +18,8 @@
18
18
  "vue-tsc": "^2.2.10"
19
19
  },
20
20
  "dependencies": {
21
- "@vc-shell/config-generator": "^2.0.0-alpha.6",
22
- "@vc-shell/framework": "^2.0.0-alpha.6",
21
+ "@vc-shell/config-generator": "^2.0.0-alpha.7",
22
+ "@vc-shell/framework": "^2.0.0-alpha.7",
23
23
  "vue": "^3.5.13",
24
24
  "vue-router": "^4.2.5"
25
25
  }
@@ -68,7 +68,7 @@ Other prefixes are up to your discretion. Suggested prefixes are `docs`, `chore`
68
68
 
69
69
  ### Scope
70
70
 
71
- The scope could be any valid lerna package name (located inside `packages` folder). For example `shell`, `ui-kit`, `api-client`, etc...
71
+ The scope could be any valid workspace package name. For example `shell`, `ui-kit`, `api-client`, etc...
72
72
 
73
73
  ### Subject
74
74
 
@@ -22,9 +22,8 @@
22
22
  "@types/node": "^20.10.5",
23
23
  "@typescript-eslint/eslint-plugin": "^7.4.0",
24
24
  "@typescript-eslint/parser": "^7.4.0",
25
- "@vc-shell/api-client-generator": "^2.0.0-alpha.6",
26
- "@vc-shell/release-config": "^2.0.0-alpha.6",
27
- "@vc-shell/ts-config": "^2.0.0-alpha.6",
25
+ "@vc-shell/api-client-generator": "^2.0.0-alpha.7",
26
+ "@vc-shell/ts-config": "^2.0.0-alpha.7",
28
27
  "@vitejs/plugin-vue": "^5.2.3",
29
28
  "@vue/eslint-config-prettier": "^9.0.0",
30
29
  "@vue/eslint-config-typescript": "^13.0.0",
@@ -52,8 +51,8 @@
52
51
  "vue-tsc": "^2.2.10"
53
52
  },
54
53
  "dependencies": {
55
- "@vc-shell/config-generator": "^2.0.0-alpha.6",
56
- "@vc-shell/framework": "^2.0.0-alpha.6",
54
+ "@vc-shell/config-generator": "^2.0.0-alpha.7",
55
+ "@vc-shell/framework": "^2.0.0-alpha.7",
57
56
  "@vueuse/core": "^10.7.1",
58
57
  "@vueuse/integrations": "^10.7.1",
59
58
  "cross-spawn": "^7.0.3",
@@ -68,7 +68,7 @@ Other prefixes are up to your discretion. Suggested prefixes are `docs`, `chore`
68
68
 
69
69
  ### Scope
70
70
 
71
- The scope could be any valid lerna package name (located inside `packages` folder). For example `shell`, `ui-kit`, `api-client`, etc...
71
+ The scope could be any valid workspace package name. For example `shell`, `ui-kit`, `api-client`, etc...
72
72
 
73
73
  ### Subject
74
74
 
@@ -22,9 +22,8 @@
22
22
  "@types/node": "^20.10.5",
23
23
  "@typescript-eslint/eslint-plugin": "^7.4.0",
24
24
  "@typescript-eslint/parser": "^7.4.0",
25
- "@vc-shell/api-client-generator": "^2.0.0-alpha.6",
26
- "@vc-shell/release-config": "^2.0.0-alpha.6",
27
- "@vc-shell/ts-config": "^2.0.0-alpha.6",
25
+ "@vc-shell/api-client-generator": "^2.0.0-alpha.7",
26
+ "@vc-shell/ts-config": "^2.0.0-alpha.7",
28
27
  "@vitejs/plugin-vue": "^5.2.3",
29
28
  "@vue/eslint-config-prettier": "^9.0.0",
30
29
  "@vue/eslint-config-typescript": "^13.0.0",
@@ -52,8 +51,8 @@
52
51
  "vue-tsc": "^2.2.10"
53
52
  },
54
53
  "dependencies": {
55
- "@vc-shell/config-generator": "^2.0.0-alpha.6",
56
- "@vc-shell/framework": "^2.0.0-alpha.6",
54
+ "@vc-shell/config-generator": "^2.0.0-alpha.7",
55
+ "@vc-shell/framework": "^2.0.0-alpha.7",
57
56
  "@vueuse/core": "^10.7.1",
58
57
  "@vueuse/integrations": "^10.7.1",
59
58
  "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": "2.0.0-alpha.6",
4
+ "version": "2.0.0-alpha.7",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.js",
7
7
  "files": [
@@ -15,7 +15,7 @@
15
15
  "devDependencies": {
16
16
  "@types/ejs": "^3.1.5",
17
17
  "@types/prompts": "^2.4.4",
18
- "@vc-shell/ts-config": "2.0.0-alpha.6",
18
+ "@vc-shell/ts-config": "2.0.0-alpha.7",
19
19
  "copyfiles": "^2.4.1",
20
20
  "cross-env": "^7.0.3",
21
21
  "shx": "^0.3.4",
@@ -34,6 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public",
36
36
  "registry": "https://registry.npmjs.org/"
37
- },
38
- "gitHead": "9196b2c232094d8d7750963718777096c0cc9864"
39
- }
37
+ }
38
+ }
package/LICENSE DELETED
@@ -1,12 +0,0 @@
1
- Copyright (c) Virto Solutions LTD. All rights reserved.
2
-
3
- Licensed under the Virto Commerce Open Software License (the "License"); you
4
- may not use this file except in compliance with the License. You may
5
- obtain a copy of the License at
6
-
7
- https://virtocommerce.com/open-source-license
8
-
9
- Unless required by applicable law or agreed to in writing, software
10
- distributed under the License is distributed on an "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12
- implied.