xcstrings-cli 1.1.0 → 1.1.1

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 +0 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -20,10 +20,6 @@ Check it out here: [xcstrings-cli Helper](https://chatgpt.com/g/g-69365945f8bc81
20
20
  1. Install xcstrings-cli using npm:
21
21
  ```bash
22
22
  npm install -g xcstrings-cli
23
- # or
24
- yarn global add xcstrings-cli
25
- # or
26
- pnpm global add xcstrings-cli
27
23
  ```
28
24
 
29
25
  2. Initialize xcstrings-cli
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xcstrings-cli",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "A command line tool for handling xcstrings files.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -30,8 +30,7 @@
30
30
  "prettier": "^3.7.4",
31
31
  "typescript": "^5.9.3",
32
32
  "vite": "^7.2.6",
33
- "vitest": "^4.0.15",
34
- "yargs": "^18.0.0"
33
+ "vitest": "^4.0.15"
35
34
  },
36
35
  "dependencies": {
37
36
  "@bacons/xcode": "1.0.0-alpha.27",
@@ -39,7 +38,8 @@
39
38
  "chalk": "^5.6.2",
40
39
  "cosmiconfig": "^9.0.0",
41
40
  "json5": "^2.2.3",
42
- "pino": "^8.16.0"
41
+ "pino": "^8.16.0",
42
+ "yargs": "^18.0.0"
43
43
  },
44
44
  "scripts": {
45
45
  "dev": "vite",