@pnpm/deps.graph-hasher 1100.1.1 → 1100.1.2

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 +7 -6
package/README.md CHANGED
@@ -1,15 +1,15 @@
1
- # @pnpm/calc-dep-state
1
+ # @pnpm/deps.graph-hasher
2
2
 
3
3
  > Calculates the state of a dependency
4
4
 
5
5
  <!--@shields('npm')-->
6
- [![npm version](https://img.shields.io/npm/v/@pnpm/calc-dep-state.svg)](https://www.npmjs.com/package/@pnpm/calc-dep-state)
6
+ [![npm version](https://img.shields.io/npm/v/@pnpm/deps.graph-hasher.svg)](https://npmx.dev/package/@pnpm/deps.graph-hasher)
7
7
  <!--/@-->
8
8
 
9
9
  ## Installation
10
10
 
11
11
  ```sh
12
- pnpm add @pnpm/calc-dep-state
12
+ pnpm add @pnpm/deps.graph-hasher
13
13
  ```
14
14
 
15
15
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/deps.graph-hasher",
3
- "version": "1100.1.1",
3
+ "version": "1100.1.2",
4
4
  "description": "Calculates the state of a dependency",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -26,15 +26,16 @@
26
26
  "dependencies": {
27
27
  "detect-libc": "^2.0.3",
28
28
  "@pnpm/constants": "1100.0.0",
29
- "@pnpm/deps.path": "1100.0.1",
30
- "@pnpm/lockfile.types": "1100.0.2",
31
29
  "@pnpm/crypto.object-hasher": "1100.0.0",
32
- "@pnpm/resolving.resolver-base": "1100.1.0",
33
- "@pnpm/lockfile.utils": "1100.0.3",
30
+ "@pnpm/lockfile.types": "1100.0.3",
31
+ "@pnpm/deps.path": "1100.0.2",
32
+ "@pnpm/lockfile.utils": "1100.0.4",
33
+ "@pnpm/resolving.resolver-base": "1100.1.1",
34
34
  "@pnpm/types": "1101.0.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@pnpm/deps.graph-hasher": "1100.1.1"
37
+ "@jest/globals": "30.3.0",
38
+ "@pnpm/deps.graph-hasher": "1100.1.2"
38
39
  },
39
40
  "engines": {
40
41
  "node": ">=22.13"