@salesforce/plugin-marketplace 1.0.15 → 1.0.17
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/LICENSE.txt +1 -1
- package/README.md +1 -1
- package/oclif.lock +1350 -302
- package/oclif.manifest.json +1 -2
- package/package.json +11 -11
package/oclif.manifest.json
CHANGED
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
"strict": true,
|
|
25
25
|
"summary": "See a list of 3rd-party sf plugins you can install.",
|
|
26
26
|
"enableJsonFlag": true,
|
|
27
|
-
"SF_ENV": "SF_ENV",
|
|
28
27
|
"isESM": true,
|
|
29
28
|
"relativePath": [
|
|
30
29
|
"lib",
|
|
@@ -39,5 +38,5 @@
|
|
|
39
38
|
]
|
|
40
39
|
}
|
|
41
40
|
},
|
|
42
|
-
"version": "1.0.
|
|
41
|
+
"version": "1.0.17"
|
|
43
42
|
}
|
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-marketplace",
|
|
3
3
|
"description": "Find sf plugins",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.17",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.18.1",
|
|
9
9
|
"@salesforce/core": "^6.4.2",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^
|
|
11
|
+
"@salesforce/sf-plugins-core": "^7.0.0",
|
|
12
12
|
"got": "^13.0.0",
|
|
13
13
|
"proxy-agent": "^6.3.1"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
16
|
+
"@oclif/plugin-command-snapshot": "^5.0.6",
|
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5",
|
|
18
|
-
"@salesforce/dev-scripts": "^8.
|
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
20
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
|
21
|
-
"oclif": "^4.
|
|
18
|
+
"@salesforce/dev-scripts": "^8.3.0",
|
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.61",
|
|
20
|
+
"eslint-plugin-sf-plugin": "^1.17.1",
|
|
21
|
+
"oclif": "^4.3.2",
|
|
22
22
|
"shx": "0.3.4",
|
|
23
23
|
"ts-node": "^10.9.2",
|
|
24
24
|
"typescript": "^5.3.3"
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"output": []
|
|
190
190
|
},
|
|
191
191
|
"link-check": {
|
|
192
|
-
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
192
|
+
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
193
193
|
"files": [
|
|
194
194
|
"./*.md",
|
|
195
195
|
"./!(CHANGELOG).md",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"exports": "./lib/index.js",
|
|
202
202
|
"type": "module",
|
|
203
203
|
"sfdx": {
|
|
204
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.
|
|
205
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.
|
|
204
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.17.crt",
|
|
205
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.17.sig"
|
|
206
206
|
}
|
|
207
207
|
}
|