@vc-shell/config-generator 1.1.97 → 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.
Files changed (3) hide show
  1. package/LICENSE +12 -0
  2. package/package.json +6 -4
  3. package/CHANGELOG.md +0 -2023
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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vc-shell/config-generator",
3
3
  "description": "Generate Vite configurations",
4
- "version": "1.1.97",
4
+ "version": "1.1.98-rc.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "vue": "^3.5.13"
20
20
  },
21
21
  "devDependencies": {
22
- "@vc-shell/ts-config": "^1.1.97",
22
+ "@vc-shell/ts-config": "1.1.98-rc.0",
23
23
  "http-proxy-middleware": "^3.0.2",
24
24
  "rollup-plugin-visualizer": "^6.0.3",
25
25
  "tsc-alias": "^1.8.8",
@@ -28,5 +28,7 @@
28
28
  "publishConfig": {
29
29
  "access": "public",
30
30
  "registry": "https://registry.npmjs.org/"
31
- }
32
- }
31
+ },
32
+ "npmTag": "rc",
33
+ "gitHead": "6f0696dfa3fd8d8e3a47eb130bb2a5adda0418ec"
34
+ }