pnpm-catalog-updates 0.2.5 → 0.2.7

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 +1 -1
  2. 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
- [![CI](https://github.com/houko/pnpm-catalog-updates/workflows/CI/badge.svg)](https://github.com/houko/pnpm-catalog-updater/actions)
7
+ [![CI](https://github.com/houko/pnpm-catalog-updates/workflows/CI/badge.svg)](https://github.com/houko/pnpm-catalog-updates/actions)
8
8
  [![npm version](https://badge.fury.io/js/pnpm-catalog-updates.svg)](https://badge.fury.io/js/pnpm-catalog-updates)
9
9
  [![Coverage Status](https://coveralls.io/repos/github/houko/pnpm-catalog-updates/badge.svg?branch=main)](https://coveralls.io/github/houko/pnpm-catalog-updates?branch=main)
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pnpm-catalog-updates",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -15,18 +15,18 @@
15
15
  "package-manager"
16
16
  ],
17
17
  "author": {
18
- "name": "Your Name",
19
- "email": "your.email@example.com"
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-updater.git"
24
+ "url": "https://github.com/houko/pnpm-catalog-updates.git"
25
25
  },
26
26
  "bugs": {
27
- "url": "https://github.com/houko/pnpm-catalog-updater/issues"
27
+ "url": "https://github.com/houko/pnpm-catalog-updates/issues"
28
28
  },
29
- "homepage": "https://github.com/houko/pnpm-catalog-updater#readme",
29
+ "homepage": "https://github.com/houko/pnpm-catalog-updates#readme",
30
30
  "engines": {
31
31
  "node": ">=18.0.0"
32
32
  },
@@ -36,7 +36,7 @@
36
36
  "types": "./dist/index.d.ts",
37
37
  "bin": {
38
38
  "pcu": "./bin/pcu.js",
39
- "pnpm-catalog-updater": "./bin/pcu.js"
39
+ "pnpm-catalog-updates": "./bin/pcu.js"
40
40
  },
41
41
  "files": [
42
42
  "dist",