@salesforce/plugin-marketplace 1.0.26 → 1.0.27
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 +1 -1
- package/npm-shrinkwrap.json +16998 -0
- package/oclif.lock +1021 -1019
- package/oclif.manifest.json +1 -1
- package/package.json +14 -15
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,27 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-marketplace",
|
|
3
3
|
"description": "Find sf plugins",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.27",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.19.2",
|
|
9
9
|
"@salesforce/core": "^6.5.1",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
12
12
|
"got": "^13.0.0",
|
|
13
13
|
"proxy-agent": "^6.4.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
16
|
+
"@oclif/plugin-command-snapshot": "^5.1.1",
|
|
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.4.
|
|
22
|
-
"shx": "0.3.4",
|
|
18
|
+
"@salesforce/dev-scripts": "^8.4.2",
|
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.69",
|
|
20
|
+
"eslint-plugin-sf-plugin": "^1.17.4",
|
|
21
|
+
"oclif": "^4.4.19",
|
|
23
22
|
"ts-node": "^10.9.2",
|
|
24
|
-
"typescript": "^5.
|
|
23
|
+
"typescript": "^5.4.2"
|
|
25
24
|
},
|
|
26
25
|
"engines": {
|
|
27
26
|
"node": ">=18.0.0"
|
|
@@ -29,9 +28,10 @@
|
|
|
29
28
|
"files": [
|
|
30
29
|
"/lib",
|
|
31
30
|
"/messages",
|
|
31
|
+
"/npm-shrinkwrap.json",
|
|
32
|
+
"/oclif.lock",
|
|
32
33
|
"/oclif.manifest.json",
|
|
33
|
-
"/schemas"
|
|
34
|
-
"/oclif.lock"
|
|
34
|
+
"/schemas"
|
|
35
35
|
],
|
|
36
36
|
"homepage": "https://github.com/salesforcecli/plugin-marketplace",
|
|
37
37
|
"keywords": [
|
|
@@ -66,13 +66,12 @@
|
|
|
66
66
|
"build": "wireit",
|
|
67
67
|
"clean": "sf-clean",
|
|
68
68
|
"clean-all": "sf-clean all",
|
|
69
|
-
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json oclif.lock",
|
|
70
69
|
"compile": "wireit",
|
|
71
70
|
"docs": "sf-docs",
|
|
72
71
|
"format": "wireit",
|
|
73
72
|
"link-check": "wireit",
|
|
74
73
|
"lint": "wireit",
|
|
75
|
-
"postpack": "
|
|
74
|
+
"postpack": "sf-clean --ignore-signing-artifacts",
|
|
76
75
|
"prepack": "sf-prepack",
|
|
77
76
|
"prepare": "sf-install",
|
|
78
77
|
"test": "wireit",
|
|
@@ -201,7 +200,7 @@
|
|
|
201
200
|
"exports": "./lib/index.js",
|
|
202
201
|
"type": "module",
|
|
203
202
|
"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.
|
|
203
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.27.crt",
|
|
204
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.27.sig"
|
|
206
205
|
}
|
|
207
206
|
}
|