vcpm 0.4.1 → 0.4.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/README.md +2 -14
- package/oclif.manifest.json +1 -1
- package/package.json +19 -19
package/README.md
CHANGED
|
@@ -27,20 +27,8 @@ npm i -g vcpm
|
|
|
27
27
|
|
|
28
28
|
### Installers
|
|
29
29
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
- [Windows-arm64 (.exe)](https://github.com/TraumDE/vcpm/releases/download/0.4.0/vcpm-v0.4.0-ef8c1e4-arm64.exe)
|
|
33
|
-
- [Windows-x64 (.exe)](https://github.com/TraumDE/vcpm/releases/download/0.4.0/vcpm-v0.4.0-ef8c1e4-x64.exe)
|
|
34
|
-
|
|
35
|
-
#### Linux
|
|
36
|
-
|
|
37
|
-
- [Deb-amd64 (.deb)](https://github.com/TraumDE/vcpm/releases/download/0.4.0/vcpm_0.4.0.ef8c1e4-1_amd64.deb)
|
|
38
|
-
- [Deb-arm64 (.deb)](https://github.com/TraumDE/vcpm/releases/download/0.4.0/vcpm_0.4.0.ef8c1e4-1_arm64.deb)
|
|
39
|
-
|
|
40
|
-
#### MacOS
|
|
41
|
-
|
|
42
|
-
- [MacOS-x64 (.pkg)](https://github.com/TraumDE/vcpm/releases/download/0.4.0/vcpm-v0.4.0-ef8c1e4-x64.pkg)
|
|
43
|
-
- [MacOS-arm64 (.pkg)](https://github.com/TraumDE/vcpm/releases/download/0.4.0/vcpm-v0.4.0-ef8c1e4-arm64.pkg)
|
|
30
|
+
You can install vcpm with installer for your OS, find it in latest release
|
|
31
|
+
[Watch here](https://github.com/TraumDE/vcpm/releases/latest)
|
|
44
32
|
|
|
45
33
|
Standalone tarballs can be found in latest release [Watch here](https://github.com/TraumDE/vcpm/releases/latest)
|
|
46
34
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcpm",
|
|
3
3
|
"description": "VCPM - Voxel Core Project Manager",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.2",
|
|
5
5
|
"author": "Eugene301|TraumDE",
|
|
6
6
|
"bin": "./bin/run.js",
|
|
7
7
|
"bugs": "https://github.com/TraumDE/vcpm/issues",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@oclif/core": "^4",
|
|
10
|
-
"@oclif/plugin-autocomplete": "^3.2.
|
|
11
|
-
"@zip.js/zip.js": "^2.8.
|
|
12
|
-
"glob": "^13.0.
|
|
9
|
+
"@oclif/core": "^4.8.0",
|
|
10
|
+
"@oclif/plugin-autocomplete": "^3.2.40",
|
|
11
|
+
"@zip.js/zip.js": "^2.8.16",
|
|
12
|
+
"glob": "^13.0.1"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@eslint/compat": "^
|
|
15
|
+
"@eslint/compat": "^2.0.2",
|
|
16
16
|
"@oclif/prettier-config": "^0.2.1",
|
|
17
|
-
"@oclif/test": "^4",
|
|
18
|
-
"@types/chai": "^
|
|
19
|
-
"@types/mocha": "^10",
|
|
20
|
-
"@types/node": "^
|
|
21
|
-
"chai": "^
|
|
22
|
-
"eslint": "^9",
|
|
23
|
-
"eslint-config-oclif": "^6",
|
|
24
|
-
"eslint-config-prettier": "^10",
|
|
25
|
-
"mocha": "^
|
|
26
|
-
"oclif": "^4",
|
|
27
|
-
"shx": "^0.
|
|
28
|
-
"ts-node": "^10",
|
|
29
|
-
"typescript": "^5"
|
|
17
|
+
"@oclif/test": "^4.1.16",
|
|
18
|
+
"@types/chai": "^5.2.3",
|
|
19
|
+
"@types/mocha": "^10.0.10",
|
|
20
|
+
"@types/node": "^25.2.0",
|
|
21
|
+
"chai": "^6.2.2",
|
|
22
|
+
"eslint": "^9.39.2",
|
|
23
|
+
"eslint-config-oclif": "^6.0.137",
|
|
24
|
+
"eslint-config-prettier": "^10.1.8",
|
|
25
|
+
"mocha": "^11.7.5",
|
|
26
|
+
"oclif": "^4.22.73",
|
|
27
|
+
"shx": "^0.4.0",
|
|
28
|
+
"ts-node": "^10.9.2",
|
|
29
|
+
"typescript": "^5.9.3"
|
|
30
30
|
},
|
|
31
31
|
"engines": {
|
|
32
32
|
"node": ">=18.4.0"
|