pnpm-catalog-updates 0.7.16 → 0.7.18

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 +5 -6
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  A powerful CLI tool for managing pnpm workspace catalog dependencies with ease.
9
9
 
10
- **📖 Complete Documentation**: [https://pcu-cli.dev](https://pcu-cli.dev/en)
10
+ **Complete Documentation**: [https://pcu-cli.dev](https://pcu-cli.dev/en)
11
11
 
12
12
  ## Quick Start
13
13
 
@@ -55,14 +55,13 @@ pcu -s
55
55
 
56
56
  ![PCU Showcase](https://github.com/user-attachments/assets/f05a970e-c58c-44f1-b3f1-351ae30b4a35)
57
57
 
58
- **➡️
59
- [Complete Command Reference & Examples](https://pcu-cli.dev/en/command-reference)**
58
+ **[Complete Command Reference & Examples](https://pcu-cli.dev/en/command-reference)**
60
59
 
61
60
  ## Links
62
61
 
63
- - 📖 [Complete Documentation](https://pcu-cli.dev/en)
64
- - 🐛 [Report Issues](https://github.com/houko/pnpm-catalog-updates/issues)
65
- - 💬 [GitHub Repository](https://github.com/houko/pnpm-catalog-updates)
62
+ - [Complete Documentation](https://pcu-cli.dev/en)
63
+ - [Report Issues](https://github.com/houko/pnpm-catalog-updates/issues)
64
+ - [GitHub Repository](https://github.com/houko/pnpm-catalog-updates)
66
65
 
67
66
  ## License
68
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pnpm-catalog-updates",
3
- "version": "0.7.16",
3
+ "version": "0.7.18",
4
4
  "description": "CLI application for pnpm-catalog-updates",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -72,6 +72,7 @@
72
72
  "email": "evan@yldm.tech"
73
73
  },
74
74
  "license": "MIT",
75
+ "homepage": "https://pcu-cli.dev",
75
76
  "repository": {
76
77
  "type": "git",
77
78
  "url": "https://github.com/houko/pnpm-catalog-updates.git",