@salesforce/plugin-info 2.6.3 → 2.6.4
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/oclif.manifest.json +1 -1
- package/package.json +13 -14
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-info",
|
|
3
3
|
"description": "Plugin for accessing cli info from the command line",
|
|
4
|
-
"version": "2.6.
|
|
4
|
+
"version": "2.6.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"main": "lib/index.js",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@oclif/core": "^2.
|
|
9
|
+
"@oclif/core": "^2.8.0",
|
|
10
10
|
"@salesforce/core": "^3.34.1",
|
|
11
11
|
"@salesforce/kit": "^1.9.2",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^2.2.4",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@oclif/plugin-command-snapshot": "^3.3.8",
|
|
24
24
|
"@salesforce/cli-plugins-testkit": "^3.2.25",
|
|
25
25
|
"@salesforce/dev-config": "^3.1.0",
|
|
26
|
-
"@salesforce/dev-scripts": "^4.1.
|
|
26
|
+
"@salesforce/dev-scripts": "^4.1.3",
|
|
27
27
|
"@salesforce/plugin-command-reference": "^1.6.6",
|
|
28
28
|
"@salesforce/prettier-config": "^0.0.2",
|
|
29
29
|
"@salesforce/ts-sinon": "^1.4.6",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"@types/proxy-from-env": "^1.0.1",
|
|
35
35
|
"@types/semver": "^7.3.8",
|
|
36
36
|
"@types/sinon-chai": "^3.2.9",
|
|
37
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
37
|
+
"@typescript-eslint/eslint-plugin": "^5.56.0",
|
|
38
38
|
"@typescript-eslint/parser": "^5.55.0",
|
|
39
39
|
"chai": "^4.3.7",
|
|
40
40
|
"eslint": "^8.36.0",
|
|
41
|
-
"eslint-config-prettier": "^8.
|
|
41
|
+
"eslint-config-prettier": "^8.8.0",
|
|
42
42
|
"eslint-config-salesforce": "^1.1.1",
|
|
43
43
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
44
44
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"mocha": "^9.1.3",
|
|
51
51
|
"nyc": "^15.1.0",
|
|
52
52
|
"oclif": "^3.7.0",
|
|
53
|
-
"prettier": "^2.8.
|
|
53
|
+
"prettier": "^2.8.7",
|
|
54
54
|
"pretty-quick": "^3.1.0",
|
|
55
55
|
"shx": "0.3.4",
|
|
56
56
|
"sinon": "^11.1.1",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"command": "tsc -p . --pretty --incremental",
|
|
140
140
|
"files": [
|
|
141
141
|
"src/**/*.ts",
|
|
142
|
-
"tsconfig.json",
|
|
142
|
+
"**/tsconfig.json",
|
|
143
143
|
"messages/**"
|
|
144
144
|
],
|
|
145
145
|
"output": [
|
|
@@ -165,7 +165,8 @@
|
|
|
165
165
|
"src/**/*.ts",
|
|
166
166
|
"test/**/*.ts",
|
|
167
167
|
"messages/**",
|
|
168
|
-
"
|
|
168
|
+
"**/.eslint*",
|
|
169
|
+
"**/tsconfig.json"
|
|
169
170
|
],
|
|
170
171
|
"output": []
|
|
171
172
|
},
|
|
@@ -173,8 +174,7 @@
|
|
|
173
174
|
"command": "tsc -p \"./test\" --pretty",
|
|
174
175
|
"files": [
|
|
175
176
|
"test/**/*.ts",
|
|
176
|
-
"tsconfig.json"
|
|
177
|
-
"test/tsconfig.json"
|
|
177
|
+
"**/tsconfig.json"
|
|
178
178
|
],
|
|
179
179
|
"output": []
|
|
180
180
|
},
|
|
@@ -196,9 +196,8 @@
|
|
|
196
196
|
"files": [
|
|
197
197
|
"test/**/*.ts",
|
|
198
198
|
"src/**/*.ts",
|
|
199
|
-
"tsconfig.json",
|
|
199
|
+
"**/tsconfig.json",
|
|
200
200
|
".mocha*",
|
|
201
|
-
"test/tsconfig.json",
|
|
202
201
|
"!*.nut.ts",
|
|
203
202
|
".nycrc"
|
|
204
203
|
],
|
|
@@ -235,7 +234,7 @@
|
|
|
235
234
|
}
|
|
236
235
|
},
|
|
237
236
|
"sfdx": {
|
|
238
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/2.6.
|
|
239
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/2.6.
|
|
237
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/2.6.4.crt",
|
|
238
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/2.6.4.sig"
|
|
240
239
|
}
|
|
241
240
|
}
|