@salesforce/plugin-marketplace 1.0.17 → 1.0.18

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-marketplace/blob/1.0.17/src/commands/plugins/discover.ts)_
87
+ _See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-marketplace/blob/1.0.18/src/commands/plugins/discover.ts)_
88
88
 
89
89
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1663,15 +1663,15 @@
1663
1663
  chalk "^4"
1664
1664
  inquirer "^8.2.5"
1665
1665
 
1666
- "@salesforce/sf-plugins-core@^7.0.0":
1667
- version "7.0.0"
1668
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.0.0.tgz#56cb4eaafcd04a183938d86c5e93323e037b15ab"
1669
- integrity sha512-vl53Ee0/eg9wgvtWro6kX82/943s28Hph/o3lTQk6URorfqMC+zH0RGKJj1X0VKeLhDSOCRYXqIu54jE8AZ/3g==
1666
+ "@salesforce/sf-plugins-core@^7.1.3":
1667
+ version "7.1.3"
1668
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.3.tgz#2d1a15da9e5ebbee435f8699f13cc9aa787df1ca"
1669
+ integrity sha512-HaXEjtose1SOgxXsRYl3HA0f6OYIJTUqS1fGdIKgLZQR8tC3a/BnfDUuJRTjesp+GJZEjc6bUxzd92sn51AuGA==
1670
1670
  dependencies:
1671
1671
  "@inquirer/confirm" "^2.0.15"
1672
1672
  "@inquirer/password" "^1.1.14"
1673
- "@oclif/core" "^3.16.0"
1674
- "@salesforce/core" "^6.4.2"
1673
+ "@oclif/core" "^3.18.1"
1674
+ "@salesforce/core" "^6.4.7"
1675
1675
  "@salesforce/kit" "^3.0.15"
1676
1676
  "@salesforce/ts-types" "^2.0.9"
1677
1677
  chalk "^5.3.0"
@@ -38,5 +38,5 @@
38
38
  ]
39
39
  }
40
40
  },
41
- "version": "1.0.17"
41
+ "version": "1.0.18"
42
42
  }
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.17",
4
+ "version": "1.0.18",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.18.1",
9
9
  "@salesforce/core": "^6.4.2",
10
10
  "@salesforce/kit": "^3.0.15",
11
- "@salesforce/sf-plugins-core": "^7.0.0",
11
+ "@salesforce/sf-plugins-core": "^7.1.3",
12
12
  "got": "^13.0.0",
13
13
  "proxy-agent": "^6.3.1"
14
14
  },
@@ -201,7 +201,7 @@
201
201
  "exports": "./lib/index.js",
202
202
  "type": "module",
203
203
  "sfdx": {
204
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.17.crt",
205
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.17.sig"
204
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.18.crt",
205
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.18.sig"
206
206
  }
207
207
  }