@salesforce/cli 2.17.0 → 2.17.1-esm.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/README.md +3 -3
- package/npm-shrinkwrap.json +182 -102
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.17.0 linux-x64 node-v20.9.0
|
|
27
|
+
@salesforce/cli/2.17.1-esm.0 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1732,7 +1732,7 @@ EXAMPLES
|
|
|
1732
1732
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1733
1733
|
```
|
|
1734
1734
|
|
|
1735
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.
|
|
1735
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.52-dev.0/src/commands/doctor.ts)_
|
|
1736
1736
|
|
|
1737
1737
|
## `sf force data bulk delete`
|
|
1738
1738
|
|
|
@@ -3205,7 +3205,7 @@ EXAMPLES
|
|
|
3205
3205
|
$ sf info releasenotes display --version latest
|
|
3206
3206
|
```
|
|
3207
3207
|
|
|
3208
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.
|
|
3208
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.52-dev.0/src/commands/info/releasenotes/display.ts)_
|
|
3209
3209
|
|
|
3210
3210
|
## `sf lightning generate app`
|
|
3211
3211
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.17.0",
|
|
3
|
+
"version": "2.17.1-esm.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.17.0",
|
|
9
|
+
"version": "2.17.1-esm.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@salesforce/plugin-auth": "2.8.25",
|
|
27
27
|
"@salesforce/plugin-data": "2.6.1",
|
|
28
28
|
"@salesforce/plugin-deploy-retrieve": "1.19.3",
|
|
29
|
-
"@salesforce/plugin-info": "2.6.
|
|
29
|
+
"@salesforce/plugin-info": "2.6.52-dev.0",
|
|
30
30
|
"@salesforce/plugin-limits": "2.3.41",
|
|
31
31
|
"@salesforce/plugin-login": "1.2.40",
|
|
32
32
|
"@salesforce/plugin-marketplace": "0.3.2",
|
|
@@ -3984,118 +3984,173 @@
|
|
|
3984
3984
|
}
|
|
3985
3985
|
},
|
|
3986
3986
|
"node_modules/@salesforce/plugin-info": {
|
|
3987
|
-
"version": "2.6.
|
|
3988
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.
|
|
3989
|
-
"integrity": "sha512-
|
|
3987
|
+
"version": "2.6.52-dev.0",
|
|
3988
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.52-dev.0.tgz",
|
|
3989
|
+
"integrity": "sha512-sbimZczyLaZBPR3mlW7s5W+PDFN7PZM3jH8zWypaQSRYgl1ymupxMl/97YLFPhIXY1mPUwy3WYptHx2s4lLErA==",
|
|
3990
3990
|
"license": "BSD-3-Clause",
|
|
3991
3991
|
"dependencies": {
|
|
3992
|
-
"@oclif/core": "^
|
|
3992
|
+
"@oclif/core": "^3.7.1",
|
|
3993
3993
|
"@salesforce/core": "^5.3.1",
|
|
3994
3994
|
"@salesforce/kit": "^3.0.14",
|
|
3995
|
-
"@salesforce/sf-plugins-core": "^
|
|
3996
|
-
"got": "^
|
|
3995
|
+
"@salesforce/sf-plugins-core": "^4",
|
|
3996
|
+
"got": "^13.0.0",
|
|
3997
3997
|
"marked": "^4.3.0",
|
|
3998
3998
|
"marked-terminal": "^4.2.0",
|
|
3999
3999
|
"open": "^8.4.2",
|
|
4000
4000
|
"proxy-agent": "^6.3.1",
|
|
4001
|
-
"semver": "^7.5.4"
|
|
4002
|
-
"tslib": "^2"
|
|
4001
|
+
"semver": "^7.5.4"
|
|
4003
4002
|
},
|
|
4004
4003
|
"engines": {
|
|
4005
|
-
"node": ">=
|
|
4004
|
+
"node": ">=18.0.0"
|
|
4006
4005
|
}
|
|
4007
4006
|
},
|
|
4008
|
-
"node_modules/@salesforce/plugin-info/node_modules/@
|
|
4009
|
-
"version": "
|
|
4010
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4011
|
-
"integrity": "sha512-
|
|
4007
|
+
"node_modules/@salesforce/plugin-info/node_modules/@sindresorhus/is": {
|
|
4008
|
+
"version": "5.6.0",
|
|
4009
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
4010
|
+
"integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
|
|
4011
|
+
"license": "MIT",
|
|
4012
|
+
"engines": {
|
|
4013
|
+
"node": ">=14.16"
|
|
4014
|
+
},
|
|
4015
|
+
"funding": {
|
|
4016
|
+
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
4017
|
+
}
|
|
4018
|
+
},
|
|
4019
|
+
"node_modules/@salesforce/plugin-info/node_modules/@szmarczak/http-timer": {
|
|
4020
|
+
"version": "5.0.1",
|
|
4021
|
+
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz",
|
|
4022
|
+
"integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==",
|
|
4012
4023
|
"license": "MIT",
|
|
4013
4024
|
"dependencies": {
|
|
4014
|
-
"
|
|
4015
|
-
"ansi-escapes": "^4.3.2",
|
|
4016
|
-
"ansi-styles": "^4.3.0",
|
|
4017
|
-
"cardinal": "^2.1.1",
|
|
4018
|
-
"chalk": "^4.1.2",
|
|
4019
|
-
"clean-stack": "^3.0.1",
|
|
4020
|
-
"cli-progress": "^3.12.0",
|
|
4021
|
-
"debug": "^4.3.4",
|
|
4022
|
-
"ejs": "^3.1.8",
|
|
4023
|
-
"get-package-type": "^0.1.0",
|
|
4024
|
-
"globby": "^11.1.0",
|
|
4025
|
-
"hyperlinker": "^1.0.0",
|
|
4026
|
-
"indent-string": "^4.0.0",
|
|
4027
|
-
"is-wsl": "^2.2.0",
|
|
4028
|
-
"js-yaml": "^3.14.1",
|
|
4029
|
-
"natural-orderby": "^2.0.3",
|
|
4030
|
-
"object-treeify": "^1.1.33",
|
|
4031
|
-
"password-prompt": "^1.1.2",
|
|
4032
|
-
"slice-ansi": "^4.0.0",
|
|
4033
|
-
"string-width": "^4.2.3",
|
|
4034
|
-
"strip-ansi": "^6.0.1",
|
|
4035
|
-
"supports-color": "^8.1.1",
|
|
4036
|
-
"supports-hyperlinks": "^2.2.0",
|
|
4037
|
-
"ts-node": "^10.9.1",
|
|
4038
|
-
"tslib": "^2.5.0",
|
|
4039
|
-
"widest-line": "^3.1.0",
|
|
4040
|
-
"wordwrap": "^1.0.0",
|
|
4041
|
-
"wrap-ansi": "^7.0.0"
|
|
4025
|
+
"defer-to-connect": "^2.0.1"
|
|
4042
4026
|
},
|
|
4043
4027
|
"engines": {
|
|
4044
|
-
"node": ">=14.
|
|
4028
|
+
"node": ">=14.16"
|
|
4045
4029
|
}
|
|
4046
4030
|
},
|
|
4047
|
-
"node_modules/@salesforce/plugin-info/node_modules
|
|
4048
|
-
"version": "
|
|
4049
|
-
"resolved": "https://registry.npmjs.org
|
|
4050
|
-
"integrity": "sha512
|
|
4051
|
-
"license": "
|
|
4031
|
+
"node_modules/@salesforce/plugin-info/node_modules/cacheable-lookup": {
|
|
4032
|
+
"version": "7.0.0",
|
|
4033
|
+
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
4034
|
+
"integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
|
|
4035
|
+
"license": "MIT",
|
|
4036
|
+
"engines": {
|
|
4037
|
+
"node": ">=14.16"
|
|
4038
|
+
}
|
|
4039
|
+
},
|
|
4040
|
+
"node_modules/@salesforce/plugin-info/node_modules/cacheable-request": {
|
|
4041
|
+
"version": "10.2.14",
|
|
4042
|
+
"resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
|
|
4043
|
+
"integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
|
|
4044
|
+
"license": "MIT",
|
|
4052
4045
|
"dependencies": {
|
|
4053
|
-
"@
|
|
4054
|
-
"
|
|
4055
|
-
"
|
|
4056
|
-
"
|
|
4057
|
-
"
|
|
4058
|
-
"
|
|
4046
|
+
"@types/http-cache-semantics": "^4.0.2",
|
|
4047
|
+
"get-stream": "^6.0.1",
|
|
4048
|
+
"http-cache-semantics": "^4.1.1",
|
|
4049
|
+
"keyv": "^4.5.3",
|
|
4050
|
+
"mimic-response": "^4.0.0",
|
|
4051
|
+
"normalize-url": "^8.0.0",
|
|
4052
|
+
"responselike": "^3.0.0"
|
|
4059
4053
|
},
|
|
4060
4054
|
"engines": {
|
|
4061
|
-
"node": ">=16
|
|
4055
|
+
"node": ">=14.16"
|
|
4062
4056
|
}
|
|
4063
4057
|
},
|
|
4064
|
-
"node_modules/@salesforce/plugin-info/node_modules/
|
|
4065
|
-
"version": "
|
|
4066
|
-
"resolved": "https://registry.npmjs.org/
|
|
4067
|
-
"integrity": "sha512-
|
|
4058
|
+
"node_modules/@salesforce/plugin-info/node_modules/got": {
|
|
4059
|
+
"version": "13.0.0",
|
|
4060
|
+
"resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
|
|
4061
|
+
"integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
|
|
4068
4062
|
"license": "MIT",
|
|
4069
4063
|
"dependencies": {
|
|
4070
|
-
"
|
|
4064
|
+
"@sindresorhus/is": "^5.2.0",
|
|
4065
|
+
"@szmarczak/http-timer": "^5.0.1",
|
|
4066
|
+
"cacheable-lookup": "^7.0.0",
|
|
4067
|
+
"cacheable-request": "^10.2.8",
|
|
4068
|
+
"decompress-response": "^6.0.0",
|
|
4069
|
+
"form-data-encoder": "^2.1.2",
|
|
4070
|
+
"get-stream": "^6.0.1",
|
|
4071
|
+
"http2-wrapper": "^2.1.10",
|
|
4072
|
+
"lowercase-keys": "^3.0.0",
|
|
4073
|
+
"p-cancelable": "^3.0.0",
|
|
4074
|
+
"responselike": "^3.0.0"
|
|
4075
|
+
},
|
|
4076
|
+
"engines": {
|
|
4077
|
+
"node": ">=16"
|
|
4078
|
+
},
|
|
4079
|
+
"funding": {
|
|
4080
|
+
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
4071
4081
|
}
|
|
4072
4082
|
},
|
|
4073
|
-
"node_modules/@salesforce/plugin-info/node_modules/
|
|
4074
|
-
"version": "
|
|
4075
|
-
"resolved": "https://registry.npmjs.org/
|
|
4076
|
-
"integrity": "sha512-
|
|
4083
|
+
"node_modules/@salesforce/plugin-info/node_modules/http2-wrapper": {
|
|
4084
|
+
"version": "2.2.0",
|
|
4085
|
+
"resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.0.tgz",
|
|
4086
|
+
"integrity": "sha512-kZB0wxMo0sh1PehyjJUWRFEd99KC5TLjZ2cULC4f9iqJBAmKQQXEICjxl5iPJRwP40dpeHFqqhm7tYCvODpqpQ==",
|
|
4077
4087
|
"license": "MIT",
|
|
4078
4088
|
"dependencies": {
|
|
4079
|
-
"
|
|
4080
|
-
"
|
|
4089
|
+
"quick-lru": "^5.1.1",
|
|
4090
|
+
"resolve-alpn": "^1.2.0"
|
|
4081
4091
|
},
|
|
4082
|
-
"
|
|
4083
|
-
"
|
|
4092
|
+
"engines": {
|
|
4093
|
+
"node": ">=10.19.0"
|
|
4084
4094
|
}
|
|
4085
4095
|
},
|
|
4086
|
-
"node_modules/@salesforce/plugin-info/node_modules/
|
|
4087
|
-
"version": "
|
|
4088
|
-
"resolved": "https://registry.npmjs.org/
|
|
4089
|
-
"integrity": "sha512-
|
|
4096
|
+
"node_modules/@salesforce/plugin-info/node_modules/lowercase-keys": {
|
|
4097
|
+
"version": "3.0.0",
|
|
4098
|
+
"resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
|
|
4099
|
+
"integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
|
|
4100
|
+
"license": "MIT",
|
|
4101
|
+
"engines": {
|
|
4102
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4103
|
+
},
|
|
4104
|
+
"funding": {
|
|
4105
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4106
|
+
}
|
|
4107
|
+
},
|
|
4108
|
+
"node_modules/@salesforce/plugin-info/node_modules/mimic-response": {
|
|
4109
|
+
"version": "4.0.0",
|
|
4110
|
+
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
|
|
4111
|
+
"integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
|
|
4112
|
+
"license": "MIT",
|
|
4113
|
+
"engines": {
|
|
4114
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4115
|
+
},
|
|
4116
|
+
"funding": {
|
|
4117
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4118
|
+
}
|
|
4119
|
+
},
|
|
4120
|
+
"node_modules/@salesforce/plugin-info/node_modules/normalize-url": {
|
|
4121
|
+
"version": "8.0.0",
|
|
4122
|
+
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz",
|
|
4123
|
+
"integrity": "sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==",
|
|
4124
|
+
"license": "MIT",
|
|
4125
|
+
"engines": {
|
|
4126
|
+
"node": ">=14.16"
|
|
4127
|
+
},
|
|
4128
|
+
"funding": {
|
|
4129
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4130
|
+
}
|
|
4131
|
+
},
|
|
4132
|
+
"node_modules/@salesforce/plugin-info/node_modules/p-cancelable": {
|
|
4133
|
+
"version": "3.0.0",
|
|
4134
|
+
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
|
|
4135
|
+
"integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
|
|
4136
|
+
"license": "MIT",
|
|
4137
|
+
"engines": {
|
|
4138
|
+
"node": ">=12.20"
|
|
4139
|
+
}
|
|
4140
|
+
},
|
|
4141
|
+
"node_modules/@salesforce/plugin-info/node_modules/responselike": {
|
|
4142
|
+
"version": "3.0.0",
|
|
4143
|
+
"resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
|
|
4144
|
+
"integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
|
|
4090
4145
|
"license": "MIT",
|
|
4091
4146
|
"dependencies": {
|
|
4092
|
-
"
|
|
4147
|
+
"lowercase-keys": "^3.0.0"
|
|
4093
4148
|
},
|
|
4094
4149
|
"engines": {
|
|
4095
|
-
"node": ">=
|
|
4150
|
+
"node": ">=14.16"
|
|
4096
4151
|
},
|
|
4097
4152
|
"funding": {
|
|
4098
|
-
"url": "https://github.com/
|
|
4153
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4099
4154
|
}
|
|
4100
4155
|
},
|
|
4101
4156
|
"node_modules/@salesforce/plugin-limits": {
|
|
@@ -6238,9 +6293,9 @@
|
|
|
6238
6293
|
"license": "MIT"
|
|
6239
6294
|
},
|
|
6240
6295
|
"node_modules/@types/http-cache-semantics": {
|
|
6241
|
-
"version": "4.0.
|
|
6242
|
-
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.
|
|
6243
|
-
"integrity": "sha512-
|
|
6296
|
+
"version": "4.0.3",
|
|
6297
|
+
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.3.tgz",
|
|
6298
|
+
"integrity": "sha512-V46MYLFp08Wf2mmaBhvgjStM3tPa+2GAdy/iqoX+noX1//zje2x4XmrIU0cAwyClATsTmahbtoQ2EwP7I5WSiA==",
|
|
6244
6299
|
"license": "MIT"
|
|
6245
6300
|
},
|
|
6246
6301
|
"node_modules/@types/istanbul-lib-coverage": {
|
|
@@ -7613,6 +7668,21 @@
|
|
|
7613
7668
|
"node": ">=8"
|
|
7614
7669
|
}
|
|
7615
7670
|
},
|
|
7671
|
+
"node_modules/cacheable-request/node_modules/get-stream": {
|
|
7672
|
+
"version": "5.2.0",
|
|
7673
|
+
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
7674
|
+
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
|
|
7675
|
+
"license": "MIT",
|
|
7676
|
+
"dependencies": {
|
|
7677
|
+
"pump": "^3.0.0"
|
|
7678
|
+
},
|
|
7679
|
+
"engines": {
|
|
7680
|
+
"node": ">=8"
|
|
7681
|
+
},
|
|
7682
|
+
"funding": {
|
|
7683
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
7684
|
+
}
|
|
7685
|
+
},
|
|
7616
7686
|
"node_modules/caching-transform": {
|
|
7617
7687
|
"version": "4.0.0",
|
|
7618
7688
|
"resolved": "https://registry.npmjs.org/caching-transform/-/caching-transform-4.0.0.tgz",
|
|
@@ -10605,18 +10675,6 @@
|
|
|
10605
10675
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
10606
10676
|
}
|
|
10607
10677
|
},
|
|
10608
|
-
"node_modules/execa/node_modules/get-stream": {
|
|
10609
|
-
"version": "6.0.1",
|
|
10610
|
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
|
10611
|
-
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
|
|
10612
|
-
"license": "MIT",
|
|
10613
|
-
"engines": {
|
|
10614
|
-
"node": ">=10"
|
|
10615
|
-
},
|
|
10616
|
-
"funding": {
|
|
10617
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
10618
|
-
}
|
|
10619
|
-
},
|
|
10620
10678
|
"node_modules/exponential-backoff": {
|
|
10621
10679
|
"version": "3.1.1",
|
|
10622
10680
|
"resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz",
|
|
@@ -11009,6 +11067,15 @@
|
|
|
11009
11067
|
"node": ">= 6"
|
|
11010
11068
|
}
|
|
11011
11069
|
},
|
|
11070
|
+
"node_modules/form-data-encoder": {
|
|
11071
|
+
"version": "2.1.4",
|
|
11072
|
+
"resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz",
|
|
11073
|
+
"integrity": "sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==",
|
|
11074
|
+
"license": "MIT",
|
|
11075
|
+
"engines": {
|
|
11076
|
+
"node": ">= 14.17"
|
|
11077
|
+
}
|
|
11078
|
+
},
|
|
11012
11079
|
"node_modules/fromentries": {
|
|
11013
11080
|
"version": "1.3.2",
|
|
11014
11081
|
"resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz",
|
|
@@ -11301,15 +11368,12 @@
|
|
|
11301
11368
|
}
|
|
11302
11369
|
},
|
|
11303
11370
|
"node_modules/get-stream": {
|
|
11304
|
-
"version": "
|
|
11305
|
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-
|
|
11306
|
-
"integrity": "sha512-
|
|
11371
|
+
"version": "6.0.1",
|
|
11372
|
+
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
|
11373
|
+
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
|
|
11307
11374
|
"license": "MIT",
|
|
11308
|
-
"dependencies": {
|
|
11309
|
-
"pump": "^3.0.0"
|
|
11310
|
-
},
|
|
11311
11375
|
"engines": {
|
|
11312
|
-
"node": ">=
|
|
11376
|
+
"node": ">=10"
|
|
11313
11377
|
},
|
|
11314
11378
|
"funding": {
|
|
11315
11379
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -13465,9 +13529,9 @@
|
|
|
13465
13529
|
}
|
|
13466
13530
|
},
|
|
13467
13531
|
"node_modules/keyv": {
|
|
13468
|
-
"version": "4.5.
|
|
13469
|
-
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.
|
|
13470
|
-
"integrity": "sha512-
|
|
13532
|
+
"version": "4.5.4",
|
|
13533
|
+
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
|
13534
|
+
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
|
|
13471
13535
|
"license": "MIT",
|
|
13472
13536
|
"dependencies": {
|
|
13473
13537
|
"json-buffer": "3.0.1"
|
|
@@ -20774,6 +20838,22 @@
|
|
|
20774
20838
|
"node": ">=8"
|
|
20775
20839
|
}
|
|
20776
20840
|
},
|
|
20841
|
+
"node_modules/pretty-quick/node_modules/get-stream": {
|
|
20842
|
+
"version": "5.2.0",
|
|
20843
|
+
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
20844
|
+
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
|
|
20845
|
+
"dev": true,
|
|
20846
|
+
"license": "MIT",
|
|
20847
|
+
"dependencies": {
|
|
20848
|
+
"pump": "^3.0.0"
|
|
20849
|
+
},
|
|
20850
|
+
"engines": {
|
|
20851
|
+
"node": ">=8"
|
|
20852
|
+
},
|
|
20853
|
+
"funding": {
|
|
20854
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
20855
|
+
}
|
|
20856
|
+
},
|
|
20777
20857
|
"node_modules/pretty-quick/node_modules/human-signals": {
|
|
20778
20858
|
"version": "1.1.1",
|
|
20779
20859
|
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.17.0",
|
|
4
|
+
"version": "2.17.1-esm.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"@salesforce/plugin-auth": "2.8.25",
|
|
142
142
|
"@salesforce/plugin-data": "2.6.1",
|
|
143
143
|
"@salesforce/plugin-deploy-retrieve": "1.19.3",
|
|
144
|
-
"@salesforce/plugin-info": "2.6.
|
|
144
|
+
"@salesforce/plugin-info": "2.6.52-dev.0",
|
|
145
145
|
"@salesforce/plugin-limits": "2.3.41",
|
|
146
146
|
"@salesforce/plugin-login": "1.2.40",
|
|
147
147
|
"@salesforce/plugin-marketplace": "0.3.2",
|