@salesforce/plugin-marketplace 0.2.2 → 0.3.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 CHANGED
@@ -71,7 +71,7 @@ sf plugins
71
71
 
72
72
  ## `sf plugins discover`
73
73
 
74
- See a list of sf plugins you can install.
74
+ See a list of 3rd-party sf plugins you can install.
75
75
 
76
76
  ```
77
77
  USAGE
@@ -80,15 +80,10 @@ USAGE
80
80
  GLOBAL FLAGS
81
81
  --json Format output as json.
82
82
 
83
- DESCRIPTION
84
- See a list of sf plugins you can install.
85
-
86
- Description of a command.
87
-
88
83
  EXAMPLES
89
84
  $ sf plugins discover
90
85
  ```
91
86
 
92
- _See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-marketplace/blob/v0.0.1/src/commands/plugins/discover.ts)_
87
+ _See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-template-sf/blob/0.3.0/src/commands/plugins/discover.ts)_
93
88
 
94
89
  <!-- commandsstop -->
@@ -28,5 +28,7 @@ exports.packages = [
28
28
  '@jayree/sfdx-plugin-prettier',
29
29
  '@jayree/sfdx-plugin-source',
30
30
  'sfdx-plugin-update-notifier',
31
+ '@cristiand391/sf-plugin-api',
32
+ '@cristiand391/sf-plugin-fzf-cmp',
31
33
  ];
32
34
  //# sourceMappingURL=plugins.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"plugins.js","sourceRoot":"","sources":["../../src/shared/plugins.ts"],"names":[],"mappings":";;;AAAA;;;;;GAKG;AACU,QAAA,QAAQ,GAAG;IACtB,cAAc;IACd,aAAa;IACb,eAAe;IACf,oBAAoB;IACpB,4CAA4C;IAC5C,2BAA2B;IAC3B,mBAAmB;IACnB,mBAAmB;IACnB,gBAAgB;IAChB,OAAO;IACP,kBAAkB;IAClB,0BAA0B;IAC1B,yBAAyB;IACzB,iBAAiB;IACjB,wBAAwB;IACxB,8BAA8B;IAC9B,yBAAyB;IACzB,8BAA8B;IAC9B,4BAA4B;IAC5B,6BAA6B;CAC9B,CAAC"}
1
+ {"version":3,"file":"plugins.js","sourceRoot":"","sources":["../../src/shared/plugins.ts"],"names":[],"mappings":";;;AAAA;;;;;GAKG;AACU,QAAA,QAAQ,GAAG;IACtB,cAAc;IACd,aAAa;IACb,eAAe;IACf,oBAAoB;IACpB,4CAA4C;IAC5C,2BAA2B;IAC3B,mBAAmB;IACnB,mBAAmB;IACnB,gBAAgB;IAChB,OAAO;IACP,kBAAkB;IAClB,0BAA0B;IAC1B,yBAAyB;IACzB,iBAAiB;IACjB,wBAAwB;IACxB,8BAA8B;IAC9B,yBAAyB;IACzB,8BAA8B;IAC9B,4BAA4B;IAC5B,6BAA6B;IAC7B,6BAA6B;IAC7B,iCAAiC;CAClC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.2",
2
+ "version": "0.3.0",
3
3
  "commands": {
4
4
  "plugins:discover": {
5
5
  "id": "plugins:discover",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-marketplace",
3
3
  "description": "Find sf plugins",
4
- "version": "0.2.2",
4
+ "version": "0.3.0",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -15,18 +15,18 @@
15
15
  },
16
16
  "devDependencies": {
17
17
  "@oclif/plugin-command-snapshot": "^4.0.14",
18
- "@salesforce/cli-plugins-testkit": "^4.3.2",
18
+ "@salesforce/cli-plugins-testkit": "^4.4.3",
19
19
  "@salesforce/dev-config": "^4.0.1",
20
20
  "@salesforce/dev-scripts": "^5.4.3",
21
- "@salesforce/plugin-command-reference": "^3.0.31",
21
+ "@salesforce/plugin-command-reference": "^3.0.36",
22
22
  "@salesforce/prettier-config": "^0.0.3",
23
- "@salesforce/ts-sinon": "1.4.15",
23
+ "@salesforce/ts-sinon": "1.4.16",
24
24
  "@swc/core": "1.3.39",
25
25
  "@types/inquirer": "^9.0.3",
26
26
  "@typescript-eslint/eslint-plugin": "^5.61.0",
27
27
  "@typescript-eslint/parser": "^5.62.0",
28
- "chai": "^4.3.8",
29
- "eslint": "^8.45.0",
28
+ "chai": "^4.3.10",
29
+ "eslint": "^8.50.0",
30
30
  "eslint-config-prettier": "^8.10.0",
31
31
  "eslint-config-salesforce": "^2.0.2",
32
32
  "eslint-config-salesforce-license": "^0.2.0",
@@ -34,18 +34,18 @@
34
34
  "eslint-plugin-header": "^3.1.1",
35
35
  "eslint-plugin-import": "2.28.1",
36
36
  "eslint-plugin-jsdoc": "^43.0.5",
37
- "eslint-plugin-sf-plugin": "^1.16.3",
37
+ "eslint-plugin-sf-plugin": "^1.16.5",
38
38
  "husky": "^7.0.4",
39
39
  "mocha": "^9.2.2",
40
40
  "nyc": "^15.1.0",
41
- "oclif": "^3.15.0",
41
+ "oclif": "^3.17.2",
42
42
  "prettier": "^2.8.8",
43
43
  "pretty-quick": "^3.1.3",
44
44
  "shx": "0.3.4",
45
45
  "sinon": "10.0.0",
46
46
  "ts-node": "^10.9.1",
47
- "typescript": "^5.1.6",
48
- "wireit": "^0.13.0"
47
+ "typescript": "^5.2.2",
48
+ "wireit": "^0.14.0"
49
49
  },
50
50
  "engines": {
51
51
  "node": ">=16.0.0"
@@ -211,7 +211,7 @@
211
211
  }
212
212
  },
213
213
  "sfdx": {
214
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/0.2.2.crt",
215
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/0.2.2.sig"
214
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/0.3.0.crt",
215
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/0.3.0.sig"
216
216
  }
217
217
  }