@pnpm/deps.inspection.outdated 1100.0.5 → 1100.0.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 +3 -3
  2. package/package.json +16 -16
package/README.md CHANGED
@@ -1,15 +1,15 @@
1
- # @pnpm/outdated
1
+ # @pnpm/deps.inspection.outdated
2
2
 
3
3
  > Check for outdated packages
4
4
 
5
5
  <!--@shields('npm')-->
6
- [![npm version](https://img.shields.io/npm/v/@pnpm/outdated.svg)](https://www.npmjs.com/package/@pnpm/outdated)
6
+ [![npm version](https://img.shields.io/npm/v/@pnpm/deps.inspection.outdated.svg)](https://npmx.dev/package/@pnpm/deps.inspection.outdated)
7
7
  <!--/@-->
8
8
 
9
9
  ## Installation
10
10
 
11
11
  ```sh
12
- pnpm add @pnpm/outdated
12
+ pnpm add @pnpm/deps.inspection.outdated
13
13
  ```
14
14
 
15
15
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/deps.inspection.outdated",
3
- "version": "1100.0.5",
3
+ "version": "1100.0.7",
4
4
  "description": "Check for outdated packages",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -28,21 +28,21 @@
28
28
  "ramda": "npm:@pnpm/ramda@0.28.1",
29
29
  "semver": "^7.7.2",
30
30
  "@pnpm/catalogs.resolver": "1100.0.0",
31
- "@pnpm/catalogs.types": "1100.0.0",
32
- "@pnpm/config.parse-overrides": "1100.0.0",
33
- "@pnpm/config.pick-registry-for-package": "1100.0.1",
34
- "@pnpm/config.version-policy": "1100.0.1",
31
+ "@pnpm/config.pick-registry-for-package": "1100.0.2",
32
+ "@pnpm/config.parse-overrides": "1100.0.1",
33
+ "@pnpm/config.version-policy": "1100.0.2",
34
+ "@pnpm/config.matcher": "1100.0.1",
35
35
  "@pnpm/constants": "1100.0.0",
36
- "@pnpm/config.matcher": "1100.0.0",
36
+ "@pnpm/deps.path": "1100.0.2",
37
+ "@pnpm/hooks.read-package-hook": "1100.0.2",
38
+ "@pnpm/catalogs.types": "1100.0.0",
39
+ "@pnpm/installing.client": "1100.0.7",
40
+ "@pnpm/lockfile.fs": "1100.0.4",
37
41
  "@pnpm/error": "1100.0.0",
38
- "@pnpm/deps.path": "1100.0.1",
39
- "@pnpm/hooks.read-package-hook": "1100.0.1",
40
- "@pnpm/lockfile.fs": "1100.0.3",
41
- "@pnpm/lockfile.utils": "1100.0.3",
42
- "@pnpm/installing.client": "1100.0.5",
43
- "@pnpm/pkg-manifest.utils": "1100.1.0",
44
- "@pnpm/types": "1101.0.0",
45
- "@pnpm/resolving.npm-resolver": "1101.0.0"
42
+ "@pnpm/pkg-manifest.utils": "1100.1.1",
43
+ "@pnpm/lockfile.utils": "1100.0.4",
44
+ "@pnpm/resolving.npm-resolver": "1101.0.1",
45
+ "@pnpm/types": "1101.0.0"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@pnpm/logger": ">=1001.0.0 <1002.0.0"
@@ -51,9 +51,9 @@
51
51
  "@jest/globals": "30.3.0",
52
52
  "@types/ramda": "0.31.1",
53
53
  "@types/semver": "7.7.1",
54
- "@pnpm/deps.inspection.outdated": "1100.0.5",
54
+ "@pnpm/deps.inspection.outdated": "1100.0.7",
55
55
  "@pnpm/logger": "1100.0.0",
56
- "@pnpm/resolving.resolver-base": "1100.1.0"
56
+ "@pnpm/resolving.resolver-base": "1100.1.1"
57
57
  },
58
58
  "engines": {
59
59
  "node": ">=22.13"