@salesforce/plugin-marketplace 1.0.4 → 1.0.5

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.4/src/commands/plugins/discover.ts)_
87
+ _See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.5/src/commands/plugins/discover.ts)_
88
88
 
89
89
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -715,10 +715,10 @@
715
715
  wordwrap "^1.0.0"
716
716
  wrap-ansi "^7.0.0"
717
717
 
718
- "@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.1", "@oclif/core@^3.3.1", "@oclif/core@^3.5.0":
719
- version "3.10.1"
720
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.1.tgz#c8e6c7a557983de1c55990177c16c78d26e10083"
721
- integrity sha512-zBjujYmLyEu7T6PBlaPqmsum/Cc5KMwc6XmcKzUC/PUQspENGd4z0n4eBlNlKjfO/1sLdts99xUlSoIYXoFimg==
718
+ "@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.3.1", "@oclif/core@^3.5.0":
719
+ version "3.10.8"
720
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.8.tgz#8a855841107576b88a2ebe2e20e6e0d7ee885713"
721
+ integrity sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==
722
722
  dependencies:
723
723
  ansi-escapes "^4.3.2"
724
724
  ansi-styles "^4.3.0"
@@ -39,5 +39,5 @@
39
39
  ]
40
40
  }
41
41
  },
42
- "version": "1.0.4"
42
+ "version": "1.0.5"
43
43
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-marketplace",
3
3
  "description": "Find sf plugins",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.10.1",
8
+ "@oclif/core": "^3.10.8",
9
9
  "@salesforce/core": "^5.3.20",
10
10
  "@salesforce/kit": "^3.0.15",
11
11
  "@salesforce/sf-plugins-core": "^4.1.1",
@@ -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.4.crt",
194
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.4.sig"
193
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.5.crt",
194
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.5.sig"
195
195
  }
196
196
  }