pcu 1.1.10 → 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 +4 -4
- package/dist/index.js +566 -67
- package/dist/index.js.map +1 -1
- package/package.json +16 -14
- package/src/cli/commandRegistrar.ts +22 -3
- package/src/cli/commands/initCommand.ts +3 -1
- package/src/cli/index.ts +28 -9
- package/src/cli/interactive/InteractiveOptionsCollector.ts +1 -1
- package/src/cli/interactive/interactivePrompts.ts +11 -11
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# pcu
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/pcu)
|
|
4
|
-
[](https://www.npmjs.com/package/pcu)
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
|
-
[](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/
|
|
106
|
-
- [GitHub Repository](https://github.com/
|
|
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
|
|