tsoft-cli 2.1.14 → 2.3.14

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -39,13 +39,13 @@ yarn global add tsoft-cli
39
39
  CLI uygulamasını başlatmak için aşağıdaki komutu kullanın:
40
40
 
41
41
  ```sh
42
- npx tsoft-cli
42
+ npx tsoft
43
43
  ```
44
44
 
45
45
  veya global olarak yüklediyseniz:
46
46
 
47
47
  ```sh
48
- tsoft-cli
48
+ tsoft
49
49
  ```
50
50
 
51
51
  ## İletişim ve Destek
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsoft-cli",
3
- "version": "2.1.14",
3
+ "version": "2.3.14",
4
4
  "description": "T-Soft CLI Application",
5
5
  "author": "T-Soft",
6
6
  "license": "ISC",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@oclif/core": "4.0.21",
19
- "@tsoft-cli/theme": "1.1.11",
19
+ "@tsoft-cli/theme": "1.3.11",
20
20
  "@tsoft-cli/shared": "1.1.2"
21
21
  },
22
22
  "devDependencies": {