@salesforce/plugin-settings 2.2.3 → 2.2.4
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 +7 -7
- package/npm-shrinkwrap.json +181 -6
- package/oclif.lock +35 -1
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -108,7 +108,7 @@ EXAMPLES
|
|
|
108
108
|
$ sf alias list
|
|
109
109
|
```
|
|
110
110
|
|
|
111
|
-
_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.
|
|
111
|
+
_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.4/src/commands/alias/list.ts)_
|
|
112
112
|
|
|
113
113
|
## `sf alias set`
|
|
114
114
|
|
|
@@ -157,7 +157,7 @@ EXAMPLES
|
|
|
157
157
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
158
158
|
```
|
|
159
159
|
|
|
160
|
-
_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.
|
|
160
|
+
_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.4/src/commands/alias/set.ts)_
|
|
161
161
|
|
|
162
162
|
## `sf alias unset`
|
|
163
163
|
|
|
@@ -197,7 +197,7 @@ EXAMPLES
|
|
|
197
197
|
$ sf alias unset --all [--no-prompt]
|
|
198
198
|
```
|
|
199
199
|
|
|
200
|
-
_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.
|
|
200
|
+
_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.4/src/commands/alias/unset.ts)_
|
|
201
201
|
|
|
202
202
|
## `sf config get`
|
|
203
203
|
|
|
@@ -235,7 +235,7 @@ EXAMPLES
|
|
|
235
235
|
$ sf config get target-org api-version --verbose
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.
|
|
238
|
+
_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.4/src/commands/config/get.ts)_
|
|
239
239
|
|
|
240
240
|
## `sf config list`
|
|
241
241
|
|
|
@@ -275,7 +275,7 @@ EXAMPLES
|
|
|
275
275
|
$ sf config list
|
|
276
276
|
```
|
|
277
277
|
|
|
278
|
-
_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.
|
|
278
|
+
_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.4/src/commands/config/list.ts)_
|
|
279
279
|
|
|
280
280
|
## `sf config set`
|
|
281
281
|
|
|
@@ -333,7 +333,7 @@ EXAMPLES
|
|
|
333
333
|
$ sf config set --global target-org=my-scratch-org target-dev-hub=my-dev-hub
|
|
334
334
|
```
|
|
335
335
|
|
|
336
|
-
_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.
|
|
336
|
+
_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.4/src/commands/config/set.ts)_
|
|
337
337
|
|
|
338
338
|
## `sf config unset`
|
|
339
339
|
|
|
@@ -372,6 +372,6 @@ EXAMPLES
|
|
|
372
372
|
$ sf config unset target-org api-version --global
|
|
373
373
|
```
|
|
374
374
|
|
|
375
|
-
_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.
|
|
375
|
+
_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.4/src/commands/config/unset.ts)_
|
|
376
376
|
|
|
377
377
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-settings",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-settings",
|
|
9
|
-
"version": "2.2.
|
|
9
|
+
"version": "2.2.4",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^3.26.
|
|
12
|
+
"@oclif/core": "^3.26.5",
|
|
13
13
|
"@salesforce/core": "^7.0.1",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^9.0.5",
|
|
15
15
|
"fast-levenshtein": "^3.0.0"
|
|
@@ -3738,9 +3738,9 @@
|
|
|
3738
3738
|
}
|
|
3739
3739
|
},
|
|
3740
3740
|
"node_modules/@oclif/core": {
|
|
3741
|
-
"version": "3.26.
|
|
3742
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3743
|
-
"integrity": "sha512-
|
|
3741
|
+
"version": "3.26.5",
|
|
3742
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.5.tgz",
|
|
3743
|
+
"integrity": "sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==",
|
|
3744
3744
|
"license": "MIT",
|
|
3745
3745
|
"dependencies": {
|
|
3746
3746
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3867,6 +3867,117 @@
|
|
|
3867
3867
|
"node": ">=18.0.0"
|
|
3868
3868
|
}
|
|
3869
3869
|
},
|
|
3870
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3871
|
+
"version": "3.26.4",
|
|
3872
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
|
|
3873
|
+
"integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
|
|
3874
|
+
"dev": true,
|
|
3875
|
+
"license": "MIT",
|
|
3876
|
+
"dependencies": {
|
|
3877
|
+
"@types/cli-progress": "^3.11.5",
|
|
3878
|
+
"ansi-escapes": "^4.3.2",
|
|
3879
|
+
"ansi-styles": "^4.3.0",
|
|
3880
|
+
"cardinal": "^2.1.1",
|
|
3881
|
+
"chalk": "^4.1.2",
|
|
3882
|
+
"clean-stack": "^3.0.1",
|
|
3883
|
+
"cli-progress": "^3.12.0",
|
|
3884
|
+
"color": "^4.2.3",
|
|
3885
|
+
"debug": "^4.3.4",
|
|
3886
|
+
"ejs": "^3.1.10",
|
|
3887
|
+
"get-package-type": "^0.1.0",
|
|
3888
|
+
"globby": "^11.1.0",
|
|
3889
|
+
"hyperlinker": "^1.0.0",
|
|
3890
|
+
"indent-string": "^4.0.0",
|
|
3891
|
+
"is-wsl": "^2.2.0",
|
|
3892
|
+
"js-yaml": "^3.14.1",
|
|
3893
|
+
"minimatch": "^9.0.4",
|
|
3894
|
+
"natural-orderby": "^2.0.3",
|
|
3895
|
+
"object-treeify": "^1.1.33",
|
|
3896
|
+
"password-prompt": "^1.1.3",
|
|
3897
|
+
"slice-ansi": "^4.0.0",
|
|
3898
|
+
"string-width": "^4.2.3",
|
|
3899
|
+
"strip-ansi": "^6.0.1",
|
|
3900
|
+
"supports-color": "^8.1.1",
|
|
3901
|
+
"supports-hyperlinks": "^2.2.0",
|
|
3902
|
+
"widest-line": "^3.1.0",
|
|
3903
|
+
"wordwrap": "^1.0.0",
|
|
3904
|
+
"wrap-ansi": "^7.0.0"
|
|
3905
|
+
},
|
|
3906
|
+
"engines": {
|
|
3907
|
+
"node": ">=18.0.0"
|
|
3908
|
+
}
|
|
3909
|
+
},
|
|
3910
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3911
|
+
"version": "4.1.2",
|
|
3912
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3913
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3914
|
+
"dev": true,
|
|
3915
|
+
"license": "MIT",
|
|
3916
|
+
"dependencies": {
|
|
3917
|
+
"ansi-styles": "^4.1.0",
|
|
3918
|
+
"supports-color": "^7.1.0"
|
|
3919
|
+
},
|
|
3920
|
+
"engines": {
|
|
3921
|
+
"node": ">=10"
|
|
3922
|
+
},
|
|
3923
|
+
"funding": {
|
|
3924
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3925
|
+
}
|
|
3926
|
+
},
|
|
3927
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3928
|
+
"version": "7.2.0",
|
|
3929
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3930
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3931
|
+
"dev": true,
|
|
3932
|
+
"license": "MIT",
|
|
3933
|
+
"dependencies": {
|
|
3934
|
+
"has-flag": "^4.0.0"
|
|
3935
|
+
},
|
|
3936
|
+
"engines": {
|
|
3937
|
+
"node": ">=8"
|
|
3938
|
+
}
|
|
3939
|
+
},
|
|
3940
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3941
|
+
"version": "11.1.0",
|
|
3942
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3943
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3944
|
+
"dev": true,
|
|
3945
|
+
"license": "MIT",
|
|
3946
|
+
"dependencies": {
|
|
3947
|
+
"array-union": "^2.1.0",
|
|
3948
|
+
"dir-glob": "^3.0.1",
|
|
3949
|
+
"fast-glob": "^3.2.9",
|
|
3950
|
+
"ignore": "^5.2.0",
|
|
3951
|
+
"merge2": "^1.4.1",
|
|
3952
|
+
"slash": "^3.0.0"
|
|
3953
|
+
},
|
|
3954
|
+
"engines": {
|
|
3955
|
+
"node": ">=10"
|
|
3956
|
+
},
|
|
3957
|
+
"funding": {
|
|
3958
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3959
|
+
}
|
|
3960
|
+
},
|
|
3961
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3962
|
+
"version": "3.0.0",
|
|
3963
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3964
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3965
|
+
"dev": true,
|
|
3966
|
+
"license": "MIT",
|
|
3967
|
+
"engines": {
|
|
3968
|
+
"node": ">=8"
|
|
3969
|
+
}
|
|
3970
|
+
},
|
|
3971
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
3972
|
+
"version": "1.0.10",
|
|
3973
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3974
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3975
|
+
"dev": true,
|
|
3976
|
+
"license": "MIT",
|
|
3977
|
+
"dependencies": {
|
|
3978
|
+
"sprintf-js": "~1.0.2"
|
|
3979
|
+
}
|
|
3980
|
+
},
|
|
3870
3981
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/chalk": {
|
|
3871
3982
|
"version": "5.3.0",
|
|
3872
3983
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -3901,6 +4012,36 @@
|
|
|
3901
4012
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3902
4013
|
}
|
|
3903
4014
|
},
|
|
4015
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
4016
|
+
"version": "3.14.1",
|
|
4017
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4018
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4019
|
+
"dev": true,
|
|
4020
|
+
"license": "MIT",
|
|
4021
|
+
"dependencies": {
|
|
4022
|
+
"argparse": "^1.0.7",
|
|
4023
|
+
"esprima": "^4.0.0"
|
|
4024
|
+
},
|
|
4025
|
+
"bin": {
|
|
4026
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4027
|
+
}
|
|
4028
|
+
},
|
|
4029
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
4030
|
+
"version": "9.0.4",
|
|
4031
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
4032
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
4033
|
+
"dev": true,
|
|
4034
|
+
"license": "ISC",
|
|
4035
|
+
"dependencies": {
|
|
4036
|
+
"brace-expansion": "^2.0.1"
|
|
4037
|
+
},
|
|
4038
|
+
"engines": {
|
|
4039
|
+
"node": ">=16 || 14 >=14.17"
|
|
4040
|
+
},
|
|
4041
|
+
"funding": {
|
|
4042
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4043
|
+
}
|
|
4044
|
+
},
|
|
3904
4045
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3905
4046
|
"version": "5.0.0",
|
|
3906
4047
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -3927,6 +4068,40 @@
|
|
|
3927
4068
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3928
4069
|
}
|
|
3929
4070
|
},
|
|
4071
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
4072
|
+
"version": "8.1.1",
|
|
4073
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4074
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4075
|
+
"dev": true,
|
|
4076
|
+
"license": "MIT",
|
|
4077
|
+
"dependencies": {
|
|
4078
|
+
"has-flag": "^4.0.0"
|
|
4079
|
+
},
|
|
4080
|
+
"engines": {
|
|
4081
|
+
"node": ">=10"
|
|
4082
|
+
},
|
|
4083
|
+
"funding": {
|
|
4084
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4085
|
+
}
|
|
4086
|
+
},
|
|
4087
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
|
|
4088
|
+
"version": "7.0.0",
|
|
4089
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4090
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4091
|
+
"dev": true,
|
|
4092
|
+
"license": "MIT",
|
|
4093
|
+
"dependencies": {
|
|
4094
|
+
"ansi-styles": "^4.0.0",
|
|
4095
|
+
"string-width": "^4.1.0",
|
|
4096
|
+
"strip-ansi": "^6.0.0"
|
|
4097
|
+
},
|
|
4098
|
+
"engines": {
|
|
4099
|
+
"node": ">=10"
|
|
4100
|
+
},
|
|
4101
|
+
"funding": {
|
|
4102
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4103
|
+
}
|
|
4104
|
+
},
|
|
3930
4105
|
"node_modules/@oclif/plugin-help": {
|
|
3931
4106
|
"version": "6.0.21",
|
|
3932
4107
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1549,7 +1549,7 @@
|
|
|
1549
1549
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1550
1550
|
fastq "^1.6.0"
|
|
1551
1551
|
|
|
1552
|
-
"@oclif/core@3.26.4"
|
|
1552
|
+
"@oclif/core@3.26.4":
|
|
1553
1553
|
version "3.26.4"
|
|
1554
1554
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
|
|
1555
1555
|
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
|
@@ -1583,6 +1583,40 @@
|
|
|
1583
1583
|
wordwrap "^1.0.0"
|
|
1584
1584
|
wrap-ansi "^7.0.0"
|
|
1585
1585
|
|
|
1586
|
+
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5":
|
|
1587
|
+
version "3.26.5"
|
|
1588
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
|
|
1589
|
+
integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
|
|
1590
|
+
dependencies:
|
|
1591
|
+
"@types/cli-progress" "^3.11.5"
|
|
1592
|
+
ansi-escapes "^4.3.2"
|
|
1593
|
+
ansi-styles "^4.3.0"
|
|
1594
|
+
cardinal "^2.1.1"
|
|
1595
|
+
chalk "^4.1.2"
|
|
1596
|
+
clean-stack "^3.0.1"
|
|
1597
|
+
cli-progress "^3.12.0"
|
|
1598
|
+
color "^4.2.3"
|
|
1599
|
+
debug "^4.3.4"
|
|
1600
|
+
ejs "^3.1.10"
|
|
1601
|
+
get-package-type "^0.1.0"
|
|
1602
|
+
globby "^11.1.0"
|
|
1603
|
+
hyperlinker "^1.0.0"
|
|
1604
|
+
indent-string "^4.0.0"
|
|
1605
|
+
is-wsl "^2.2.0"
|
|
1606
|
+
js-yaml "^3.14.1"
|
|
1607
|
+
minimatch "^9.0.4"
|
|
1608
|
+
natural-orderby "^2.0.3"
|
|
1609
|
+
object-treeify "^1.1.33"
|
|
1610
|
+
password-prompt "^1.1.3"
|
|
1611
|
+
slice-ansi "^4.0.0"
|
|
1612
|
+
string-width "^4.2.3"
|
|
1613
|
+
strip-ansi "^6.0.1"
|
|
1614
|
+
supports-color "^8.1.1"
|
|
1615
|
+
supports-hyperlinks "^2.2.0"
|
|
1616
|
+
widest-line "^3.1.0"
|
|
1617
|
+
wordwrap "^1.0.0"
|
|
1618
|
+
wrap-ansi "^7.0.0"
|
|
1619
|
+
|
|
1586
1620
|
"@oclif/plugin-command-snapshot@^5.1.7":
|
|
1587
1621
|
version "5.1.7"
|
|
1588
1622
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-settings",
|
|
3
3
|
"description": "configure the Salesforce CLI",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.26.
|
|
8
|
+
"@oclif/core": "^3.26.5",
|
|
9
9
|
"@salesforce/core": "^7.0.1",
|
|
10
10
|
"@salesforce/sf-plugins-core": "^9.0.5",
|
|
11
11
|
"fast-levenshtein": "^3.0.0"
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"exports": "./lib/index.js",
|
|
214
214
|
"type": "module",
|
|
215
215
|
"sfdx": {
|
|
216
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.2.
|
|
217
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.2.
|
|
216
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.2.4.crt",
|
|
217
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.2.4.sig"
|
|
218
218
|
}
|
|
219
219
|
}
|