@rushstack/debug-certificate-manager 1.3.23 → 1.3.24

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
@@ -45,6 +45,6 @@ Attempts to locate a previously generated debug certificate and untrust it. Retu
45
45
  - [CHANGELOG.md](
46
46
  https://github.com/microsoft/rushstack/blob/main/libraries/debug-certificate-manager/CHANGELOG.md) - Find
47
47
  out what's new in the latest version
48
- - [API Reference](https://rushstack.io/pages/api/debug-certificate-manager/)
48
+ - [API Reference](https://api.rushstack.io/pages/debug-certificate-manager/)
49
49
 
50
50
  **@rushstack/debug-certificate-manager** 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.40.0"
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/debug-certificate-manager",
3
- "version": "1.3.23",
3
+ "version": "1.3.24",
4
4
  "description": "Cross-platform functionality to create debug ssl certificates.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "dist/debug-certificate-manager.d.ts",
@@ -13,11 +13,11 @@
13
13
  "dependencies": {
14
14
  "node-forge": "~1.3.1",
15
15
  "sudo": "~1.0.3",
16
- "@rushstack/node-core-library": "3.66.0"
16
+ "@rushstack/node-core-library": "3.66.1"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/node-forge": "1.0.4",
20
- "@rushstack/heft": "0.64.6",
20
+ "@rushstack/heft": "0.64.7",
21
21
  "local-node-rig": "1.0.0"
22
22
  },
23
23
  "scripts": {