@vc-shell/create-vc-app 1.1.96 → 1.1.98-rc.0

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/LICENSE ADDED
@@ -0,0 +1,12 @@
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.
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import c from "node:path";
6
6
  import s from "node:fs";
7
7
  import { fileURLToPath as Oe } from "node:url";
8
8
  import { cwd as Me, exit as Ee, argv as Te } from "node:process";
9
- const Ue = "1.1.96", I = {
9
+ const Ue = "1.1.98-rc.0", I = {
10
10
  version: Ue
11
11
  };
12
12
  var Pe = typeof global == "object" && global && global.Object === Object && global, Le = typeof self == "object" && self && self.Object === Object && self, _e = Pe || Le || Function("return this")(), b = _e.Symbol, K = Object.prototype, ze = K.hasOwnProperty, De = K.toString, $ = b ? b.toStringTag : void 0;
@@ -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.96",
27
- "@vc-shell/release-config": "^1.1.95",
28
- "@vc-shell/ts-config": "^1.1.95",
26
+ "@vc-shell/api-client-generator": "^1.1.98-rc.0",
27
+ "@vc-shell/release-config": "^1.1.98-rc.0",
28
+ "@vc-shell/ts-config": "^1.1.98-rc.0",
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.95",
57
- "@vc-shell/framework": "^1.1.96",
56
+ "@vc-shell/config-generator": "^1.1.98-rc.0",
57
+ "@vc-shell/framework": "^1.1.98-rc.0",
58
58
  "@vueuse/core": "^10.7.1",
59
59
  "@vueuse/integrations": "^10.7.1",
60
60
  "cross-spawn": "^7.0.3",
@@ -1,18 +1,5 @@
1
- import { release } from "@vc-shell/release-config";
2
- import { sync } from "cross-spawn";
3
-
4
- release({
5
- packages: ["."],
6
- toTag: (version) => `v${version}`,
7
- bumpVersion: async (pkgName, pkgVersion) => {
8
- const bumpArgs = ["workspace", pkgName, "version", pkgVersion, "--deferred"];
9
- await sync("yarn", bumpArgs);
10
-
11
- const versionApplyArgs = ["version", "apply", "--all"];
12
- await sync("yarn", versionApplyArgs);
13
- },
14
- generateChangelog: async (pkgName, pkgVersion, workspaceName) => {
15
- const changelogArgs = ["conventional-changelog", "-p", "angular", "-i", "CHANGELOG.md", "-s", "--commit-path", "."];
16
- await sync("npx", changelogArgs, { cwd: workspaceName ? `${workspaceName}` : "." });
17
- },
18
- });
1
+ import { release } from "@vc-shell/release-config";
2
+
3
+ release({
4
+ packages: ["."]
5
+ });
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.96",
4
+ "version": "1.1.98-rc.0",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.js",
7
7
  "files": [
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/prompts": "^2.4.4",
17
- "@vc-shell/ts-config": "^1.1.96",
17
+ "@vc-shell/ts-config": "1.1.98-rc.0",
18
18
  "copyfiles": "^2.4.1",
19
19
  "cross-env": "^7.0.3",
20
20
  "shx": "^0.3.4",
@@ -32,5 +32,7 @@
32
32
  "access": "public",
33
33
  "registry": "https://registry.npmjs.org/"
34
34
  },
35
- "packageManager": "yarn@4.0.2"
36
- }
35
+ "packageManager": "yarn@4.0.2",
36
+ "npmTag": "rc",
37
+ "gitHead": "6f0696dfa3fd8d8e3a47eb130bb2a5adda0418ec"
38
+ }