pcu 0.2.6 → 0.2.8
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 +3 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ A powerful CLI tool to check and update pnpm workspace catalog dependencies,
|
|
|
4
4
|
inspired by
|
|
5
5
|
[npm-check-updates](https://github.com/raineorshine/npm-check-updates).
|
|
6
6
|
|
|
7
|
-
[](https://github.com/houko/pnpm-catalog-
|
|
7
|
+
[](https://github.com/houko/pnpm-catalog-updates/actions)
|
|
8
8
|
[](https://badge.fury.io/js/pnpm-catalog-updates)
|
|
9
9
|
[](https://coveralls.io/github/houko/pnpm-catalog-updates?branch=main)
|
|
10
10
|
|
|
@@ -30,6 +30,8 @@ inspired by
|
|
|
30
30
|
```bash
|
|
31
31
|
# Global installation
|
|
32
32
|
npm install -g pnpm-catalog-updates
|
|
33
|
+
### or
|
|
34
|
+
npm install -g pcu
|
|
33
35
|
|
|
34
36
|
# Or use with npx
|
|
35
37
|
npx pnpm-catalog-updates
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pcu",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
"package-manager"
|
|
16
16
|
],
|
|
17
17
|
"author": {
|
|
18
|
-
"name": "
|
|
19
|
-
"email": "
|
|
18
|
+
"name": "Evan Hu",
|
|
19
|
+
"email": "evan@yldm.tech"
|
|
20
20
|
},
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|
|
24
|
-
"url": "https://github.com/houko/pnpm-catalog-
|
|
24
|
+
"url": "https://github.com/houko/pnpm-catalog-updates.git"
|
|
25
25
|
},
|
|
26
26
|
"bugs": {
|
|
27
|
-
"url": "https://github.com/houko/pnpm-catalog-
|
|
27
|
+
"url": "https://github.com/houko/pnpm-catalog-updates/issues"
|
|
28
28
|
},
|
|
29
|
-
"homepage": "https://github.com/houko/pnpm-catalog-
|
|
29
|
+
"homepage": "https://github.com/houko/pnpm-catalog-updates#readme",
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=18.0.0"
|
|
32
32
|
},
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"types": "./dist/index.d.ts",
|
|
38
38
|
"bin": {
|
|
39
39
|
"pcu": "./bin/pcu.js",
|
|
40
|
-
"pnpm-catalog-
|
|
40
|
+
"pnpm-catalog-updates": "./bin/pcu.js"
|
|
41
41
|
},
|
|
42
42
|
"files": [
|
|
43
43
|
"dist",
|