@salesforce/plugin-info 3.0.21 → 3.0.22
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 +2 -2
- package/oclif.lock +1301 -264
- package/oclif.manifest.json +1 -1
- package/package.json +10 -9
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-info",
|
|
3
3
|
"description": "Plugin for accessing cli info from the command line",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.22",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@inquirer/input": "^
|
|
9
|
-
"@oclif/core": "^3.
|
|
10
|
-
"@salesforce/core": "^6.
|
|
8
|
+
"@inquirer/input": "^2.0.0",
|
|
9
|
+
"@oclif/core": "^3.19.1",
|
|
10
|
+
"@salesforce/core": "^6.5.2",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
12
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
12
|
+
"@salesforce/sf-plugins-core": "^7.1.8",
|
|
13
13
|
"got": "^13.0.0",
|
|
14
14
|
"marked": "^4.3.0",
|
|
15
15
|
"marked-terminal": "^4.2.0",
|
|
16
|
-
"open": "^
|
|
16
|
+
"open": "^10.0.3",
|
|
17
17
|
"proxy-agent": "^6.3.1",
|
|
18
18
|
"semver": "^7.5.4"
|
|
19
19
|
},
|
|
@@ -29,9 +29,10 @@
|
|
|
29
29
|
"@types/semver": "^7.5.6",
|
|
30
30
|
"@types/sinon-chai": "^3.2.12",
|
|
31
31
|
"eslint-plugin-sf-plugin": "^1.17.3",
|
|
32
|
-
"oclif": "^4.
|
|
32
|
+
"oclif": "^4.4.4",
|
|
33
33
|
"shx": "0.3.4",
|
|
34
34
|
"sinon-chai": "^3.7.0",
|
|
35
|
+
"ts-node": "^10.9.2",
|
|
35
36
|
"typescript": "^5.2.2"
|
|
36
37
|
},
|
|
37
38
|
"config": {},
|
|
@@ -222,7 +223,7 @@
|
|
|
222
223
|
"exports": "./lib/index.js",
|
|
223
224
|
"type": "module",
|
|
224
225
|
"sfdx": {
|
|
225
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.
|
|
226
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.
|
|
226
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.22.crt",
|
|
227
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.22.sig"
|
|
227
228
|
}
|
|
228
229
|
}
|