@salesforce/plugin-marketplace 1.0.1 → 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.
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/0.3.3/src/commands/plugins/discover.ts)_
87
+ _See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.2/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.0", "@oclif/core@^3.3.1", "@oclif/core@^3.5.0":
719
- version "3.10.0"
720
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.0.tgz#d9aac186b9300b448479fdee75f1774b4ff4626f"
721
- integrity sha512-gXats+3wTQRztZS2gy8rcZgkKqLY/FexCzcAkNe8Z4E+268hagAHMFxA8tsiUcOKaywgQAL55TCHD1bgni54GA==
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==
722
722
  dependencies:
723
723
  ansi-escapes "^4.3.2"
724
724
  ansi-styles "^4.3.0"
@@ -905,7 +905,7 @@
905
905
  strip-ansi "6.0.1"
906
906
  ts-retry-promise "^0.7.1"
907
907
 
908
- "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.10", "@salesforce/core@^5.3.14", "@salesforce/core@^5.3.17", "@salesforce/core@^5.3.9":
908
+ "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.10", "@salesforce/core@^5.3.14", "@salesforce/core@^5.3.17":
909
909
  version "5.3.17"
910
910
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.17.tgz#fe7e5b89bdfffc9c1634e0371fab6115b23fe312"
911
911
  integrity sha512-3BYdpRwQrtaTNHINk+NSrXwlr0xZjKSkJWhMeryjGyTGf9YPRu1JNawl6PPbEpGCQp2y+NLUdp6vMy64jwIDBg==
@@ -973,16 +973,16 @@
973
973
  "@salesforce/ts-types" "^2.0.9"
974
974
  tslib "^2.6.2"
975
975
 
976
- "@salesforce/plugin-command-reference@^3.0.42":
977
- version "3.0.42"
978
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.42.tgz#d8aaf6886a6ee8037bddca4638ee6728b7be507c"
979
- integrity sha512-Wqp2XRCb9lf9vbCnd7pVqLwS3f0iixlEMjJjOjV2NsKYG3hwwTK1VHLn0LueZqxmeDtAPKnor/IctvpTZNac7Q==
976
+ "@salesforce/plugin-command-reference@^3.0.45":
977
+ version "3.0.45"
978
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.45.tgz#6606df9f59bdd62acd091a4e5e7f9ea10681f1da"
979
+ integrity sha512-qtUO0TL2wf9Pk023k0YsmgnAcVs3tWilhH37rUTHPBsXBI655u+iwj1Da8hh28zOgd6Nb3hZJmrsUsMaruiEYQ==
980
980
  dependencies:
981
981
  "@oclif/core" "^2.15.0"
982
- "@salesforce/core" "^5.3.9"
983
- "@salesforce/kit" "^3.0.13"
982
+ "@salesforce/core" "^5.3.10"
983
+ "@salesforce/kit" "^3.0.15"
984
984
  "@salesforce/sf-plugins-core" "^3.1.28"
985
- "@salesforce/ts-types" "^2.0.7"
985
+ "@salesforce/ts-types" "^2.0.9"
986
986
  chalk "^4"
987
987
  handlebars "^4.7.8"
988
988
  tslib "^2"
@@ -39,5 +39,5 @@
39
39
  ]
40
40
  }
41
41
  },
42
- "version": "1.0.1"
42
+ "version": "1.0.2"
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.1",
4
+ "version": "1.0.2",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.10.0",
8
+ "@oclif/core": "^3.10.1",
9
9
  "@salesforce/core": "^5.3.17",
10
10
  "@salesforce/kit": "^3.0.15",
11
11
  "@salesforce/sf-plugins-core": "^4.0.0",
@@ -16,7 +16,7 @@
16
16
  "@oclif/plugin-command-snapshot": "^5.0.1",
17
17
  "@salesforce/cli-plugins-testkit": "^5",
18
18
  "@salesforce/dev-scripts": "^6.0.3",
19
- "@salesforce/plugin-command-reference": "^3.0.42",
19
+ "@salesforce/plugin-command-reference": "^3.0.45",
20
20
  "eslint-plugin-sf-plugin": "^1.16.13",
21
21
  "oclif": "^4.0.3",
22
22
  "shx": "0.3.4",
@@ -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.1.crt",
194
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.1.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"
195
195
  }
196
196
  }