@salesforce/plugin-marketplace 0.3.2 → 1.0.2

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.
@@ -1,27 +1,43 @@
1
1
  {
2
- "version": "0.3.2",
3
2
  "commands": {
4
3
  "plugins:discover": {
5
- "id": "plugins:discover",
6
- "summary": "See a list of 3rd-party sf plugins you can install.",
7
- "strict": true,
8
- "pluginName": "@salesforce/plugin-marketplace",
9
- "pluginAlias": "@salesforce/plugin-marketplace",
10
- "pluginType": "core",
11
4
  "aliases": [],
5
+ "args": {},
12
6
  "examples": [
13
7
  "<%= config.bin %> <%= command.id %>"
14
8
  ],
15
9
  "flags": {
16
10
  "json": {
17
- "name": "json",
18
- "type": "boolean",
19
11
  "description": "Format output as json.",
20
12
  "helpGroup": "GLOBAL",
21
- "allowNo": false
13
+ "name": "json",
14
+ "allowNo": false,
15
+ "type": "boolean"
22
16
  }
23
17
  },
24
- "args": {}
18
+ "hasDynamicHelp": false,
19
+ "hiddenAliases": [],
20
+ "id": "plugins:discover",
21
+ "pluginAlias": "@salesforce/plugin-marketplace",
22
+ "pluginName": "@salesforce/plugin-marketplace",
23
+ "pluginType": "core",
24
+ "strict": true,
25
+ "summary": "See a list of 3rd-party sf plugins you can install.",
26
+ "enableJsonFlag": true,
27
+ "SF_ENV": "SF_ENV",
28
+ "isESM": true,
29
+ "relativePath": [
30
+ "lib",
31
+ "commands",
32
+ "plugins",
33
+ "discover.js"
34
+ ],
35
+ "aliasPermutations": [],
36
+ "permutations": [
37
+ "plugins:discover",
38
+ "discover:plugins"
39
+ ]
25
40
  }
26
- }
41
+ },
42
+ "version": "1.0.2"
27
43
  }
package/package.json CHANGED
@@ -1,60 +1,37 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-marketplace",
3
3
  "description": "Find sf plugins",
4
- "version": "0.3.2",
4
+ "version": "1.0.2",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^2.15.0",
9
- "@salesforce/core": "^5.2.9",
8
+ "@oclif/core": "^3.10.1",
9
+ "@salesforce/core": "^5.3.17",
10
10
  "@salesforce/kit": "^3.0.15",
11
- "@salesforce/sf-plugins-core": "^3.1.14",
12
- "got": "^11",
13
- "proxy-agent": "^6.3.1",
14
- "tslib": "^2"
11
+ "@salesforce/sf-plugins-core": "^4.0.0",
12
+ "got": "^13.0.0",
13
+ "proxy-agent": "^6.3.1"
15
14
  },
16
15
  "devDependencies": {
17
- "@oclif/plugin-command-snapshot": "^4.0.16",
18
- "@salesforce/cli-plugins-testkit": "^4.4.10",
19
- "@salesforce/dev-config": "^4.0.1",
20
- "@salesforce/dev-scripts": "^5.4.3",
21
- "@salesforce/plugin-command-reference": "^3.0.42",
22
- "@salesforce/prettier-config": "^0.0.3",
23
- "@salesforce/ts-sinon": "1.4.17",
24
- "@swc/core": "1.3.94",
25
- "@types/inquirer": "^9.0.3",
26
- "@typescript-eslint/eslint-plugin": "^5.61.0",
27
- "@typescript-eslint/parser": "^5.62.0",
28
- "chai": "^4.3.10",
29
- "eslint": "^8.52.0",
30
- "eslint-config-prettier": "^8.10.0",
31
- "eslint-config-salesforce": "^2.0.2",
32
- "eslint-config-salesforce-license": "^0.2.0",
33
- "eslint-config-salesforce-typescript": "^1.1.2",
34
- "eslint-plugin-header": "^3.1.1",
35
- "eslint-plugin-import": "2.28.1",
36
- "eslint-plugin-jsdoc": "^43.0.5",
37
- "eslint-plugin-sf-plugin": "^1.16.12",
38
- "husky": "^7.0.4",
39
- "mocha": "^9.2.2",
40
- "nyc": "^15.1.0",
41
- "oclif": "^3.17.2",
42
- "prettier": "^2.8.8",
43
- "pretty-quick": "^3.1.3",
16
+ "@oclif/plugin-command-snapshot": "^5.0.1",
17
+ "@salesforce/cli-plugins-testkit": "^5",
18
+ "@salesforce/dev-scripts": "^6.0.3",
19
+ "@salesforce/plugin-command-reference": "^3.0.45",
20
+ "eslint-plugin-sf-plugin": "^1.16.13",
21
+ "oclif": "^4.0.3",
44
22
  "shx": "0.3.4",
45
- "sinon": "10.0.0",
46
23
  "ts-node": "^10.9.1",
47
- "typescript": "^5.2.2",
48
- "wireit": "^0.14.0"
24
+ "typescript": "^5.2.2"
49
25
  },
50
26
  "engines": {
51
- "node": ">=16.0.0"
27
+ "node": ">=18.0.0"
52
28
  },
53
29
  "files": [
54
30
  "/lib",
55
31
  "/messages",
56
32
  "/oclif.manifest.json",
57
- "/schemas"
33
+ "/schemas",
34
+ "/oclif.lock"
58
35
  ],
59
36
  "homepage": "https://github.com/salesforcecli/plugin-template-sf",
60
37
  "keywords": [
@@ -67,7 +44,6 @@
67
44
  "sf"
68
45
  ],
69
46
  "license": "BSD-3-Clause",
70
- "main": "lib/index.js",
71
47
  "oclif": {
72
48
  "commands": "./lib/commands",
73
49
  "bin": "sf",
@@ -82,19 +58,20 @@
82
58
  "external": true,
83
59
  "description": "Find and manage plugins"
84
60
  }
85
- }
61
+ },
62
+ "flexibleTaxonomy": true
86
63
  },
87
64
  "repository": "salesforcecli/plugin-template-sf",
88
65
  "scripts": {
89
66
  "build": "wireit",
90
67
  "clean": "sf-clean",
91
68
  "clean-all": "sf-clean all",
92
- "clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
69
+ "clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json oclif.lock",
93
70
  "compile": "wireit",
94
71
  "docs": "sf-docs",
95
72
  "format": "wireit",
96
73
  "lint": "wireit",
97
- "postpack": "shx rm -f oclif.manifest.json",
74
+ "postpack": "shx rm -f oclif.manifest.json oclif.lock",
98
75
  "prepack": "sf-prepack",
99
76
  "prepare": "sf-install",
100
77
  "test": "wireit",
@@ -181,7 +158,7 @@
181
158
  "output": []
182
159
  },
183
160
  "test:command-reference": {
184
- "command": "\"./bin/dev\" commandreference:generate --erroronwarnings",
161
+ "command": "ts-node \"./bin/dev.js\" commandreference:generate --erroronwarnings",
185
162
  "files": [
186
163
  "src/**/*.ts",
187
164
  "messages/**",
@@ -192,7 +169,7 @@
192
169
  ]
193
170
  },
194
171
  "test:deprecation-policy": {
195
- "command": "\"./bin/dev\" snapshot:compare",
172
+ "command": "ts-node \"./bin/dev.js\" snapshot:compare",
196
173
  "files": [
197
174
  "src/**/*.ts"
198
175
  ],
@@ -202,7 +179,7 @@
202
179
  ]
203
180
  },
204
181
  "test:json-schema": {
205
- "command": "\"./bin/dev\" schema:compare",
182
+ "command": "ts-node \"./bin/dev.js\" schema:compare",
206
183
  "files": [
207
184
  "src/**/*.ts",
208
185
  "schemas"
@@ -210,8 +187,10 @@
210
187
  "output": []
211
188
  }
212
189
  },
190
+ "exports": "./lib/index.js",
191
+ "type": "module",
213
192
  "sfdx": {
214
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/0.3.2.crt",
215
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/0.3.2.sig"
193
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.2.crt",
194
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.2.sig"
216
195
  }
217
196
  }