@rushstack/debug-certificate-manager 1.2.11 → 1.2.12

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.
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * This package is used to manage debug certificates for development servers.
3
- * It is used by
4
- * [\@microsoft/gulp-core-build-serve](https://www.npmjs.com/package/\@microsoft/gulp-core-build-serve)
5
- * to generate and trust a certificate when HTTPS is turned on.
6
3
  *
7
4
  * This package provides the following utilities:
5
+ *
8
6
  * - `CertificateStore` to handle retrieving and saving a debug certificate.
7
+ *
9
8
  * - `CertificateManager` is a utility class containing the following public methods:
10
- * | - `ensureCertificate` will find or optionally create a debug certificate and trust it.
11
- * | - `untrustCertificate` will untrust a debug certificate.
9
+ *
10
+ * - `ensureCertificate` will find or optionally create a debug certificate and trust it.
11
+ *
12
+ * - `untrustCertificate` will untrust a debug certificate.
12
13
  *
13
14
  * @packageDocumentation
14
15
  */
package/lib/index.d.ts CHANGED
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * This package is used to manage debug certificates for development servers.
3
- * It is used by
4
- * [\@microsoft/gulp-core-build-serve](https://www.npmjs.com/package/\@microsoft/gulp-core-build-serve)
5
- * to generate and trust a certificate when HTTPS is turned on.
6
3
  *
7
4
  * This package provides the following utilities:
5
+ *
8
6
  * - `CertificateStore` to handle retrieving and saving a debug certificate.
7
+ *
9
8
  * - `CertificateManager` is a utility class containing the following public methods:
10
- * | - `ensureCertificate` will find or optionally create a debug certificate and trust it.
11
- * | - `untrustCertificate` will untrust a debug certificate.
9
+ *
10
+ * - `ensureCertificate` will find or optionally create a debug certificate and trust it.
11
+ *
12
+ * - `untrustCertificate` will untrust a debug certificate.
12
13
  *
13
14
  * @packageDocumentation
14
15
  */
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;GAaG;AAEH,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,6BAA6B,EAC7B,iCAAiC,EAClC,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,6BAA6B,EAC7B,iCAAiC,EAClC,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
package/lib/index.js CHANGED
@@ -5,15 +5,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.CertificateStore = exports.DEFAULT_CERTIFICATE_SUBJECT_NAMES = exports.CertificateManager = void 0;
6
6
  /**
7
7
  * This package is used to manage debug certificates for development servers.
8
- * It is used by
9
- * [\@microsoft/gulp-core-build-serve](https://www.npmjs.com/package/\@microsoft/gulp-core-build-serve)
10
- * to generate and trust a certificate when HTTPS is turned on.
11
8
  *
12
9
  * This package provides the following utilities:
10
+ *
13
11
  * - `CertificateStore` to handle retrieving and saving a debug certificate.
12
+ *
14
13
  * - `CertificateManager` is a utility class containing the following public methods:
15
- * | - `ensureCertificate` will find or optionally create a debug certificate and trust it.
16
- * | - `untrustCertificate` will untrust a debug certificate.
14
+ *
15
+ * - `ensureCertificate` will find or optionally create a debug certificate and trust it.
16
+ *
17
+ * - `untrustCertificate` will untrust a debug certificate.
17
18
  *
18
19
  * @packageDocumentation
19
20
  */
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;AAE3D;;;;;;;;;;;;;GAaG;AAEH,2DAK8B;AAH5B,wHAAA,kBAAkB,OAAA;AAElB,uIAAA,iCAAiC,OAAA;AAEnC,uDAAsD;AAA7C,oHAAA,gBAAgB,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\n/**\n * This package is used to manage debug certificates for development servers.\n * It is used by\n * [\\@microsoft/gulp-core-build-serve](https://www.npmjs.com/package/\\@microsoft/gulp-core-build-serve)\n * to generate and trust a certificate when HTTPS is turned on.\n *\n * This package provides the following utilities:\n * - `CertificateStore` to handle retrieving and saving a debug certificate.\n * - `CertificateManager` is a utility class containing the following public methods:\n * | - `ensureCertificate` will find or optionally create a debug certificate and trust it.\n * | - `untrustCertificate` will untrust a debug certificate.\n *\n * @packageDocumentation\n */\n\nexport {\n ICertificate,\n CertificateManager,\n ICertificateGenerationOptions,\n DEFAULT_CERTIFICATE_SUBJECT_NAMES\n} from './CertificateManager';\nexport { CertificateStore } from './CertificateStore';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;AAE3D;;;;;;;;;;;;;;GAcG;AAEH,2DAK8B;AAH5B,wHAAA,kBAAkB,OAAA;AAElB,uIAAA,iCAAiC,OAAA;AAEnC,uDAAsD;AAA7C,oHAAA,gBAAgB,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\n/**\n * This package is used to manage debug certificates for development servers.\n *\n * This package provides the following utilities:\n *\n * - `CertificateStore` to handle retrieving and saving a debug certificate.\n *\n * - `CertificateManager` is a utility class containing the following public methods:\n *\n * - `ensureCertificate` will find or optionally create a debug certificate and trust it.\n *\n * - `untrustCertificate` will untrust a debug certificate.\n *\n * @packageDocumentation\n */\n\nexport {\n ICertificate,\n CertificateManager,\n ICertificateGenerationOptions,\n DEFAULT_CERTIFICATE_SUBJECT_NAMES\n} from './CertificateManager';\nexport { CertificateStore } from './CertificateStore';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/debug-certificate-manager",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
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",
@@ -11,17 +11,17 @@
11
11
  "directory": "libraries/debug-certificate-manager"
12
12
  },
13
13
  "dependencies": {
14
- "@rushstack/node-core-library": "3.53.3",
15
14
  "node-forge": "~1.3.1",
16
- "sudo": "~1.0.3"
15
+ "sudo": "~1.0.3",
16
+ "@rushstack/node-core-library": "3.53.3"
17
17
  },
18
18
  "devDependencies": {
19
- "@rushstack/eslint-config": "3.1.1",
20
- "@rushstack/heft": "0.49.3",
21
- "@rushstack/heft-node-rig": "1.11.14",
22
19
  "@types/heft-jest": "1.0.1",
23
20
  "@types/node": "12.20.24",
24
- "@types/node-forge": "1.0.4"
21
+ "@types/node-forge": "1.0.4",
22
+ "@rushstack/eslint-config": "3.1.1",
23
+ "@rushstack/heft": "0.49.3",
24
+ "@rushstack/heft-node-rig": "1.12.0"
25
25
  },
26
26
  "scripts": {
27
27
  "build": "heft build --clean",