@salesforce/plugin-marketplace 1.0.8 → 1.0.9

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
@@ -84,6 +84,6 @@ EXAMPLES
84
84
  $ sf plugins discover
85
85
  ```
86
86
 
87
- _See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.8/src/commands/plugins/discover.ts)_
87
+ _See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.9/src/commands/plugins/discover.ts)_
88
88
 
89
89
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1035,13 +1035,13 @@
1035
1035
  chalk "^4"
1036
1036
  inquirer "^8.2.5"
1037
1037
 
1038
- "@salesforce/sf-plugins-core@^5.0.1":
1039
- version "5.0.1"
1040
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.1.tgz#16b085eda99e28f2607957954d6ac957a8d0a0eb"
1041
- integrity sha512-gKUhAP9DDUlB4bjr0a6bsWiM16hn/n1cW8BglhYHAow8UJ0OQBxx+dfvAO0ftXmfzg82IZdMViiDmQXt0Z+e6A==
1038
+ "@salesforce/sf-plugins-core@^5.0.5":
1039
+ version "5.0.5"
1040
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.5.tgz#9ab91099fb3e5f8be86c5572d755adcc5913dd25"
1041
+ integrity sha512-IlxDYH8ihznGwPclKyo/teKo4eutuIIzA3hq2d9AuFlGH4N6e7rN3IgTfhp7yV/K7RA70Ub/+dl7etIAO7FmMQ==
1042
1042
  dependencies:
1043
- "@oclif/core" "^3.11.0"
1044
- "@salesforce/core" "^6.1.0"
1043
+ "@oclif/core" "^3.12.0"
1044
+ "@salesforce/core" "^6.2.0"
1045
1045
  "@salesforce/kit" "^3.0.15"
1046
1046
  "@salesforce/ts-types" "^2.0.9"
1047
1047
  "@types/inquirer" "^8.2.3"
@@ -39,5 +39,5 @@
39
39
  ]
40
40
  }
41
41
  },
42
- "version": "1.0.8"
42
+ "version": "1.0.9"
43
43
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-marketplace",
3
3
  "description": "Find sf plugins",
4
- "version": "1.0.8",
4
+ "version": "1.0.9",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.10.8",
9
9
  "@salesforce/core": "^6.2.2",
10
10
  "@salesforce/kit": "^3.0.15",
11
- "@salesforce/sf-plugins-core": "^5.0.1",
11
+ "@salesforce/sf-plugins-core": "^5.0.5",
12
12
  "got": "^13.0.0",
13
13
  "proxy-agent": "^6.3.1"
14
14
  },
@@ -190,7 +190,7 @@
190
190
  "exports": "./lib/index.js",
191
191
  "type": "module",
192
192
  "sfdx": {
193
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.8.crt",
194
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.8.sig"
193
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.9.crt",
194
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.9.sig"
195
195
  }
196
196
  }