pcu 1.1.9 → 1.2.0

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 CHANGED
@@ -1,9 +1,9 @@
1
1
  # pcu
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/pcu.svg)](https://www.npmjs.com/package/pcu)
4
- [![npm downloads](https://img.shields.io/npm/dm/pcu.svg)](https://www.npmjs.com/package/pcu)
4
+ [![npm weekly downloads](https://img.shields.io/npm/dw/pcu.svg)](https://www.npmjs.com/package/pcu)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
- [![Node.js Version](https://img.shields.io/badge/node-%3E%3D22.0.0-brightgreen.svg)](https://nodejs.org/)
6
+ [![Node.js Version](https://img.shields.io/badge/node-%3E%3D22.13.0-brightgreen.svg)](https://nodejs.org/)
7
7
 
8
8
  A powerful CLI tool for managing pnpm workspace catalog dependencies with ease.
9
9
 
@@ -102,8 +102,8 @@ pcu analyze react 19.0.0
102
102
  ## Links
103
103
 
104
104
  - [Complete Documentation](https://pcu-cli.dev/en)
105
- - [Report Issues](https://github.com/houko/pnpm-catalog-updates/issues)
106
- - [GitHub Repository](https://github.com/houko/pnpm-catalog-updates)
105
+ - [Report Issues](https://github.com/yldm-tech/pnpm-catalog-updates/issues)
106
+ - [GitHub Repository](https://github.com/yldm-tech/pnpm-catalog-updates)
107
107
 
108
108
  ## License
109
109