@chabokan.net/cli 0.8.8 → 0.8.10

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/package.json CHANGED
@@ -1,110 +1,111 @@
1
1
  {
2
2
  "name": "@chabokan.net/cli",
3
- "version": "0.8.8",
4
- "description": "Chabokan Cli for PaaS Services",
5
- "author": "Mohammad Abdi",
6
- "bin": {
7
- "chabok": "./bin/run.js"
8
- },
9
- "dependencies": {
10
- "@oclif/core": "^3",
11
- "@oclif/plugin-help": "^6",
12
- "@oclif/plugin-plugins": "^5",
13
- "@oclif/plugin-autocomplete": "^3.0.18",
14
- "@oclif/plugin-version": "^2.1.2",
15
- "axios": "^1.7.2",
16
- "boxen": "^7.1.1",
17
- "chalk": "^5.3.0",
18
- "form-data": "^4.0.0",
19
- "fs-extra": "^11.2.0",
20
- "globby": "^14.0.1",
21
- "got": "^13.0.0",
22
- "https-proxy-agent": "^7.0.4",
23
- "ignore": "^5.3.1",
24
- "inquirer": "^9.2.22",
25
- "package-json": "^10.0.0",
26
- "progress": "^2.0.3",
27
- "semver": "^7.6.2",
28
- "semver-diff": "^4.0.0",
29
- "tar": "^7.1.0"
30
- },
31
- "devDependencies": {
32
- "@oclif/prettier-config": "^0.2.1",
33
- "@oclif/test": "^4",
34
- "@types/chai": "^4",
35
- "@types/mocha": "^10",
36
- "@types/node": "^18",
37
- "chai": "^4",
38
- "eslint": "^8",
39
- "eslint-config-oclif": "^5",
40
- "eslint-config-oclif-typescript": "^3",
41
- "eslint-config-prettier": "^9",
42
- "mocha": "^10",
43
- "oclif": "^4",
44
- "shx": "^0.3.3",
45
- "ts-node": "^10",
46
- "typescript": "^5",
47
- "@types/fs-extra": "^11.0.4",
48
- "@types/inquirer": "^9.0.7",
49
- "@types/progress": "^2.0.7",
50
- "@types/semver": "^7.5.8",
51
- "@types/tar": "^6.1.13"
52
- },
53
- "files": [
54
- "/bin",
55
- "/dist",
56
- "/oclif.manifest.json"
3
+ "version": "0.8.10",
4
+ "description": "Chabokan Cli for PaaS Services",
5
+ "author": "Mohammad Abdi",
6
+ "bin": {
7
+ "chabok": "./bin/run.js"
8
+ },
9
+ "dependencies": {
10
+ "@oclif/core": "3.27.0",
11
+ "@oclif/plugin-autocomplete": "^3.2.31",
12
+ "@oclif/plugin-help": "^6",
13
+ "@oclif/plugin-plugins": "^5",
14
+ "@oclif/plugin-version": "^2.2.30",
15
+ "axios": "^1.10.0",
16
+ "boxen": "^8.0.1",
17
+ "chalk": "^5.4.1",
18
+ "form-data": "^4.0.3",
19
+ "fs-extra": "^11.3.0",
20
+ "globby": "^14.1.0",
21
+ "got": "^14.4.7",
22
+ "https-proxy-agent": "^7.0.6",
23
+ "ignore": "5.3.1",
24
+ "inquirer": "^12.7.0",
25
+ "package-json": "^10.0.1",
26
+ "progress": "^2.0.3",
27
+ "semver": "^7.7.2",
28
+ "semver-diff": "^4.0.0",
29
+ "tar": "^7.4.3"
30
+ },
31
+ "devDependencies": {
32
+ "@oclif/prettier-config": "^0.2.1",
33
+ "@oclif/test": "^4",
34
+ "@types/chai": "^5",
35
+ "@types/fs-extra": "^11.0.4",
36
+ "@types/inquirer": "^9.0.8",
37
+ "@types/mocha": "^10",
38
+ "@types/node": "^24",
39
+ "@types/progress": "^2.0.7",
40
+ "@types/semver": "^7.7.0",
41
+ "@types/tar": "^6.1.13",
42
+ "chai": "^5",
43
+ "eslint": "^9",
44
+ "eslint-config-oclif": "^6",
45
+ "eslint-config-oclif-typescript": "^3",
46
+ "eslint-config-prettier": "^10",
47
+ "mocha": "^11",
48
+ "oclif": "^4",
49
+ "shx": "^0.4.0",
50
+ "ts-node": "^10",
51
+ "typescript": "^5"
52
+ },
53
+ "files": [
54
+ "/bin",
55
+ "/dist",
56
+ "/oclif.manifest.json"
57
+ ],
58
+ "homepage": "https://github.com/chabokan/cli",
59
+ "license": "MIT",
60
+ "main": "dist/index.js",
61
+ "type": "module",
62
+ "oclif": {
63
+ "bin": "chabok",
64
+ "dirname": "cli",
65
+ "commands": "./dist/commands",
66
+ "additionalHelpFlags": [
67
+ "-h"
57
68
  ],
58
- "homepage": "https://github.com/chabokan/cli",
59
- "license": "MIT",
60
- "main": "dist/index.js",
61
- "type": "module",
62
- "oclif": {
63
- "bin": "chabok",
64
- "commands": "./dist/commands",
65
- "additionalHelpFlags": [
66
- "-h"
67
- ],
68
- "additionalVersionFlags": [
69
- "-v"
70
- ],
71
- "plugins": [
72
- "@oclif/plugin-help",
73
- "@oclif/plugin-plugins",
74
- "@oclif/plugin-autocomplete",
75
- "@oclif/plugin-version"
76
- ],
77
- "topicSeparator": " ",
78
- "topics": {
79
- "account": {
80
- "description": "display commands for working with accounts"
81
- },
82
- "service": {
83
- "description": "display commands for working with services"
84
- }
85
- }
86
- },
87
- "repository": "chabokan/cli",
88
- "scripts": {
89
- "build": "shx rm -rf dist && tsc -b",
90
- "lint": "eslint . --ext .ts",
91
- "postpack": "shx rm -f oclif.manifest.json",
92
- "posttest": "npm run lint",
93
- "prepack": "oclif manifest && oclif readme",
94
- "test": "mocha --forbid-only \"test/**/*.test.ts\"",
95
- "version": "oclif readme && git add README.md"
96
- },
97
- "engines": {
98
- "node": ">=18.18.0"
99
- },
100
- "bugs": "https://github.com/chabokan/cli/issues",
101
- "keywords": [
102
- "chabokan",
103
- "chabok cli",
104
- "deploy",
105
- "deployment",
106
- "cloud",
107
- "docker"
69
+ "additionalVersionFlags": [
70
+ "-v"
108
71
  ],
109
- "types": "dist/index.d.ts"
72
+ "plugins": [
73
+ "@oclif/plugin-help",
74
+ "@oclif/plugin-plugins",
75
+ "@oclif/plugin-autocomplete",
76
+ "@oclif/plugin-version"
77
+ ],
78
+ "topicSeparator": " ",
79
+ "topics": {
80
+ "account": {
81
+ "description": "display commands for working with accounts"
82
+ },
83
+ "service": {
84
+ "description": "display commands for working with services"
85
+ }
86
+ }
87
+ },
88
+ "repository": "chabokan/cli",
89
+ "scripts": {
90
+ "build": "shx rm -rf dist && tsc -b",
91
+ "lint": "eslint . --ext .ts",
92
+ "postpack": "shx rm -f oclif.manifest.json",
93
+ "posttest": "npm run lint",
94
+ "prepack": "oclif manifest && oclif readme",
95
+ "test": "mocha --forbid-only \"test/**/*.test.ts\"",
96
+ "version": "oclif readme && git add README.md"
97
+ },
98
+ "engines": {
99
+ "node": ">=18.18.0"
100
+ },
101
+ "bugs": "https://github.com/chabokan/cli/issues",
102
+ "keywords": [
103
+ "chabokan",
104
+ "chabok cli",
105
+ "deploy",
106
+ "deployment",
107
+ "cloud",
108
+ "docker"
109
+ ],
110
+ "types": "dist/index.d.ts"
110
111
  }