@salesforce/cli 1.40.0 → 1.41.0
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/CHANGELOG.md +2 -0
- package/README.md +18 -1
- package/npm-shrinkwrap.json +254 -137
- package/oclif.manifest.json +1 -1
- package/package.json +6 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [1.41.0](https://github.com/salesforcecli/cli/compare/v1.40.0...v1.41.0) (2022-08-10)
|
|
6
|
+
|
|
5
7
|
## [1.40.0](https://github.com/salesforcecli/cli/compare/v1.39.0...v1.40.0) (2022-08-03)
|
|
6
8
|
|
|
7
9
|
## [1.39.0](https://github.com/salesforcecli/cli/compare/v1.38.0...v1.39.0) (2022-07-27)
|
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ $ npm install -g @salesforce/cli
|
|
|
32
32
|
$ sf COMMAND
|
|
33
33
|
running command...
|
|
34
34
|
$ sf (--version|-v)
|
|
35
|
-
@salesforce/cli/1.
|
|
35
|
+
@salesforce/cli/1.41.0 linux-x64 node-v14.20.0
|
|
36
36
|
$ sf --help [COMMAND]
|
|
37
37
|
USAGE
|
|
38
38
|
$ sf COMMAND
|
|
@@ -110,6 +110,7 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
|
|
|
110
110
|
- [`sf run function start`](#sf-run-function-start)
|
|
111
111
|
- [`sf run function start container`](#sf-run-function-start-container)
|
|
112
112
|
- [`sf run function start local`](#sf-run-function-start-local)
|
|
113
|
+
- [`sf search`](#sf-search)
|
|
113
114
|
- [`sf update [CHANNEL]`](#sf-update-channel)
|
|
114
115
|
- [`sf version`](#sf-version)
|
|
115
116
|
- [`sf whatsnew [-v <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sf-whatsnew--v-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
@@ -2843,6 +2844,22 @@ EXAMPLES
|
|
|
2843
2844
|
$ sf run function start local --port 5000 --language javascript
|
|
2844
2845
|
```
|
|
2845
2846
|
|
|
2847
|
+
## `sf search`
|
|
2848
|
+
|
|
2849
|
+
Search for a command.
|
|
2850
|
+
|
|
2851
|
+
```
|
|
2852
|
+
USAGE
|
|
2853
|
+
$ sf search
|
|
2854
|
+
|
|
2855
|
+
DESCRIPTION
|
|
2856
|
+
Search for a command.
|
|
2857
|
+
|
|
2858
|
+
Once you select a command, hit enter and it will show the help for that command.
|
|
2859
|
+
```
|
|
2860
|
+
|
|
2861
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/v0.0.1/dist/commands/search.ts)_
|
|
2862
|
+
|
|
2846
2863
|
## `sf update [CHANNEL]`
|
|
2847
2864
|
|
|
2848
2865
|
update the sf CLI
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.41.0",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "1.
|
|
9
|
+
"version": "1.41.0",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^1.13.1",
|
|
@@ -14,14 +14,15 @@
|
|
|
14
14
|
"@oclif/plugin-help": "5.1.12",
|
|
15
15
|
"@oclif/plugin-not-found": "2.3.1",
|
|
16
16
|
"@oclif/plugin-plugins": "2.1.0",
|
|
17
|
+
"@oclif/plugin-search": "0.0.1",
|
|
17
18
|
"@oclif/plugin-update": "3.0.0",
|
|
18
19
|
"@oclif/plugin-version": "1.1.1",
|
|
19
|
-
"@salesforce/core": "^3.
|
|
20
|
-
"@salesforce/sf-plugins-core": "^1.13.
|
|
20
|
+
"@salesforce/core": "^3.26.1",
|
|
21
|
+
"@salesforce/sf-plugins-core": "^1.13.1",
|
|
21
22
|
"@sf/config": "npm:@salesforce/plugin-config@2.3.2",
|
|
22
23
|
"@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@1.5.2",
|
|
23
24
|
"@sf/env": "npm:@salesforce/plugin-env@1.5.0",
|
|
24
|
-
"@sf/functions": "npm:@salesforce/plugin-functions@1.13.
|
|
25
|
+
"@sf/functions": "npm:@salesforce/plugin-functions@1.13.5",
|
|
25
26
|
"@sf/gen": "npm:@salesforce/plugin-generate@1.0.14",
|
|
26
27
|
"@sf/info": "npm:@salesforce/plugin-info@2.0.1",
|
|
27
28
|
"@sf/login": "npm:@salesforce/plugin-login@1.1.1",
|
|
@@ -2442,23 +2443,6 @@
|
|
|
2442
2443
|
"node": ">= 10.0.0"
|
|
2443
2444
|
}
|
|
2444
2445
|
},
|
|
2445
|
-
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
2446
|
-
"version": "7.0.0",
|
|
2447
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
2448
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
2449
|
-
"license": "MIT",
|
|
2450
|
-
"dependencies": {
|
|
2451
|
-
"ansi-styles": "^4.0.0",
|
|
2452
|
-
"string-width": "^4.1.0",
|
|
2453
|
-
"strip-ansi": "^6.0.0"
|
|
2454
|
-
},
|
|
2455
|
-
"engines": {
|
|
2456
|
-
"node": ">=10"
|
|
2457
|
-
},
|
|
2458
|
-
"funding": {
|
|
2459
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
2460
|
-
}
|
|
2461
|
-
},
|
|
2462
2446
|
"node_modules/@oclif/dev-cli": {
|
|
2463
2447
|
"version": "1.26.10",
|
|
2464
2448
|
"resolved": "https://registry.npmjs.org/@oclif/dev-cli/-/dev-cli-1.26.10.tgz",
|
|
@@ -2528,6 +2512,21 @@
|
|
|
2528
2512
|
"node": ">=8.0.0"
|
|
2529
2513
|
}
|
|
2530
2514
|
},
|
|
2515
|
+
"node_modules/@oclif/dev-cli/node_modules/wrap-ansi": {
|
|
2516
|
+
"version": "6.2.0",
|
|
2517
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2518
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2519
|
+
"dev": true,
|
|
2520
|
+
"license": "MIT",
|
|
2521
|
+
"dependencies": {
|
|
2522
|
+
"ansi-styles": "^4.0.0",
|
|
2523
|
+
"string-width": "^4.1.0",
|
|
2524
|
+
"strip-ansi": "^6.0.0"
|
|
2525
|
+
},
|
|
2526
|
+
"engines": {
|
|
2527
|
+
"node": ">=8"
|
|
2528
|
+
}
|
|
2529
|
+
},
|
|
2531
2530
|
"node_modules/@oclif/errors": {
|
|
2532
2531
|
"version": "1.3.5",
|
|
2533
2532
|
"resolved": "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.5.tgz",
|
|
@@ -2544,23 +2543,6 @@
|
|
|
2544
2543
|
"node": ">=8.0.0"
|
|
2545
2544
|
}
|
|
2546
2545
|
},
|
|
2547
|
-
"node_modules/@oclif/errors/node_modules/wrap-ansi": {
|
|
2548
|
-
"version": "7.0.0",
|
|
2549
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
2550
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
2551
|
-
"license": "MIT",
|
|
2552
|
-
"dependencies": {
|
|
2553
|
-
"ansi-styles": "^4.0.0",
|
|
2554
|
-
"string-width": "^4.1.0",
|
|
2555
|
-
"strip-ansi": "^6.0.0"
|
|
2556
|
-
},
|
|
2557
|
-
"engines": {
|
|
2558
|
-
"node": ">=10"
|
|
2559
|
-
},
|
|
2560
|
-
"funding": {
|
|
2561
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
2562
|
-
}
|
|
2563
|
-
},
|
|
2564
2546
|
"node_modules/@oclif/help": {
|
|
2565
2547
|
"version": "1.0.1",
|
|
2566
2548
|
"resolved": "https://registry.npmjs.org/@oclif/help/-/help-1.0.1.tgz",
|
|
@@ -2598,6 +2580,20 @@
|
|
|
2598
2580
|
"node": ">=8.0.0"
|
|
2599
2581
|
}
|
|
2600
2582
|
},
|
|
2583
|
+
"node_modules/@oclif/help/node_modules/wrap-ansi": {
|
|
2584
|
+
"version": "6.2.0",
|
|
2585
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2586
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2587
|
+
"license": "MIT",
|
|
2588
|
+
"dependencies": {
|
|
2589
|
+
"ansi-styles": "^4.0.0",
|
|
2590
|
+
"string-width": "^4.1.0",
|
|
2591
|
+
"strip-ansi": "^6.0.0"
|
|
2592
|
+
},
|
|
2593
|
+
"engines": {
|
|
2594
|
+
"node": ">=8"
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2601
2597
|
"node_modules/@oclif/linewrap": {
|
|
2602
2598
|
"version": "1.0.0",
|
|
2603
2599
|
"resolved": "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz",
|
|
@@ -2808,6 +2804,66 @@
|
|
|
2808
2804
|
"node": ">= 10.0.0"
|
|
2809
2805
|
}
|
|
2810
2806
|
},
|
|
2807
|
+
"node_modules/@oclif/plugin-search": {
|
|
2808
|
+
"version": "0.0.1",
|
|
2809
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-0.0.1.tgz",
|
|
2810
|
+
"integrity": "sha512-5vrNDArZtBrNaFuZBIrqlaFQ9GyPtCyFzC/y0eMlYeCs3wzs1Yg6br5aaasJ/WQV5yszlYwn7uzuqe8NlumRTA==",
|
|
2811
|
+
"license": "MIT",
|
|
2812
|
+
"dependencies": {
|
|
2813
|
+
"@oclif/core": "^1.12.1",
|
|
2814
|
+
"chalk": "^4",
|
|
2815
|
+
"fuse.js": "^6.6.2",
|
|
2816
|
+
"inquirer": "^8.2.4",
|
|
2817
|
+
"rxjs": "^7.5.6"
|
|
2818
|
+
},
|
|
2819
|
+
"engines": {
|
|
2820
|
+
"node": ">=14.0.0"
|
|
2821
|
+
}
|
|
2822
|
+
},
|
|
2823
|
+
"node_modules/@oclif/plugin-search/node_modules/inquirer": {
|
|
2824
|
+
"version": "8.2.4",
|
|
2825
|
+
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.4.tgz",
|
|
2826
|
+
"integrity": "sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==",
|
|
2827
|
+
"license": "MIT",
|
|
2828
|
+
"dependencies": {
|
|
2829
|
+
"ansi-escapes": "^4.2.1",
|
|
2830
|
+
"chalk": "^4.1.1",
|
|
2831
|
+
"cli-cursor": "^3.1.0",
|
|
2832
|
+
"cli-width": "^3.0.0",
|
|
2833
|
+
"external-editor": "^3.0.3",
|
|
2834
|
+
"figures": "^3.0.0",
|
|
2835
|
+
"lodash": "^4.17.21",
|
|
2836
|
+
"mute-stream": "0.0.8",
|
|
2837
|
+
"ora": "^5.4.1",
|
|
2838
|
+
"run-async": "^2.4.0",
|
|
2839
|
+
"rxjs": "^7.5.5",
|
|
2840
|
+
"string-width": "^4.1.0",
|
|
2841
|
+
"strip-ansi": "^6.0.0",
|
|
2842
|
+
"through": "^2.3.6",
|
|
2843
|
+
"wrap-ansi": "^7.0.0"
|
|
2844
|
+
},
|
|
2845
|
+
"engines": {
|
|
2846
|
+
"node": ">=12.0.0"
|
|
2847
|
+
}
|
|
2848
|
+
},
|
|
2849
|
+
"node_modules/@oclif/plugin-search/node_modules/inquirer/node_modules/rxjs": {
|
|
2850
|
+
"version": "7.5.5",
|
|
2851
|
+
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz",
|
|
2852
|
+
"integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==",
|
|
2853
|
+
"license": "Apache-2.0",
|
|
2854
|
+
"dependencies": {
|
|
2855
|
+
"tslib": "^2.1.0"
|
|
2856
|
+
}
|
|
2857
|
+
},
|
|
2858
|
+
"node_modules/@oclif/plugin-search/node_modules/rxjs": {
|
|
2859
|
+
"version": "7.5.6",
|
|
2860
|
+
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.6.tgz",
|
|
2861
|
+
"integrity": "sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==",
|
|
2862
|
+
"license": "Apache-2.0",
|
|
2863
|
+
"dependencies": {
|
|
2864
|
+
"tslib": "^2.1.0"
|
|
2865
|
+
}
|
|
2866
|
+
},
|
|
2811
2867
|
"node_modules/@oclif/plugin-update": {
|
|
2812
2868
|
"version": "3.0.0",
|
|
2813
2869
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.0.0.tgz",
|
|
@@ -3655,9 +3711,9 @@
|
|
|
3655
3711
|
}
|
|
3656
3712
|
},
|
|
3657
3713
|
"node_modules/@salesforce/core": {
|
|
3658
|
-
"version": "3.
|
|
3659
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.
|
|
3660
|
-
"integrity": "sha512-
|
|
3714
|
+
"version": "3.26.1",
|
|
3715
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.26.1.tgz",
|
|
3716
|
+
"integrity": "sha512-B2mhsiiAu9hkLAwkDu+Y5ArAtRJIx2oeqP8ofupLlSH4tohzcUmfKgCDZEk9iLC1sc5kmD1S/4DlS1QZhnNs8A==",
|
|
3661
3717
|
"license": "BSD-3-Clause",
|
|
3662
3718
|
"dependencies": {
|
|
3663
3719
|
"@salesforce/bunyan": "^2.0.0",
|
|
@@ -3674,7 +3730,7 @@
|
|
|
3674
3730
|
"form-data": "^4.0.0",
|
|
3675
3731
|
"graceful-fs": "^4.2.9",
|
|
3676
3732
|
"js2xmlparser": "^4.0.1",
|
|
3677
|
-
"jsforce": "
|
|
3733
|
+
"jsforce": "beta",
|
|
3678
3734
|
"jsonwebtoken": "8.5.1",
|
|
3679
3735
|
"ts-retry-promise": "^0.6.0"
|
|
3680
3736
|
}
|
|
@@ -3750,9 +3806,7 @@
|
|
|
3750
3806
|
}
|
|
3751
3807
|
},
|
|
3752
3808
|
"node_modules/@salesforce/core/node_modules/jsforce": {
|
|
3753
|
-
"version": "2.0.0-beta.
|
|
3754
|
-
"resolved": "https://registry.npmjs.org/jsforce/-/jsforce-2.0.0-beta.16.tgz",
|
|
3755
|
-
"integrity": "sha512-oeeOYiRI/1nkUT7YK3irIhyc+J12Ti2sKkGELmeJkPRvcbR2txIenVsV9zW+Q/Ie2uUulhl3pWXk38IyqySSpA==",
|
|
3809
|
+
"version": "2.0.0-beta.18",
|
|
3756
3810
|
"license": "MIT",
|
|
3757
3811
|
"dependencies": {
|
|
3758
3812
|
"@babel/runtime": "^7.12.5",
|
|
@@ -3959,9 +4013,9 @@
|
|
|
3959
4013
|
}
|
|
3960
4014
|
},
|
|
3961
4015
|
"node_modules/@salesforce/kit": {
|
|
3962
|
-
"version": "1.5.
|
|
3963
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.5.
|
|
3964
|
-
"integrity": "sha512-
|
|
4016
|
+
"version": "1.5.45",
|
|
4017
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.5.45.tgz",
|
|
4018
|
+
"integrity": "sha512-e7iER8s/f8N52rSRZ7uJXSKnOTDTH9NHfGnmkFXPuz/1Waaeqso+CxqmqCh8aVe//frj11NGkazR0rJPuF/bfA==",
|
|
3965
4019
|
"license": "BSD-3-Clause",
|
|
3966
4020
|
"dependencies": {
|
|
3967
4021
|
"@salesforce/ts-types": "^1.5.20",
|
|
@@ -8170,14 +8224,14 @@
|
|
|
8170
8224
|
"license": "ISC"
|
|
8171
8225
|
},
|
|
8172
8226
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
8173
|
-
"version": "1.13.
|
|
8174
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-1.13.
|
|
8175
|
-
"integrity": "sha512-
|
|
8227
|
+
"version": "1.13.1",
|
|
8228
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-1.13.1.tgz",
|
|
8229
|
+
"integrity": "sha512-K8pugaXSG+m3ofcUFuPZK66Rxwt13m0CmzO714+9KCyWqYEu99SxD7RX8cbplRwhsF9AoYmlncGGdqrZBRsPPg==",
|
|
8176
8230
|
"license": "BSD-3-Clause",
|
|
8177
8231
|
"dependencies": {
|
|
8178
|
-
"@oclif/core": "^1.
|
|
8179
|
-
"@salesforce/core": "^3.
|
|
8180
|
-
"@salesforce/kit": "^1.5.
|
|
8232
|
+
"@oclif/core": "^1.13.0",
|
|
8233
|
+
"@salesforce/core": "^3.25.0",
|
|
8234
|
+
"@salesforce/kit": "^1.5.44",
|
|
8181
8235
|
"@salesforce/ts-types": "^1.5.20",
|
|
8182
8236
|
"chalk": "^4",
|
|
8183
8237
|
"inquirer": "^8.2.0"
|
|
@@ -8532,9 +8586,9 @@
|
|
|
8532
8586
|
},
|
|
8533
8587
|
"node_modules/@sf/functions": {
|
|
8534
8588
|
"name": "@salesforce/plugin-functions",
|
|
8535
|
-
"version": "1.13.
|
|
8536
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.13.
|
|
8537
|
-
"integrity": "sha512-
|
|
8589
|
+
"version": "1.13.5",
|
|
8590
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.13.5.tgz",
|
|
8591
|
+
"integrity": "sha512-DY1Lqd9/Ydrm76H195Kdcu4lX4QuDq/X6KRcf0pVEaMbMw/IPbaZRzWAH/0aONm0DPuE9/6Q3RJymJlriFr5Gw==",
|
|
8538
8592
|
"license": "BSD-3-Clause",
|
|
8539
8593
|
"dependencies": {
|
|
8540
8594
|
"@heroku-cli/color": "^1.1.14",
|
|
@@ -11202,24 +11256,6 @@
|
|
|
11202
11256
|
"wrap-ansi": "^7.0.0"
|
|
11203
11257
|
}
|
|
11204
11258
|
},
|
|
11205
|
-
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
11206
|
-
"version": "7.0.0",
|
|
11207
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
11208
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
11209
|
-
"dev": true,
|
|
11210
|
-
"license": "MIT",
|
|
11211
|
-
"dependencies": {
|
|
11212
|
-
"ansi-styles": "^4.0.0",
|
|
11213
|
-
"string-width": "^4.1.0",
|
|
11214
|
-
"strip-ansi": "^6.0.0"
|
|
11215
|
-
},
|
|
11216
|
-
"engines": {
|
|
11217
|
-
"node": ">=10"
|
|
11218
|
-
},
|
|
11219
|
-
"funding": {
|
|
11220
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
11221
|
-
}
|
|
11222
|
-
},
|
|
11223
11259
|
"node_modules/clone": {
|
|
11224
11260
|
"version": "2.1.2",
|
|
11225
11261
|
"resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
|
|
@@ -14696,6 +14732,15 @@
|
|
|
14696
14732
|
"url": "https://github.com/sponsors/ljharb"
|
|
14697
14733
|
}
|
|
14698
14734
|
},
|
|
14735
|
+
"node_modules/fuse.js": {
|
|
14736
|
+
"version": "6.6.2",
|
|
14737
|
+
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz",
|
|
14738
|
+
"integrity": "sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==",
|
|
14739
|
+
"license": "Apache-2.0",
|
|
14740
|
+
"engines": {
|
|
14741
|
+
"node": ">=10"
|
|
14742
|
+
}
|
|
14743
|
+
},
|
|
14699
14744
|
"node_modules/gauge": {
|
|
14700
14745
|
"version": "4.0.4",
|
|
14701
14746
|
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz",
|
|
@@ -24671,6 +24716,21 @@
|
|
|
24671
24716
|
"node": ">=8"
|
|
24672
24717
|
}
|
|
24673
24718
|
},
|
|
24719
|
+
"node_modules/nyc/node_modules/wrap-ansi": {
|
|
24720
|
+
"version": "6.2.0",
|
|
24721
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
24722
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
24723
|
+
"dev": true,
|
|
24724
|
+
"license": "MIT",
|
|
24725
|
+
"dependencies": {
|
|
24726
|
+
"ansi-styles": "^4.0.0",
|
|
24727
|
+
"string-width": "^4.1.0",
|
|
24728
|
+
"strip-ansi": "^6.0.0"
|
|
24729
|
+
},
|
|
24730
|
+
"engines": {
|
|
24731
|
+
"node": ">=8"
|
|
24732
|
+
}
|
|
24733
|
+
},
|
|
24674
24734
|
"node_modules/nyc/node_modules/y18n": {
|
|
24675
24735
|
"version": "4.0.3",
|
|
24676
24736
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
@@ -29283,9 +29343,9 @@
|
|
|
29283
29343
|
"license": "Apache-2.0"
|
|
29284
29344
|
},
|
|
29285
29345
|
"node_modules/wrap-ansi": {
|
|
29286
|
-
"version": "
|
|
29287
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
29288
|
-
"integrity": "sha512-
|
|
29346
|
+
"version": "7.0.0",
|
|
29347
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
29348
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
29289
29349
|
"license": "MIT",
|
|
29290
29350
|
"dependencies": {
|
|
29291
29351
|
"ansi-styles": "^4.0.0",
|
|
@@ -29293,7 +29353,10 @@
|
|
|
29293
29353
|
"strip-ansi": "^6.0.0"
|
|
29294
29354
|
},
|
|
29295
29355
|
"engines": {
|
|
29296
|
-
"node": ">=
|
|
29356
|
+
"node": ">=10"
|
|
29357
|
+
},
|
|
29358
|
+
"funding": {
|
|
29359
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
29297
29360
|
}
|
|
29298
29361
|
},
|
|
29299
29362
|
"node_modules/wrappy": {
|
|
@@ -31989,16 +32052,6 @@
|
|
|
31989
32052
|
"version": "2.0.0",
|
|
31990
32053
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
|
|
31991
32054
|
"integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ=="
|
|
31992
|
-
},
|
|
31993
|
-
"wrap-ansi": {
|
|
31994
|
-
"version": "7.0.0",
|
|
31995
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
31996
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
31997
|
-
"requires": {
|
|
31998
|
-
"ansi-styles": "^4.0.0",
|
|
31999
|
-
"string-width": "^4.1.0",
|
|
32000
|
-
"strip-ansi": "^6.0.0"
|
|
32001
|
-
}
|
|
32002
32055
|
}
|
|
32003
32056
|
}
|
|
32004
32057
|
},
|
|
@@ -32057,6 +32110,17 @@
|
|
|
32057
32110
|
}
|
|
32058
32111
|
}
|
|
32059
32112
|
}
|
|
32113
|
+
},
|
|
32114
|
+
"wrap-ansi": {
|
|
32115
|
+
"version": "6.2.0",
|
|
32116
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
32117
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
32118
|
+
"dev": true,
|
|
32119
|
+
"requires": {
|
|
32120
|
+
"ansi-styles": "^4.0.0",
|
|
32121
|
+
"string-width": "^4.1.0",
|
|
32122
|
+
"strip-ansi": "^6.0.0"
|
|
32123
|
+
}
|
|
32060
32124
|
}
|
|
32061
32125
|
}
|
|
32062
32126
|
},
|
|
@@ -32070,18 +32134,6 @@
|
|
|
32070
32134
|
"indent-string": "^4.0.0",
|
|
32071
32135
|
"strip-ansi": "^6.0.0",
|
|
32072
32136
|
"wrap-ansi": "^7.0.0"
|
|
32073
|
-
},
|
|
32074
|
-
"dependencies": {
|
|
32075
|
-
"wrap-ansi": {
|
|
32076
|
-
"version": "7.0.0",
|
|
32077
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
32078
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
32079
|
-
"requires": {
|
|
32080
|
-
"ansi-styles": "^4.0.0",
|
|
32081
|
-
"string-width": "^4.1.0",
|
|
32082
|
-
"strip-ansi": "^6.0.0"
|
|
32083
|
-
}
|
|
32084
|
-
}
|
|
32085
32137
|
}
|
|
32086
32138
|
},
|
|
32087
32139
|
"@oclif/help": {
|
|
@@ -32112,6 +32164,16 @@
|
|
|
32112
32164
|
"is-wsl": "^2.1.1",
|
|
32113
32165
|
"tslib": "^2.0.0"
|
|
32114
32166
|
}
|
|
32167
|
+
},
|
|
32168
|
+
"wrap-ansi": {
|
|
32169
|
+
"version": "6.2.0",
|
|
32170
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
32171
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
32172
|
+
"requires": {
|
|
32173
|
+
"ansi-styles": "^4.0.0",
|
|
32174
|
+
"string-width": "^4.1.0",
|
|
32175
|
+
"strip-ansi": "^6.0.0"
|
|
32176
|
+
}
|
|
32115
32177
|
}
|
|
32116
32178
|
}
|
|
32117
32179
|
},
|
|
@@ -32275,6 +32337,60 @@
|
|
|
32275
32337
|
}
|
|
32276
32338
|
}
|
|
32277
32339
|
},
|
|
32340
|
+
"@oclif/plugin-search": {
|
|
32341
|
+
"version": "0.0.1",
|
|
32342
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-0.0.1.tgz",
|
|
32343
|
+
"integrity": "sha512-5vrNDArZtBrNaFuZBIrqlaFQ9GyPtCyFzC/y0eMlYeCs3wzs1Yg6br5aaasJ/WQV5yszlYwn7uzuqe8NlumRTA==",
|
|
32344
|
+
"requires": {
|
|
32345
|
+
"@oclif/core": "^1.12.1",
|
|
32346
|
+
"chalk": "^4",
|
|
32347
|
+
"fuse.js": "^6.6.2",
|
|
32348
|
+
"inquirer": "^8.2.4",
|
|
32349
|
+
"rxjs": "^7.5.6"
|
|
32350
|
+
},
|
|
32351
|
+
"dependencies": {
|
|
32352
|
+
"inquirer": {
|
|
32353
|
+
"version": "8.2.4",
|
|
32354
|
+
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.4.tgz",
|
|
32355
|
+
"integrity": "sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==",
|
|
32356
|
+
"requires": {
|
|
32357
|
+
"ansi-escapes": "^4.2.1",
|
|
32358
|
+
"chalk": "^4.1.1",
|
|
32359
|
+
"cli-cursor": "^3.1.0",
|
|
32360
|
+
"cli-width": "^3.0.0",
|
|
32361
|
+
"external-editor": "^3.0.3",
|
|
32362
|
+
"figures": "^3.0.0",
|
|
32363
|
+
"lodash": "^4.17.21",
|
|
32364
|
+
"mute-stream": "0.0.8",
|
|
32365
|
+
"ora": "^5.4.1",
|
|
32366
|
+
"run-async": "^2.4.0",
|
|
32367
|
+
"rxjs": "^7.5.5",
|
|
32368
|
+
"string-width": "^4.1.0",
|
|
32369
|
+
"strip-ansi": "^6.0.0",
|
|
32370
|
+
"through": "^2.3.6",
|
|
32371
|
+
"wrap-ansi": "^7.0.0"
|
|
32372
|
+
},
|
|
32373
|
+
"dependencies": {
|
|
32374
|
+
"rxjs": {
|
|
32375
|
+
"version": "7.5.5",
|
|
32376
|
+
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz",
|
|
32377
|
+
"integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==",
|
|
32378
|
+
"requires": {
|
|
32379
|
+
"tslib": "^2.1.0"
|
|
32380
|
+
}
|
|
32381
|
+
}
|
|
32382
|
+
}
|
|
32383
|
+
},
|
|
32384
|
+
"rxjs": {
|
|
32385
|
+
"version": "7.5.6",
|
|
32386
|
+
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.6.tgz",
|
|
32387
|
+
"integrity": "sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==",
|
|
32388
|
+
"requires": {
|
|
32389
|
+
"tslib": "^2.1.0"
|
|
32390
|
+
}
|
|
32391
|
+
}
|
|
32392
|
+
}
|
|
32393
|
+
},
|
|
32278
32394
|
"@oclif/plugin-update": {
|
|
32279
32395
|
"version": "3.0.0",
|
|
32280
32396
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.0.0.tgz",
|
|
@@ -32906,9 +33022,9 @@
|
|
|
32906
33022
|
}
|
|
32907
33023
|
},
|
|
32908
33024
|
"@salesforce/core": {
|
|
32909
|
-
"version": "3.
|
|
32910
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.
|
|
32911
|
-
"integrity": "sha512-
|
|
33025
|
+
"version": "3.26.1",
|
|
33026
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.26.1.tgz",
|
|
33027
|
+
"integrity": "sha512-B2mhsiiAu9hkLAwkDu+Y5ArAtRJIx2oeqP8ofupLlSH4tohzcUmfKgCDZEk9iLC1sc5kmD1S/4DlS1QZhnNs8A==",
|
|
32912
33028
|
"requires": {
|
|
32913
33029
|
"@salesforce/bunyan": "^2.0.0",
|
|
32914
33030
|
"@salesforce/kit": "^1.5.41",
|
|
@@ -32924,7 +33040,7 @@
|
|
|
32924
33040
|
"form-data": "^4.0.0",
|
|
32925
33041
|
"graceful-fs": "^4.2.9",
|
|
32926
33042
|
"js2xmlparser": "^4.0.1",
|
|
32927
|
-
"jsforce": "
|
|
33043
|
+
"jsforce": "beta",
|
|
32928
33044
|
"jsonwebtoken": "8.5.1",
|
|
32929
33045
|
"ts-retry-promise": "^0.6.0"
|
|
32930
33046
|
},
|
|
@@ -32984,9 +33100,7 @@
|
|
|
32984
33100
|
}
|
|
32985
33101
|
},
|
|
32986
33102
|
"jsforce": {
|
|
32987
|
-
"version": "2.0.0-beta.
|
|
32988
|
-
"resolved": "https://registry.npmjs.org/jsforce/-/jsforce-2.0.0-beta.16.tgz",
|
|
32989
|
-
"integrity": "sha512-oeeOYiRI/1nkUT7YK3irIhyc+J12Ti2sKkGELmeJkPRvcbR2txIenVsV9zW+Q/Ie2uUulhl3pWXk38IyqySSpA==",
|
|
33103
|
+
"version": "2.0.0-beta.18",
|
|
32990
33104
|
"requires": {
|
|
32991
33105
|
"@babel/runtime": "^7.12.5",
|
|
32992
33106
|
"@babel/runtime-corejs3": "^7.12.5",
|
|
@@ -33145,9 +33259,9 @@
|
|
|
33145
33259
|
}
|
|
33146
33260
|
},
|
|
33147
33261
|
"@salesforce/kit": {
|
|
33148
|
-
"version": "1.5.
|
|
33149
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.5.
|
|
33150
|
-
"integrity": "sha512-
|
|
33262
|
+
"version": "1.5.45",
|
|
33263
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.5.45.tgz",
|
|
33264
|
+
"integrity": "sha512-e7iER8s/f8N52rSRZ7uJXSKnOTDTH9NHfGnmkFXPuz/1Waaeqso+CxqmqCh8aVe//frj11NGkazR0rJPuF/bfA==",
|
|
33151
33265
|
"requires": {
|
|
33152
33266
|
"@salesforce/ts-types": "^1.5.20",
|
|
33153
33267
|
"shx": "^0.3.3",
|
|
@@ -36337,13 +36451,13 @@
|
|
|
36337
36451
|
"integrity": "sha512-6D7DvE6nFxpLyyTnrOIbbAeCJw2r/EpinFAcMh6gU0gA/CGfSbwV/8uR3uHLYL2zCyCZLH8jJ4dZ3BzCMqc+Eg=="
|
|
36338
36452
|
},
|
|
36339
36453
|
"@salesforce/sf-plugins-core": {
|
|
36340
|
-
"version": "1.13.
|
|
36341
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-1.13.
|
|
36342
|
-
"integrity": "sha512-
|
|
36454
|
+
"version": "1.13.1",
|
|
36455
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-1.13.1.tgz",
|
|
36456
|
+
"integrity": "sha512-K8pugaXSG+m3ofcUFuPZK66Rxwt13m0CmzO714+9KCyWqYEu99SxD7RX8cbplRwhsF9AoYmlncGGdqrZBRsPPg==",
|
|
36343
36457
|
"requires": {
|
|
36344
|
-
"@oclif/core": "^1.
|
|
36345
|
-
"@salesforce/core": "^3.
|
|
36346
|
-
"@salesforce/kit": "^1.5.
|
|
36458
|
+
"@oclif/core": "^1.13.0",
|
|
36459
|
+
"@salesforce/core": "^3.25.0",
|
|
36460
|
+
"@salesforce/kit": "^1.5.44",
|
|
36347
36461
|
"@salesforce/ts-types": "^1.5.20",
|
|
36348
36462
|
"chalk": "^4",
|
|
36349
36463
|
"inquirer": "^8.2.0"
|
|
@@ -36644,9 +36758,9 @@
|
|
|
36644
36758
|
}
|
|
36645
36759
|
},
|
|
36646
36760
|
"@sf/functions": {
|
|
36647
|
-
"version": "npm:@salesforce/plugin-functions@1.13.
|
|
36648
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.13.
|
|
36649
|
-
"integrity": "sha512-
|
|
36761
|
+
"version": "npm:@salesforce/plugin-functions@1.13.5",
|
|
36762
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.13.5.tgz",
|
|
36763
|
+
"integrity": "sha512-DY1Lqd9/Ydrm76H195Kdcu4lX4QuDq/X6KRcf0pVEaMbMw/IPbaZRzWAH/0aONm0DPuE9/6Q3RJymJlriFr5Gw==",
|
|
36650
36764
|
"requires": {
|
|
36651
36765
|
"@heroku-cli/color": "^1.1.14",
|
|
36652
36766
|
"@heroku-cli/schema": "^1.0.25",
|
|
@@ -38548,19 +38662,6 @@
|
|
|
38548
38662
|
"string-width": "^4.2.0",
|
|
38549
38663
|
"strip-ansi": "^6.0.0",
|
|
38550
38664
|
"wrap-ansi": "^7.0.0"
|
|
38551
|
-
},
|
|
38552
|
-
"dependencies": {
|
|
38553
|
-
"wrap-ansi": {
|
|
38554
|
-
"version": "7.0.0",
|
|
38555
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
38556
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
38557
|
-
"dev": true,
|
|
38558
|
-
"requires": {
|
|
38559
|
-
"ansi-styles": "^4.0.0",
|
|
38560
|
-
"string-width": "^4.1.0",
|
|
38561
|
-
"strip-ansi": "^6.0.0"
|
|
38562
|
-
}
|
|
38563
|
-
}
|
|
38564
38665
|
}
|
|
38565
38666
|
},
|
|
38566
38667
|
"clone": {
|
|
@@ -41000,6 +41101,11 @@
|
|
|
41000
41101
|
"resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
|
|
41001
41102
|
"integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ=="
|
|
41002
41103
|
},
|
|
41104
|
+
"fuse.js": {
|
|
41105
|
+
"version": "6.6.2",
|
|
41106
|
+
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz",
|
|
41107
|
+
"integrity": "sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA=="
|
|
41108
|
+
},
|
|
41003
41109
|
"gauge": {
|
|
41004
41110
|
"version": "4.0.4",
|
|
41005
41111
|
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz",
|
|
@@ -48196,6 +48302,17 @@
|
|
|
48196
48302
|
"aggregate-error": "^3.0.0"
|
|
48197
48303
|
}
|
|
48198
48304
|
},
|
|
48305
|
+
"wrap-ansi": {
|
|
48306
|
+
"version": "6.2.0",
|
|
48307
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
48308
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
48309
|
+
"dev": true,
|
|
48310
|
+
"requires": {
|
|
48311
|
+
"ansi-styles": "^4.0.0",
|
|
48312
|
+
"string-width": "^4.1.0",
|
|
48313
|
+
"strip-ansi": "^6.0.0"
|
|
48314
|
+
}
|
|
48315
|
+
},
|
|
48199
48316
|
"y18n": {
|
|
48200
48317
|
"version": "4.0.3",
|
|
48201
48318
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
@@ -51440,9 +51557,9 @@
|
|
|
51440
51557
|
"dev": true
|
|
51441
51558
|
},
|
|
51442
51559
|
"wrap-ansi": {
|
|
51443
|
-
"version": "
|
|
51444
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
51445
|
-
"integrity": "sha512-
|
|
51560
|
+
"version": "7.0.0",
|
|
51561
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
51562
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
51446
51563
|
"requires": {
|
|
51447
51564
|
"ansi-styles": "^4.0.0",
|
|
51448
51565
|
"string-width": "^4.1.0",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"1.
|
|
1
|
+
{"version":"1.41.0","commands":{}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.41.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run"
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"@oclif/plugin-help",
|
|
38
38
|
"@oclif/plugin-not-found",
|
|
39
39
|
"@oclif/plugin-plugins",
|
|
40
|
+
"@oclif/plugin-search",
|
|
40
41
|
"@oclif/plugin-update",
|
|
41
42
|
"@oclif/plugin-version",
|
|
42
43
|
"@sf/config",
|
|
@@ -93,14 +94,15 @@
|
|
|
93
94
|
"@oclif/plugin-help": "5.1.12",
|
|
94
95
|
"@oclif/plugin-not-found": "2.3.1",
|
|
95
96
|
"@oclif/plugin-plugins": "2.1.0",
|
|
97
|
+
"@oclif/plugin-search": "0.0.1",
|
|
96
98
|
"@oclif/plugin-update": "3.0.0",
|
|
97
99
|
"@oclif/plugin-version": "1.1.1",
|
|
98
|
-
"@salesforce/core": "^3.
|
|
99
|
-
"@salesforce/sf-plugins-core": "^1.13.
|
|
100
|
+
"@salesforce/core": "^3.26.1",
|
|
101
|
+
"@salesforce/sf-plugins-core": "^1.13.1",
|
|
100
102
|
"@sf/config": "npm:@salesforce/plugin-config@2.3.2",
|
|
101
103
|
"@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@1.5.2",
|
|
102
104
|
"@sf/env": "npm:@salesforce/plugin-env@1.5.0",
|
|
103
|
-
"@sf/functions": "npm:@salesforce/plugin-functions@1.13.
|
|
105
|
+
"@sf/functions": "npm:@salesforce/plugin-functions@1.13.5",
|
|
104
106
|
"@sf/gen": "npm:@salesforce/plugin-generate@1.0.14",
|
|
105
107
|
"@sf/info": "npm:@salesforce/plugin-info@2.0.1",
|
|
106
108
|
"@sf/login": "npm:@salesforce/plugin-login@1.1.1",
|