@adobe/aio-cli-plugin-certificate 2.0.0 → 2.0.1

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
@@ -42,7 +42,7 @@ DESCRIPTION
42
42
  Generate, fingerprint, or verify a certificate for use with Adobe I/O
43
43
  ```
44
44
 
45
- _See code: [src/commands/certificate/index.ts](https://github.com/adobe/aio-cli-plugin-certificate/blob/2.0.0/src/commands/certificate/index.ts)_
45
+ _See code: [src/commands/certificate/index.js](https://github.com/adobe/aio-cli-plugin-certificate/blob/2.0.1/src/commands/certificate/index.js)_
46
46
 
47
47
  ## `aio certificate fingerprint FILE`
48
48
 
@@ -59,7 +59,7 @@ DESCRIPTION
59
59
  Compute the fingerprint of a public key certificate for use with Adobe I/O
60
60
  ```
61
61
 
62
- _See code: [src/commands/certificate/fingerprint.ts](https://github.com/adobe/aio-cli-plugin-certificate/blob/2.0.0/src/commands/certificate/fingerprint.ts)_
62
+ _See code: [src/commands/certificate/fingerprint.js](https://github.com/adobe/aio-cli-plugin-certificate/blob/2.0.1/src/commands/certificate/fingerprint.js)_
63
63
 
64
64
  ## `aio certificate generate`
65
65
 
@@ -88,7 +88,7 @@ DESCRIPTION
88
88
  services.
89
89
  ```
90
90
 
91
- _See code: [src/commands/certificate/generate.ts](https://github.com/adobe/aio-cli-plugin-certificate/blob/2.0.0/src/commands/certificate/generate.ts)_
91
+ _See code: [src/commands/certificate/generate.js](https://github.com/adobe/aio-cli-plugin-certificate/blob/2.0.1/src/commands/certificate/generate.js)_
92
92
 
93
93
  ## `aio certificate verify FILE`
94
94
 
@@ -109,7 +109,7 @@ DESCRIPTION
109
109
  Verifies that the certificate is valid, and/or will not expire in [--days] days from now.
110
110
  ```
111
111
 
112
- _See code: [src/commands/certificate/verify.ts](https://github.com/adobe/aio-cli-plugin-certificate/blob/2.0.0/src/commands/certificate/verify.ts)_
112
+ _See code: [src/commands/certificate/verify.js](https://github.com/adobe/aio-cli-plugin-certificate/blob/2.0.1/src/commands/certificate/verify.js)_
113
113
  <!-- commandsstop -->
114
114
 
115
115
  ## Contributing
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.0",
2
+ "version": "2.0.1",
3
3
  "commands": {
4
4
  "certificate:fingerprint": {
5
5
  "id": "certificate:fingerprint",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/aio-cli-plugin-certificate",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Generate and validate private certificates, and public key pairs for use with Adobe IO Console",
5
5
  "repository": "adobe/aio-cli-plugin-certificate",
6
6
  "homepage": "https://github.com/adobe/aio-cli-plugin-certificate",
@@ -11,7 +11,7 @@
11
11
  "node-forge": "^1.3.0"
12
12
  },
13
13
  "devDependencies": {
14
- "@adobe/eslint-config-aio-lib-config": "^2.0.2",
14
+ "@adobe/eslint-config-aio-lib-config": "^3.0.0",
15
15
  "eslint": "^8.56.0",
16
16
  "eslint-config-oclif": "^4.0.0",
17
17
  "eslint-config-standard": "^17.1.0",
@@ -22,9 +22,8 @@
22
22
  "eslint-plugin-node": "^11.1.0",
23
23
  "eslint-plugin-promise": "^6.1.1",
24
24
  "jest": "^29",
25
- "stdout-stderr": "^0.1.9",
26
- "typescript": "^5.3.3",
27
- "oclif": "^3.2.0"
25
+ "oclif": "^3.2.0",
26
+ "stdout-stderr": "^0.1.9"
28
27
  },
29
28
  "engines": {
30
29
  "node": ">=18"