@rushstack/package-deps-hash 4.1.23 → 4.1.25

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 CHANGED
@@ -34,6 +34,6 @@ if (_.isEqual(deps, existingDeps)) {
34
34
  - [CHANGELOG.md](
35
35
  https://github.com/microsoft/rushstack/blob/main/libraries/package-deps-hash/CHANGELOG.md) - Find
36
36
  out what's new in the latest version
37
- - [API Reference](https://rushstack.io/pages/api/package-deps-hash/)
37
+ - [API Reference](https://api.rushstack.io/pages/package-deps-hash/)
38
38
 
39
39
  `@rushstack/package-deps-hash` is part of the [Rush Stack](https://rushstack.io/) family of projects.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.39.5"
8
+ "packageVersion": "7.40.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/package-deps-hash",
3
- "version": "4.1.23",
3
+ "version": "4.1.25",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "dist/package-deps-hash.d.ts",
@@ -11,11 +11,11 @@
11
11
  "directory": "libraries/package-deps-hash"
12
12
  },
13
13
  "devDependencies": {
14
- "@rushstack/heft": "0.64.5",
14
+ "@rushstack/heft": "0.64.7",
15
15
  "local-node-rig": "1.0.0"
16
16
  },
17
17
  "dependencies": {
18
- "@rushstack/node-core-library": "3.65.0"
18
+ "@rushstack/node-core-library": "3.66.1"
19
19
  },
20
20
  "scripts": {
21
21
  "build": "heft build --clean",