@salesforce/plugin-marketplace 1.2.1 → 1.2.3
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 +1 -1
- package/npm-shrinkwrap.json +46 -53
- package/oclif.lock +72 -47
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -85,6 +85,6 @@ EXAMPLES
|
|
|
85
85
|
$ sf plugins discover
|
|
86
86
|
```
|
|
87
87
|
|
|
88
|
-
_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.
|
|
88
|
+
_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.3/src/commands/plugins/discover.ts)_
|
|
89
89
|
|
|
90
90
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-marketplace",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-marketplace",
|
|
9
|
-
"version": "1.2.
|
|
9
|
+
"version": "1.2.3",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^3.26.
|
|
13
|
-
"@salesforce/core": "^7.
|
|
12
|
+
"@oclif/core": "^3.26.4",
|
|
13
|
+
"@salesforce/core": "^7.3.1",
|
|
14
14
|
"@salesforce/kit": "^3.1.0",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
16
16
|
"got": "^13.0.0",
|
|
17
17
|
"proxy-agent": "^6.4.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
21
|
-
"@salesforce/cli-plugins-testkit": "^5.2.
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.1.5",
|
|
21
|
+
"@salesforce/cli-plugins-testkit": "^5.2.3",
|
|
22
22
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
23
23
|
"@salesforce/plugin-command-reference": "^3.0.73",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
25
25
|
"oclif": "^4.7.3",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
|
-
"typescript": "^5.4.
|
|
27
|
+
"typescript": "^5.4.5"
|
|
28
28
|
},
|
|
29
29
|
"engines": {
|
|
30
30
|
"node": ">=18.0.0"
|
|
@@ -2777,9 +2777,9 @@
|
|
|
2777
2777
|
}
|
|
2778
2778
|
},
|
|
2779
2779
|
"node_modules/@oclif/core": {
|
|
2780
|
-
"version": "3.26.
|
|
2781
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
2782
|
-
"integrity": "sha512-
|
|
2780
|
+
"version": "3.26.4",
|
|
2781
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
|
|
2782
|
+
"integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
|
|
2783
2783
|
"license": "MIT",
|
|
2784
2784
|
"dependencies": {
|
|
2785
2785
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -2868,9 +2868,9 @@
|
|
|
2868
2868
|
}
|
|
2869
2869
|
},
|
|
2870
2870
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
2871
|
-
"version": "5.1.
|
|
2872
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
2873
|
-
"integrity": "sha512-
|
|
2871
|
+
"version": "5.1.5",
|
|
2872
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.5.tgz",
|
|
2873
|
+
"integrity": "sha512-JJNiIdezzk3Pv95ig0mhoM540k3OJ/FA2yyesTSoFRbnNOucalEi7EGqMtu1xsCoPe2P/qSiBpxpL/2uqpbBTA==",
|
|
2874
2874
|
"dev": true,
|
|
2875
2875
|
"license": "MIT",
|
|
2876
2876
|
"dependencies": {
|
|
@@ -2883,7 +2883,7 @@
|
|
|
2883
2883
|
"lodash.get": "^4.4.2",
|
|
2884
2884
|
"lodash.sortby": "^4.7.0",
|
|
2885
2885
|
"semver": "^7.6.0",
|
|
2886
|
-
"ts-json-schema-generator": "^1.5.
|
|
2886
|
+
"ts-json-schema-generator": "^1.5.1"
|
|
2887
2887
|
},
|
|
2888
2888
|
"engines": {
|
|
2889
2889
|
"node": ">=18.0.0"
|
|
@@ -3189,14 +3189,14 @@
|
|
|
3189
3189
|
}
|
|
3190
3190
|
},
|
|
3191
3191
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3192
|
-
"version": "5.2.
|
|
3193
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.
|
|
3194
|
-
"integrity": "sha512-
|
|
3192
|
+
"version": "5.2.3",
|
|
3193
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.3.tgz",
|
|
3194
|
+
"integrity": "sha512-6x24mYi2F2ywVo3Gygc3H+B1PC6e9MRdVuFwal0qp4D7PisnANrNJai7csgv1XwErG2B2fuDD9w/On1XZV+gSA==",
|
|
3195
3195
|
"dev": true,
|
|
3196
3196
|
"license": "BSD-3-Clause",
|
|
3197
3197
|
"dependencies": {
|
|
3198
|
-
"@salesforce/core": "^7.
|
|
3199
|
-
"@salesforce/kit": "^3.1.
|
|
3198
|
+
"@salesforce/core": "^7.3.0",
|
|
3199
|
+
"@salesforce/kit": "^3.1.1",
|
|
3200
3200
|
"@salesforce/ts-types": "^2.0.9",
|
|
3201
3201
|
"@types/shelljs": "^0.8.15",
|
|
3202
3202
|
"debug": "^4.3.1",
|
|
@@ -3310,13 +3310,13 @@
|
|
|
3310
3310
|
}
|
|
3311
3311
|
},
|
|
3312
3312
|
"node_modules/@salesforce/core": {
|
|
3313
|
-
"version": "7.1
|
|
3314
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.1.
|
|
3315
|
-
"integrity": "sha512-
|
|
3313
|
+
"version": "7.3.1",
|
|
3314
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.1.tgz",
|
|
3315
|
+
"integrity": "sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==",
|
|
3316
3316
|
"license": "BSD-3-Clause",
|
|
3317
3317
|
"dependencies": {
|
|
3318
3318
|
"@jsforce/jsforce-node": "^3.1.0",
|
|
3319
|
-
"@salesforce/kit": "^3.1.
|
|
3319
|
+
"@salesforce/kit": "^3.1.1",
|
|
3320
3320
|
"@salesforce/schemas": "^1.7.0",
|
|
3321
3321
|
"@salesforce/ts-types": "^2.0.9",
|
|
3322
3322
|
"ajv": "^8.12.0",
|
|
@@ -3396,9 +3396,9 @@
|
|
|
3396
3396
|
}
|
|
3397
3397
|
},
|
|
3398
3398
|
"node_modules/@salesforce/kit": {
|
|
3399
|
-
"version": "3.1.
|
|
3400
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.
|
|
3401
|
-
"integrity": "sha512-
|
|
3399
|
+
"version": "3.1.1",
|
|
3400
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.1.tgz",
|
|
3401
|
+
"integrity": "sha512-Cjkh+USp5PtdZmD30r1Y7d+USpIhQz9B48w76esBtYpgqzhyj806LHkVgEfmorLNq2Qe8EO5rtUYd+XZ3rnV9w==",
|
|
3402
3402
|
"license": "BSD-3-Clause",
|
|
3403
3403
|
"dependencies": {
|
|
3404
3404
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -5925,13 +5925,13 @@
|
|
|
5925
5925
|
}
|
|
5926
5926
|
},
|
|
5927
5927
|
"node_modules/commander": {
|
|
5928
|
-
"version": "
|
|
5929
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-
|
|
5930
|
-
"integrity": "sha512-
|
|
5928
|
+
"version": "12.0.0",
|
|
5929
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz",
|
|
5930
|
+
"integrity": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==",
|
|
5931
5931
|
"dev": true,
|
|
5932
5932
|
"license": "MIT",
|
|
5933
5933
|
"engines": {
|
|
5934
|
-
"node": ">=
|
|
5934
|
+
"node": ">=18"
|
|
5935
5935
|
}
|
|
5936
5936
|
},
|
|
5937
5937
|
"node_modules/comment-parser": {
|
|
@@ -12975,19 +12975,19 @@
|
|
|
12975
12975
|
}
|
|
12976
12976
|
},
|
|
12977
12977
|
"node_modules/ts-json-schema-generator": {
|
|
12978
|
-
"version": "1.5.
|
|
12979
|
-
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.
|
|
12980
|
-
"integrity": "sha512-
|
|
12978
|
+
"version": "1.5.1",
|
|
12979
|
+
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz",
|
|
12980
|
+
"integrity": "sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==",
|
|
12981
12981
|
"dev": true,
|
|
12982
12982
|
"license": "MIT",
|
|
12983
12983
|
"dependencies": {
|
|
12984
|
-
"@types/json-schema": "^7.0.
|
|
12985
|
-
"commander": "^
|
|
12984
|
+
"@types/json-schema": "^7.0.15",
|
|
12985
|
+
"commander": "^12.0.0",
|
|
12986
12986
|
"glob": "^8.0.3",
|
|
12987
12987
|
"json5": "^2.2.3",
|
|
12988
12988
|
"normalize-path": "^3.0.0",
|
|
12989
12989
|
"safe-stable-stringify": "^2.4.3",
|
|
12990
|
-
"typescript": "~5.
|
|
12990
|
+
"typescript": "~5.4.2"
|
|
12991
12991
|
},
|
|
12992
12992
|
"bin": {
|
|
12993
12993
|
"ts-json-schema-generator": "bin/ts-json-schema-generator"
|
|
@@ -12996,6 +12996,13 @@
|
|
|
12996
12996
|
"node": ">=10.0.0"
|
|
12997
12997
|
}
|
|
12998
12998
|
},
|
|
12999
|
+
"node_modules/ts-json-schema-generator/node_modules/@types/json-schema": {
|
|
13000
|
+
"version": "7.0.15",
|
|
13001
|
+
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
13002
|
+
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
13003
|
+
"dev": true,
|
|
13004
|
+
"license": "MIT"
|
|
13005
|
+
},
|
|
12999
13006
|
"node_modules/ts-json-schema-generator/node_modules/glob": {
|
|
13000
13007
|
"version": "8.1.0",
|
|
13001
13008
|
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
@@ -13029,20 +13036,6 @@
|
|
|
13029
13036
|
"node": ">=10"
|
|
13030
13037
|
}
|
|
13031
13038
|
},
|
|
13032
|
-
"node_modules/ts-json-schema-generator/node_modules/typescript": {
|
|
13033
|
-
"version": "5.3.3",
|
|
13034
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
|
|
13035
|
-
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
|
|
13036
|
-
"dev": true,
|
|
13037
|
-
"license": "Apache-2.0",
|
|
13038
|
-
"bin": {
|
|
13039
|
-
"tsc": "bin/tsc",
|
|
13040
|
-
"tsserver": "bin/tsserver"
|
|
13041
|
-
},
|
|
13042
|
-
"engines": {
|
|
13043
|
-
"node": ">=14.17"
|
|
13044
|
-
}
|
|
13045
|
-
},
|
|
13046
13039
|
"node_modules/ts-node": {
|
|
13047
13040
|
"version": "10.9.2",
|
|
13048
13041
|
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
|
|
@@ -13314,9 +13307,9 @@
|
|
|
13314
13307
|
}
|
|
13315
13308
|
},
|
|
13316
13309
|
"node_modules/typescript": {
|
|
13317
|
-
"version": "5.4.
|
|
13318
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.
|
|
13319
|
-
"integrity": "sha512-
|
|
13310
|
+
"version": "5.4.5",
|
|
13311
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
|
|
13312
|
+
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
|
|
13320
13313
|
"dev": true,
|
|
13321
13314
|
"license": "Apache-2.0",
|
|
13322
13315
|
"bin": {
|
package/oclif.lock
CHANGED
|
@@ -1326,10 +1326,10 @@
|
|
|
1326
1326
|
wordwrap "^1.0.0"
|
|
1327
1327
|
wrap-ansi "^7.0.0"
|
|
1328
1328
|
|
|
1329
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.
|
|
1330
|
-
version "3.26.
|
|
1331
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.
|
|
1332
|
-
integrity sha512-
|
|
1329
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.4":
|
|
1330
|
+
version "3.26.4"
|
|
1331
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
|
|
1332
|
+
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
|
1333
1333
|
dependencies:
|
|
1334
1334
|
"@types/cli-progress" "^3.11.5"
|
|
1335
1335
|
ansi-escapes "^4.3.2"
|
|
@@ -1360,10 +1360,10 @@
|
|
|
1360
1360
|
wordwrap "^1.0.0"
|
|
1361
1361
|
wrap-ansi "^7.0.0"
|
|
1362
1362
|
|
|
1363
|
-
"@oclif/plugin-command-snapshot@^5.1.
|
|
1364
|
-
version "5.1.
|
|
1365
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
1366
|
-
integrity sha512-
|
|
1363
|
+
"@oclif/plugin-command-snapshot@^5.1.5":
|
|
1364
|
+
version "5.1.5"
|
|
1365
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.5.tgz#5fe95b2a131d66663fe6e245811b634cf20bb022"
|
|
1366
|
+
integrity sha512-JJNiIdezzk3Pv95ig0mhoM540k3OJ/FA2yyesTSoFRbnNOucalEi7EGqMtu1xsCoPe2P/qSiBpxpL/2uqpbBTA==
|
|
1367
1367
|
dependencies:
|
|
1368
1368
|
"@oclif/core" "3.26.0"
|
|
1369
1369
|
"@types/lodash.difference" "^4.5.9"
|
|
@@ -1374,7 +1374,7 @@
|
|
|
1374
1374
|
lodash.get "^4.4.2"
|
|
1375
1375
|
lodash.sortby "^4.7.0"
|
|
1376
1376
|
semver "^7.6.0"
|
|
1377
|
-
ts-json-schema-generator "^1.5.
|
|
1377
|
+
ts-json-schema-generator "^1.5.1"
|
|
1378
1378
|
|
|
1379
1379
|
"@oclif/plugin-help@^6.0.18":
|
|
1380
1380
|
version "6.0.18"
|
|
@@ -1408,13 +1408,13 @@
|
|
|
1408
1408
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1409
1409
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1410
1410
|
|
|
1411
|
-
"@salesforce/cli-plugins-testkit@^5.2.
|
|
1412
|
-
version "5.2.
|
|
1413
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.
|
|
1414
|
-
integrity sha512-
|
|
1411
|
+
"@salesforce/cli-plugins-testkit@^5.2.3":
|
|
1412
|
+
version "5.2.3"
|
|
1413
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.3.tgz#20ce2d4e508b0bcaa60c4566b7f1c6bd99280cb8"
|
|
1414
|
+
integrity sha512-6x24mYi2F2ywVo3Gygc3H+B1PC6e9MRdVuFwal0qp4D7PisnANrNJai7csgv1XwErG2B2fuDD9w/On1XZV+gSA==
|
|
1415
1415
|
dependencies:
|
|
1416
|
-
"@salesforce/core" "^7.
|
|
1417
|
-
"@salesforce/kit" "^3.1.
|
|
1416
|
+
"@salesforce/core" "^7.3.0"
|
|
1417
|
+
"@salesforce/kit" "^3.1.1"
|
|
1418
1418
|
"@salesforce/ts-types" "^2.0.9"
|
|
1419
1419
|
"@types/shelljs" "^0.8.15"
|
|
1420
1420
|
debug "^4.3.1"
|
|
@@ -1447,13 +1447,13 @@
|
|
|
1447
1447
|
semver "^7.6.0"
|
|
1448
1448
|
ts-retry-promise "^0.7.1"
|
|
1449
1449
|
|
|
1450
|
-
"@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1":
|
|
1451
|
-
version "7.1
|
|
1452
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.1.
|
|
1453
|
-
integrity sha512-
|
|
1450
|
+
"@salesforce/core@^7.0.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1":
|
|
1451
|
+
version "7.3.1"
|
|
1452
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.1.tgz#cda324f7a5ff1be6d7381943b15b23dbe3cd5dec"
|
|
1453
|
+
integrity sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==
|
|
1454
1454
|
dependencies:
|
|
1455
1455
|
"@jsforce/jsforce-node" "^3.1.0"
|
|
1456
|
-
"@salesforce/kit" "^3.1.
|
|
1456
|
+
"@salesforce/kit" "^3.1.1"
|
|
1457
1457
|
"@salesforce/schemas" "^1.7.0"
|
|
1458
1458
|
"@salesforce/ts-types" "^2.0.9"
|
|
1459
1459
|
ajv "^8.12.0"
|
|
@@ -1507,10 +1507,10 @@
|
|
|
1507
1507
|
typescript "^5.4.3"
|
|
1508
1508
|
wireit "^0.14.4"
|
|
1509
1509
|
|
|
1510
|
-
"@salesforce/kit@^3.0.15", "@salesforce/kit@^3.1.0":
|
|
1511
|
-
version "3.1.
|
|
1512
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.
|
|
1513
|
-
integrity sha512-
|
|
1510
|
+
"@salesforce/kit@^3.0.15", "@salesforce/kit@^3.1.0", "@salesforce/kit@^3.1.1":
|
|
1511
|
+
version "3.1.1"
|
|
1512
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.1.tgz#d2147a50887214763cdf1c456d306b6da554d928"
|
|
1513
|
+
integrity sha512-Cjkh+USp5PtdZmD30r1Y7d+USpIhQz9B48w76esBtYpgqzhyj806LHkVgEfmorLNq2Qe8EO5rtUYd+XZ3rnV9w==
|
|
1514
1514
|
dependencies:
|
|
1515
1515
|
"@salesforce/ts-types" "^2.0.9"
|
|
1516
1516
|
tslib "^2.6.2"
|
|
@@ -2180,6 +2180,11 @@
|
|
|
2180
2180
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1"
|
|
2181
2181
|
integrity sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==
|
|
2182
2182
|
|
|
2183
|
+
"@types/json-schema@^7.0.15":
|
|
2184
|
+
version "7.0.15"
|
|
2185
|
+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
|
|
2186
|
+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
|
2187
|
+
|
|
2183
2188
|
"@types/json5@^0.0.29":
|
|
2184
2189
|
version "0.0.29"
|
|
2185
2190
|
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
|
|
@@ -3090,10 +3095,10 @@ combined-stream@^1.0.8:
|
|
|
3090
3095
|
dependencies:
|
|
3091
3096
|
delayed-stream "~1.0.0"
|
|
3092
3097
|
|
|
3093
|
-
commander@^
|
|
3094
|
-
version "
|
|
3095
|
-
resolved "https://registry.yarnpkg.com/commander/-/commander-
|
|
3096
|
-
integrity sha512-
|
|
3098
|
+
commander@^12.0.0:
|
|
3099
|
+
version "12.0.0"
|
|
3100
|
+
resolved "https://registry.yarnpkg.com/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592"
|
|
3101
|
+
integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
|
|
3097
3102
|
|
|
3098
3103
|
commander@^4.0.1:
|
|
3099
3104
|
version "4.1.1"
|
|
@@ -6967,7 +6972,16 @@ srcset@^5.0.0:
|
|
|
6967
6972
|
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
|
|
6968
6973
|
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
|
|
6969
6974
|
|
|
6970
|
-
"string-width-cjs@npm:string-width@^4.2.0"
|
|
6975
|
+
"string-width-cjs@npm:string-width@^4.2.0":
|
|
6976
|
+
version "4.2.3"
|
|
6977
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6978
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
6979
|
+
dependencies:
|
|
6980
|
+
emoji-regex "^8.0.0"
|
|
6981
|
+
is-fullwidth-code-point "^3.0.0"
|
|
6982
|
+
strip-ansi "^6.0.1"
|
|
6983
|
+
|
|
6984
|
+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
6971
6985
|
version "4.2.3"
|
|
6972
6986
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6973
6987
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -7026,7 +7040,14 @@ string_decoder@~1.1.1:
|
|
|
7026
7040
|
dependencies:
|
|
7027
7041
|
safe-buffer "~5.1.0"
|
|
7028
7042
|
|
|
7029
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1"
|
|
7043
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
7044
|
+
version "6.0.1"
|
|
7045
|
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
7046
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
7047
|
+
dependencies:
|
|
7048
|
+
ansi-regex "^5.0.1"
|
|
7049
|
+
|
|
7050
|
+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
7030
7051
|
version "6.0.1"
|
|
7031
7052
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
7032
7053
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -7188,18 +7209,18 @@ ts-api-utils@^1.0.1:
|
|
|
7188
7209
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
|
|
7189
7210
|
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
|
|
7190
7211
|
|
|
7191
|
-
ts-json-schema-generator@^1.5.
|
|
7192
|
-
version "1.5.
|
|
7193
|
-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.
|
|
7194
|
-
integrity sha512-
|
|
7212
|
+
ts-json-schema-generator@^1.5.1:
|
|
7213
|
+
version "1.5.1"
|
|
7214
|
+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz#7759c421240be86d393a884ad186f926b22332db"
|
|
7215
|
+
integrity sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==
|
|
7195
7216
|
dependencies:
|
|
7196
|
-
"@types/json-schema" "^7.0.
|
|
7197
|
-
commander "^
|
|
7217
|
+
"@types/json-schema" "^7.0.15"
|
|
7218
|
+
commander "^12.0.0"
|
|
7198
7219
|
glob "^8.0.3"
|
|
7199
7220
|
json5 "^2.2.3"
|
|
7200
7221
|
normalize-path "^3.0.0"
|
|
7201
7222
|
safe-stable-stringify "^2.4.3"
|
|
7202
|
-
typescript "~5.
|
|
7223
|
+
typescript "~5.4.2"
|
|
7203
7224
|
|
|
7204
7225
|
ts-node@^10.8.1, ts-node@^10.9.2:
|
|
7205
7226
|
version "10.9.2"
|
|
@@ -7355,15 +7376,10 @@ typedoc@^0.25.12:
|
|
|
7355
7376
|
minimatch "^9.0.3"
|
|
7356
7377
|
shiki "^0.14.7"
|
|
7357
7378
|
|
|
7358
|
-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.4:
|
|
7359
|
-
version "5.4.
|
|
7360
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.
|
|
7361
|
-
integrity sha512-
|
|
7362
|
-
|
|
7363
|
-
typescript@~5.3.2:
|
|
7364
|
-
version "5.3.3"
|
|
7365
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
|
|
7366
|
-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
|
7379
|
+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.5, typescript@~5.4.2:
|
|
7380
|
+
version "5.4.5"
|
|
7381
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
|
|
7382
|
+
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
|
|
7367
7383
|
|
|
7368
7384
|
uglify-js@^3.1.4:
|
|
7369
7385
|
version "3.17.1"
|
|
@@ -7578,7 +7594,7 @@ workerpool@6.2.1:
|
|
|
7578
7594
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
|
7579
7595
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
7580
7596
|
|
|
7581
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"
|
|
7597
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
7582
7598
|
version "7.0.0"
|
|
7583
7599
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7584
7600
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -7596,6 +7612,15 @@ wrap-ansi@^6.2.0:
|
|
|
7596
7612
|
string-width "^4.1.0"
|
|
7597
7613
|
strip-ansi "^6.0.0"
|
|
7598
7614
|
|
|
7615
|
+
wrap-ansi@^7.0.0:
|
|
7616
|
+
version "7.0.0"
|
|
7617
|
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7618
|
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
7619
|
+
dependencies:
|
|
7620
|
+
ansi-styles "^4.0.0"
|
|
7621
|
+
string-width "^4.1.0"
|
|
7622
|
+
strip-ansi "^6.0.0"
|
|
7623
|
+
|
|
7599
7624
|
wrap-ansi@^8.1.0:
|
|
7600
7625
|
version "8.1.0"
|
|
7601
7626
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-marketplace",
|
|
3
3
|
"description": "Find sf plugins",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.26.
|
|
9
|
-
"@salesforce/core": "^7.
|
|
8
|
+
"@oclif/core": "^3.26.4",
|
|
9
|
+
"@salesforce/core": "^7.3.1",
|
|
10
10
|
"@salesforce/kit": "^3.1.0",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
12
12
|
"got": "^13.0.0",
|
|
13
13
|
"proxy-agent": "^6.4.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
17
|
-
"@salesforce/cli-plugins-testkit": "^5.2.
|
|
16
|
+
"@oclif/plugin-command-snapshot": "^5.1.5",
|
|
17
|
+
"@salesforce/cli-plugins-testkit": "^5.2.3",
|
|
18
18
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.73",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
21
21
|
"oclif": "^4.7.3",
|
|
22
22
|
"ts-node": "^10.9.2",
|
|
23
|
-
"typescript": "^5.4.
|
|
23
|
+
"typescript": "^5.4.5"
|
|
24
24
|
},
|
|
25
25
|
"engines": {
|
|
26
26
|
"node": ">=18.0.0"
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"exports": "./lib/index.js",
|
|
201
201
|
"type": "module",
|
|
202
202
|
"sfdx": {
|
|
203
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.2.
|
|
204
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.2.
|
|
203
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.2.3.crt",
|
|
204
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.2.3.sig"
|
|
205
205
|
}
|
|
206
206
|
}
|