@salesforce/plugin-settings 2.2.2 → 2.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 +7 -7
- package/npm-shrinkwrap.json +25 -207
- package/oclif.lock +25 -59
- 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.3/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.3/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.3/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.3/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.3/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.3/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.3/src/commands/config/unset.ts)_
|
|
376
376
|
|
|
377
377
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-settings",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.3",
|
|
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.3",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.2",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"fast-levenshtein": "^3.0.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
18
|
+
"@oclif/plugin-command-snapshot": "^5.1.7",
|
|
19
19
|
"@oclif/test": "^3.2.11",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.2.1",
|
|
21
21
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
@@ -3846,13 +3846,13 @@
|
|
|
3846
3846
|
}
|
|
3847
3847
|
},
|
|
3848
3848
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3849
|
-
"version": "5.1.
|
|
3850
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
3851
|
-
"integrity": "sha512-
|
|
3849
|
+
"version": "5.1.7",
|
|
3850
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz",
|
|
3851
|
+
"integrity": "sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==",
|
|
3852
3852
|
"dev": true,
|
|
3853
3853
|
"license": "MIT",
|
|
3854
3854
|
"dependencies": {
|
|
3855
|
-
"@oclif/core": "3.26.
|
|
3855
|
+
"@oclif/core": "3.26.4",
|
|
3856
3856
|
"@types/lodash.difference": "^4.5.9",
|
|
3857
3857
|
"chalk": "^5.3.0",
|
|
3858
3858
|
"globby": "^14.0.1",
|
|
@@ -3861,123 +3861,12 @@
|
|
|
3861
3861
|
"lodash.get": "^4.4.2",
|
|
3862
3862
|
"lodash.sortby": "^4.7.0",
|
|
3863
3863
|
"semver": "^7.6.0",
|
|
3864
|
-
"ts-json-schema-generator": "^1.5.
|
|
3865
|
-
},
|
|
3866
|
-
"engines": {
|
|
3867
|
-
"node": ">=18.0.0"
|
|
3868
|
-
}
|
|
3869
|
-
},
|
|
3870
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3871
|
-
"version": "3.26.0",
|
|
3872
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
|
|
3873
|
-
"integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
|
|
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.9",
|
|
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.3",
|
|
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"
|
|
3864
|
+
"ts-json-schema-generator": "^1.5.1"
|
|
3905
3865
|
},
|
|
3906
3866
|
"engines": {
|
|
3907
3867
|
"node": ">=18.0.0"
|
|
3908
3868
|
}
|
|
3909
3869
|
},
|
|
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
|
-
},
|
|
3981
3870
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/chalk": {
|
|
3982
3871
|
"version": "5.3.0",
|
|
3983
3872
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -4012,36 +3901,6 @@
|
|
|
4012
3901
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4013
3902
|
}
|
|
4014
3903
|
},
|
|
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
|
-
},
|
|
4045
3904
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
4046
3905
|
"version": "5.0.0",
|
|
4047
3906
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -4068,40 +3927,6 @@
|
|
|
4068
3927
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4069
3928
|
}
|
|
4070
3929
|
},
|
|
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
|
-
},
|
|
4105
3930
|
"node_modules/@oclif/plugin-help": {
|
|
4106
3931
|
"version": "6.0.21",
|
|
4107
3932
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
|
|
@@ -7635,13 +7460,13 @@
|
|
|
7635
7460
|
}
|
|
7636
7461
|
},
|
|
7637
7462
|
"node_modules/commander": {
|
|
7638
|
-
"version": "
|
|
7639
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-
|
|
7640
|
-
"integrity": "sha512-
|
|
7463
|
+
"version": "12.0.0",
|
|
7464
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz",
|
|
7465
|
+
"integrity": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==",
|
|
7641
7466
|
"dev": true,
|
|
7642
7467
|
"license": "MIT",
|
|
7643
7468
|
"engines": {
|
|
7644
|
-
"node": ">=
|
|
7469
|
+
"node": ">=18"
|
|
7645
7470
|
}
|
|
7646
7471
|
},
|
|
7647
7472
|
"node_modules/comment-parser": {
|
|
@@ -14992,19 +14817,19 @@
|
|
|
14992
14817
|
}
|
|
14993
14818
|
},
|
|
14994
14819
|
"node_modules/ts-json-schema-generator": {
|
|
14995
|
-
"version": "1.5.
|
|
14996
|
-
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.
|
|
14997
|
-
"integrity": "sha512-
|
|
14820
|
+
"version": "1.5.1",
|
|
14821
|
+
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz",
|
|
14822
|
+
"integrity": "sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==",
|
|
14998
14823
|
"dev": true,
|
|
14999
14824
|
"license": "MIT",
|
|
15000
14825
|
"dependencies": {
|
|
15001
|
-
"@types/json-schema": "^7.0.
|
|
15002
|
-
"commander": "^
|
|
14826
|
+
"@types/json-schema": "^7.0.15",
|
|
14827
|
+
"commander": "^12.0.0",
|
|
15003
14828
|
"glob": "^8.0.3",
|
|
15004
14829
|
"json5": "^2.2.3",
|
|
15005
14830
|
"normalize-path": "^3.0.0",
|
|
15006
14831
|
"safe-stable-stringify": "^2.4.3",
|
|
15007
|
-
"typescript": "~5.
|
|
14832
|
+
"typescript": "~5.4.2"
|
|
15008
14833
|
},
|
|
15009
14834
|
"bin": {
|
|
15010
14835
|
"ts-json-schema-generator": "bin/ts-json-schema-generator"
|
|
@@ -15013,6 +14838,13 @@
|
|
|
15013
14838
|
"node": ">=10.0.0"
|
|
15014
14839
|
}
|
|
15015
14840
|
},
|
|
14841
|
+
"node_modules/ts-json-schema-generator/node_modules/@types/json-schema": {
|
|
14842
|
+
"version": "7.0.15",
|
|
14843
|
+
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
14844
|
+
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
14845
|
+
"dev": true,
|
|
14846
|
+
"license": "MIT"
|
|
14847
|
+
},
|
|
15016
14848
|
"node_modules/ts-json-schema-generator/node_modules/glob": {
|
|
15017
14849
|
"version": "8.1.0",
|
|
15018
14850
|
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
@@ -15046,20 +14878,6 @@
|
|
|
15046
14878
|
"node": ">=10"
|
|
15047
14879
|
}
|
|
15048
14880
|
},
|
|
15049
|
-
"node_modules/ts-json-schema-generator/node_modules/typescript": {
|
|
15050
|
-
"version": "5.3.3",
|
|
15051
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
|
|
15052
|
-
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
|
|
15053
|
-
"dev": true,
|
|
15054
|
-
"license": "Apache-2.0",
|
|
15055
|
-
"bin": {
|
|
15056
|
-
"tsc": "bin/tsc",
|
|
15057
|
-
"tsserver": "bin/tsserver"
|
|
15058
|
-
},
|
|
15059
|
-
"engines": {
|
|
15060
|
-
"node": ">=14.17"
|
|
15061
|
-
}
|
|
15062
|
-
},
|
|
15063
14881
|
"node_modules/ts-node": {
|
|
15064
14882
|
"version": "10.9.2",
|
|
15065
14883
|
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1549,41 +1549,7 @@
|
|
|
1549
1549
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1550
1550
|
fastq "^1.6.0"
|
|
1551
1551
|
|
|
1552
|
-
"@oclif/core@3.26.0":
|
|
1553
|
-
version "3.26.0"
|
|
1554
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
|
|
1555
|
-
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
|
|
1556
|
-
dependencies:
|
|
1557
|
-
"@types/cli-progress" "^3.11.5"
|
|
1558
|
-
ansi-escapes "^4.3.2"
|
|
1559
|
-
ansi-styles "^4.3.0"
|
|
1560
|
-
cardinal "^2.1.1"
|
|
1561
|
-
chalk "^4.1.2"
|
|
1562
|
-
clean-stack "^3.0.1"
|
|
1563
|
-
cli-progress "^3.12.0"
|
|
1564
|
-
color "^4.2.3"
|
|
1565
|
-
debug "^4.3.4"
|
|
1566
|
-
ejs "^3.1.9"
|
|
1567
|
-
get-package-type "^0.1.0"
|
|
1568
|
-
globby "^11.1.0"
|
|
1569
|
-
hyperlinker "^1.0.0"
|
|
1570
|
-
indent-string "^4.0.0"
|
|
1571
|
-
is-wsl "^2.2.0"
|
|
1572
|
-
js-yaml "^3.14.1"
|
|
1573
|
-
minimatch "^9.0.3"
|
|
1574
|
-
natural-orderby "^2.0.3"
|
|
1575
|
-
object-treeify "^1.1.33"
|
|
1576
|
-
password-prompt "^1.1.3"
|
|
1577
|
-
slice-ansi "^4.0.0"
|
|
1578
|
-
string-width "^4.2.3"
|
|
1579
|
-
strip-ansi "^6.0.1"
|
|
1580
|
-
supports-color "^8.1.1"
|
|
1581
|
-
supports-hyperlinks "^2.2.0"
|
|
1582
|
-
widest-line "^3.1.0"
|
|
1583
|
-
wordwrap "^1.0.0"
|
|
1584
|
-
wrap-ansi "^7.0.0"
|
|
1585
|
-
|
|
1586
|
-
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
|
|
1552
|
+
"@oclif/core@3.26.4", "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
|
|
1587
1553
|
version "3.26.4"
|
|
1588
1554
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
|
|
1589
1555
|
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
|
@@ -1617,12 +1583,12 @@
|
|
|
1617
1583
|
wordwrap "^1.0.0"
|
|
1618
1584
|
wrap-ansi "^7.0.0"
|
|
1619
1585
|
|
|
1620
|
-
"@oclif/plugin-command-snapshot@^5.1.
|
|
1621
|
-
version "5.1.
|
|
1622
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
1623
|
-
integrity sha512-
|
|
1586
|
+
"@oclif/plugin-command-snapshot@^5.1.7":
|
|
1587
|
+
version "5.1.7"
|
|
1588
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
|
|
1589
|
+
integrity sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==
|
|
1624
1590
|
dependencies:
|
|
1625
|
-
"@oclif/core" "3.26.
|
|
1591
|
+
"@oclif/core" "3.26.4"
|
|
1626
1592
|
"@types/lodash.difference" "^4.5.9"
|
|
1627
1593
|
chalk "^5.3.0"
|
|
1628
1594
|
globby "^14.0.1"
|
|
@@ -1631,7 +1597,7 @@
|
|
|
1631
1597
|
lodash.get "^4.4.2"
|
|
1632
1598
|
lodash.sortby "^4.7.0"
|
|
1633
1599
|
semver "^7.6.0"
|
|
1634
|
-
ts-json-schema-generator "^1.5.
|
|
1600
|
+
ts-json-schema-generator "^1.5.1"
|
|
1635
1601
|
|
|
1636
1602
|
"@oclif/plugin-help@^6.0.21":
|
|
1637
1603
|
version "6.0.21"
|
|
@@ -2656,6 +2622,11 @@
|
|
|
2656
2622
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1"
|
|
2657
2623
|
integrity sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==
|
|
2658
2624
|
|
|
2625
|
+
"@types/json-schema@^7.0.15":
|
|
2626
|
+
version "7.0.15"
|
|
2627
|
+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
|
|
2628
|
+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
|
2629
|
+
|
|
2659
2630
|
"@types/json5@^0.0.29":
|
|
2660
2631
|
version "0.0.29"
|
|
2661
2632
|
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
|
|
@@ -3592,10 +3563,10 @@ combined-stream@^1.0.8:
|
|
|
3592
3563
|
dependencies:
|
|
3593
3564
|
delayed-stream "~1.0.0"
|
|
3594
3565
|
|
|
3595
|
-
commander@^
|
|
3596
|
-
version "
|
|
3597
|
-
resolved "https://registry.yarnpkg.com/commander/-/commander-
|
|
3598
|
-
integrity sha512-
|
|
3566
|
+
commander@^12.0.0:
|
|
3567
|
+
version "12.0.0"
|
|
3568
|
+
resolved "https://registry.yarnpkg.com/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592"
|
|
3569
|
+
integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
|
|
3599
3570
|
|
|
3600
3571
|
comment-parser@1.4.1:
|
|
3601
3572
|
version "1.4.1"
|
|
@@ -3972,7 +3943,7 @@ ecdsa-sig-formatter@1.0.11:
|
|
|
3972
3943
|
dependencies:
|
|
3973
3944
|
safe-buffer "^5.0.1"
|
|
3974
3945
|
|
|
3975
|
-
ejs@^3.1.10
|
|
3946
|
+
ejs@^3.1.10:
|
|
3976
3947
|
version "3.1.10"
|
|
3977
3948
|
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
|
|
3978
3949
|
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
|
|
@@ -7826,18 +7797,18 @@ ts-api-utils@^1.0.1:
|
|
|
7826
7797
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
|
|
7827
7798
|
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
|
|
7828
7799
|
|
|
7829
|
-
ts-json-schema-generator@^1.5.
|
|
7830
|
-
version "1.5.
|
|
7831
|
-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.
|
|
7832
|
-
integrity sha512-
|
|
7800
|
+
ts-json-schema-generator@^1.5.1:
|
|
7801
|
+
version "1.5.1"
|
|
7802
|
+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz#7759c421240be86d393a884ad186f926b22332db"
|
|
7803
|
+
integrity sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==
|
|
7833
7804
|
dependencies:
|
|
7834
|
-
"@types/json-schema" "^7.0.
|
|
7835
|
-
commander "^
|
|
7805
|
+
"@types/json-schema" "^7.0.15"
|
|
7806
|
+
commander "^12.0.0"
|
|
7836
7807
|
glob "^8.0.3"
|
|
7837
7808
|
json5 "^2.2.3"
|
|
7838
7809
|
normalize-path "^3.0.0"
|
|
7839
7810
|
safe-stable-stringify "^2.4.3"
|
|
7840
|
-
typescript "~5.
|
|
7811
|
+
typescript "~5.4.2"
|
|
7841
7812
|
|
|
7842
7813
|
ts-node@^10.8.1, ts-node@^10.9.2:
|
|
7843
7814
|
version "10.9.2"
|
|
@@ -7993,16 +7964,11 @@ typedoc@^0.25.12:
|
|
|
7993
7964
|
minimatch "^9.0.3"
|
|
7994
7965
|
shiki "^0.14.7"
|
|
7995
7966
|
|
|
7996
|
-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.5:
|
|
7967
|
+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.5, typescript@~5.4.2:
|
|
7997
7968
|
version "5.4.5"
|
|
7998
7969
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
|
|
7999
7970
|
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
|
|
8000
7971
|
|
|
8001
|
-
typescript@~5.3.2:
|
|
8002
|
-
version "5.3.3"
|
|
8003
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
|
|
8004
|
-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
|
8005
|
-
|
|
8006
7972
|
uglify-js@^3.1.4:
|
|
8007
7973
|
version "3.17.4"
|
|
8008
7974
|
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-settings",
|
|
3
3
|
"description": "configure the Salesforce CLI",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"fast-levenshtein": "^3.0.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
14
|
+
"@oclif/plugin-command-snapshot": "^5.1.7",
|
|
15
15
|
"@oclif/test": "^3.2.11",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.2.1",
|
|
17
17
|
"@salesforce/dev-scripts": "^9.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.3.crt",
|
|
217
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.2.3.sig"
|
|
218
218
|
}
|
|
219
219
|
}
|