@salesforce/plugin-info 3.0.33 → 3.1.0
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 +8 -6
- package/lib/commands/info/releasenotes/display.js.map +1 -1
- package/lib/diagnostics.js.map +1 -1
- package/npm-shrinkwrap.json +9446 -14390
- package/oclif.lock +406 -2984
- package/oclif.manifest.json +17 -1
- package/package.json +7 -7
package/oclif.manifest.json
CHANGED
|
@@ -17,6 +17,14 @@
|
|
|
17
17
|
"allowNo": false,
|
|
18
18
|
"type": "boolean"
|
|
19
19
|
},
|
|
20
|
+
"flags-dir": {
|
|
21
|
+
"helpGroup": "GLOBAL",
|
|
22
|
+
"name": "flags-dir",
|
|
23
|
+
"summary": "Import flag values from a directory.",
|
|
24
|
+
"hasDynamicHelp": false,
|
|
25
|
+
"multiple": false,
|
|
26
|
+
"type": "option"
|
|
27
|
+
},
|
|
20
28
|
"command": {
|
|
21
29
|
"char": "c",
|
|
22
30
|
"name": "command",
|
|
@@ -105,6 +113,14 @@
|
|
|
105
113
|
"allowNo": false,
|
|
106
114
|
"type": "boolean"
|
|
107
115
|
},
|
|
116
|
+
"flags-dir": {
|
|
117
|
+
"helpGroup": "GLOBAL",
|
|
118
|
+
"name": "flags-dir",
|
|
119
|
+
"summary": "Import flag values from a directory.",
|
|
120
|
+
"hasDynamicHelp": false,
|
|
121
|
+
"multiple": false,
|
|
122
|
+
"type": "option"
|
|
123
|
+
},
|
|
108
124
|
"version": {
|
|
109
125
|
"char": "v",
|
|
110
126
|
"name": "version",
|
|
@@ -161,5 +177,5 @@
|
|
|
161
177
|
]
|
|
162
178
|
}
|
|
163
179
|
},
|
|
164
|
-
"version": "3.0
|
|
180
|
+
"version": "3.1.0"
|
|
165
181
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.1.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@oclif/core": "^3.23.0",
|
|
10
10
|
"@salesforce/core": "^6.7.1",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
12
|
-
"@salesforce/sf-plugins-core": "^
|
|
12
|
+
"@salesforce/sf-plugins-core": "^8.0.1",
|
|
13
13
|
"got": "^13.0.0",
|
|
14
14
|
"marked": "^4.3.0",
|
|
15
15
|
"marked-terminal": "^4.2.0",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@oclif/plugin-command-snapshot": "^5",
|
|
22
22
|
"@salesforce/cli-plugins-testkit": "^5",
|
|
23
23
|
"@salesforce/dev-scripts": "^8.4.2",
|
|
24
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
24
|
+
"@salesforce/plugin-command-reference": "^3.0.70",
|
|
25
25
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
26
26
|
"@salesforce/ts-types": "^2.0.9",
|
|
27
27
|
"@types/marked": "^4.0.8",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"@types/semver": "^7.5.8",
|
|
30
30
|
"@types/sinon-chai": "^3.2.12",
|
|
31
31
|
"eslint-plugin-sf-plugin": "^1.17.4",
|
|
32
|
-
"oclif": "^4.
|
|
32
|
+
"oclif": "^4.6.1",
|
|
33
33
|
"sinon-chai": "^3.7.0",
|
|
34
34
|
"ts-node": "^10.9.2",
|
|
35
|
-
"typescript": "^5.4.
|
|
35
|
+
"typescript": "^5.4.3"
|
|
36
36
|
},
|
|
37
37
|
"config": {},
|
|
38
38
|
"engines": {
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"exports": "./lib/index.js",
|
|
223
223
|
"type": "module",
|
|
224
224
|
"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.
|
|
225
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.1.0.crt",
|
|
226
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.1.0.sig"
|
|
227
227
|
}
|
|
228
228
|
}
|