@salesforce/plugin-settings 2.0.10 → 2.0.12

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 CHANGED
@@ -107,7 +107,7 @@ EXAMPLES
107
107
  $ sf alias list
108
108
  ```
109
109
 
110
- _See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.10/src/commands/alias/list.ts)_
110
+ _See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.12/src/commands/alias/list.ts)_
111
111
 
112
112
  ## `sf alias set`
113
113
 
@@ -155,7 +155,7 @@ EXAMPLES
155
155
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
156
156
  ```
157
157
 
158
- _See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.10/src/commands/alias/set.ts)_
158
+ _See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.12/src/commands/alias/set.ts)_
159
159
 
160
160
  ## `sf alias unset`
161
161
 
@@ -194,7 +194,7 @@ EXAMPLES
194
194
  $ sf alias unset --all [--no-prompt]
195
195
  ```
196
196
 
197
- _See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.10/src/commands/alias/unset.ts)_
197
+ _See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.12/src/commands/alias/unset.ts)_
198
198
 
199
199
  ## `sf config get`
200
200
 
@@ -231,7 +231,7 @@ EXAMPLES
231
231
  $ sf config get target-org api-version --verbose
232
232
  ```
233
233
 
234
- _See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.10/src/commands/config/get.ts)_
234
+ _See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.12/src/commands/config/get.ts)_
235
235
 
236
236
  ## `sf config list`
237
237
 
@@ -270,7 +270,7 @@ EXAMPLES
270
270
  $ sf config list
271
271
  ```
272
272
 
273
- _See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.10/src/commands/config/list.ts)_
273
+ _See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.12/src/commands/config/list.ts)_
274
274
 
275
275
  ## `sf config set`
276
276
 
@@ -327,7 +327,7 @@ EXAMPLES
327
327
  $ sf config set --global target-org=my-scratch-org target-dev-hub=my-dev-hub
328
328
  ```
329
329
 
330
- _See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.10/src/commands/config/set.ts)_
330
+ _See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.12/src/commands/config/set.ts)_
331
331
 
332
332
  ## `sf config unset`
333
333
 
@@ -365,6 +365,6 @@ EXAMPLES
365
365
  $ sf config unset target-org api-version --global
366
366
  ```
367
367
 
368
- _See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.10/src/commands/config/unset.ts)_
368
+ _See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.12/src/commands/config/unset.ts)_
369
369
 
370
370
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -801,10 +801,10 @@
801
801
  wordwrap "^1.0.0"
802
802
  wrap-ansi "^7.0.0"
803
803
 
804
- "@oclif/plugin-command-snapshot@^5.0.3":
805
- version "5.0.3"
806
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.3.tgz#1ca2ccc173ba66d81e0e351f0cf640a9c3782f02"
807
- integrity sha512-LbG7lxdKhaapv7nrgUoQU505PA92OU4SOMyczS74BatgUHjx4B0qXOe3VI2aKmd+SApPaLDe/QsGnm98gfZhmQ==
804
+ "@oclif/plugin-command-snapshot@^5.0.4":
805
+ version "5.0.4"
806
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.4.tgz#d80cf80cdf8e6a21cddbea607c5a39c96d577b87"
807
+ integrity sha512-dsogNsY/k9D9aoceEWZhGklHBCIsJQpVAKwRKSQkrzhvesi/qB4reEfcuWGy1FtJihTVEVSGLdGBIz2Wu1XApA==
808
808
  dependencies:
809
809
  "@oclif/core" "^3.10.8"
810
810
  "@types/lodash.difference" "^4.5.9"
@@ -814,7 +814,7 @@
814
814
  lodash.get "^4.4.2"
815
815
  lodash.sortby "^4.7.0"
816
816
  semver "^7.5.4"
817
- ts-json-schema-generator "^1.4.0"
817
+ ts-json-schema-generator "^1.5.0"
818
818
 
819
819
  "@oclif/plugin-help@^5.2.14":
820
820
  version "5.2.20"
@@ -1010,10 +1010,10 @@
1010
1010
  semver "^7.5.4"
1011
1011
  ts-retry-promise "^0.7.1"
1012
1012
 
1013
- "@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0":
1014
- version "6.4.0"
1015
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.0.tgz#09e856194c8dad5bd0d86e271e84c3c47304f508"
1016
- integrity sha512-zbUuOll6RnaOyO6vHGjaO6mv2SBimu2JzInubBrbx+bgw5KFVT0y+OrN0gEhBPS94VoC9/N6ZRKve+vQ82zmmA==
1013
+ "@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.2":
1014
+ version "6.4.2"
1015
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
1016
+ integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
1017
1017
  dependencies:
1018
1018
  "@salesforce/kit" "^3.0.15"
1019
1019
  "@salesforce/schemas" "^1.6.1"
@@ -1029,7 +1029,7 @@
1029
1029
  jszip "3.10.1"
1030
1030
  pino "^8.16.2"
1031
1031
  pino-abstract-transport "^1.1.0"
1032
- pino-pretty "^10.2.3"
1032
+ pino-pretty "^10.3.0"
1033
1033
  proper-lockfile "^4.1.2"
1034
1034
  semver "^7.5.4"
1035
1035
  ts-retry-promise "^0.7.1"
@@ -1130,10 +1130,10 @@
1130
1130
  chalk "^4"
1131
1131
  inquirer "^8.2.5"
1132
1132
 
1133
- "@salesforce/sf-plugins-core@^5.0.3", "@salesforce/sf-plugins-core@^5.0.5":
1134
- version "5.0.8"
1135
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.8.tgz#af023ba5c9182ab277d738e6836267aa874a4dcb"
1136
- integrity sha512-NvG3E61dVzORn86bPUh9cOPCmNZPfqzjS/ShMpyu2Cpjwr3zLYAlXSqH4kg0hQUW1D/M5sAck6XcUhwMpHh5yQ==
1133
+ "@salesforce/sf-plugins-core@^5.0.10", "@salesforce/sf-plugins-core@^5.0.5":
1134
+ version "5.0.10"
1135
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz#f13cc406100f9aba3a9d5ddea361854068fc7e7d"
1136
+ integrity sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==
1137
1137
  dependencies:
1138
1138
  "@oclif/core" "^3.14.1"
1139
1139
  "@salesforce/core" "^6.2.2"
@@ -4001,7 +4001,7 @@ glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
4001
4001
  once "^1.3.0"
4002
4002
  path-is-absolute "^1.0.0"
4003
4003
 
4004
- glob@^8.0.0, glob@^8.0.1, glob@^8.0.3:
4004
+ glob@^8.0.1, glob@^8.0.3:
4005
4005
  version "8.1.0"
4006
4006
  resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
4007
4007
  integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
@@ -4178,13 +4178,10 @@ header-case@^2.0.4:
4178
4178
  capital-case "^1.0.4"
4179
4179
  tslib "^2.0.3"
4180
4180
 
4181
- help-me@^4.0.1:
4182
- version "4.2.0"
4183
- resolved "https://registry.yarnpkg.com/help-me/-/help-me-4.2.0.tgz#50712bfd799ff1854ae1d312c36eafcea85b0563"
4184
- integrity sha512-TAOnTB8Tz5Dw8penUuzHVrKNKlCIbwwbHnXraNJxPwf8LRtE2HlM84RYuezMFcwOJmoYOCWVDyJ8TQGxn9PgxA==
4185
- dependencies:
4186
- glob "^8.0.0"
4187
- readable-stream "^3.6.0"
4181
+ help-me@^5.0.0:
4182
+ version "5.0.0"
4183
+ resolved "https://registry.yarnpkg.com/help-me/-/help-me-5.0.0.tgz#b1ebe63b967b74060027c2ac61f9be12d354a6f6"
4184
+ integrity sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==
4188
4185
 
4189
4186
  hosted-git-info@^2.1.4:
4190
4187
  version "2.8.9"
@@ -6617,16 +6614,16 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
6617
6614
  readable-stream "^4.0.0"
6618
6615
  split2 "^4.0.0"
6619
6616
 
6620
- pino-pretty@^10.2.3:
6621
- version "10.2.3"
6622
- resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.3.tgz#db539c796a1421fd4d130734fa994f5a26027783"
6623
- integrity sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==
6617
+ pino-pretty@^10.2.3, pino-pretty@^10.3.0:
6618
+ version "10.3.0"
6619
+ resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
6620
+ integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
6624
6621
  dependencies:
6625
6622
  colorette "^2.0.7"
6626
6623
  dateformat "^4.6.3"
6627
6624
  fast-copy "^3.0.0"
6628
6625
  fast-safe-stringify "^2.1.1"
6629
- help-me "^4.0.1"
6626
+ help-me "^5.0.0"
6630
6627
  joycon "^3.1.1"
6631
6628
  minimist "^1.2.6"
6632
6629
  on-exit-leak-free "^2.1.0"
@@ -7859,10 +7856,10 @@ ts-api-utils@^1.0.1:
7859
7856
  resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
7860
7857
  integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
7861
7858
 
7862
- ts-json-schema-generator@^1.4.0:
7863
- version "1.4.0"
7864
- resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.4.0.tgz#f341b36792c372d3d09245414a4f3a6efa2697f8"
7865
- integrity sha512-wm8vyihmGgYpxrqRshmYkWGNwEk+sf3xV2rUgxv8Ryeh7bSpMO7pZQOht+2rS002eDkFTxR7EwRPXVzrS0WJTg==
7859
+ ts-json-schema-generator@^1.5.0:
7860
+ version "1.5.0"
7861
+ resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz#9f5cea606c27ebcf13060157542ac1d3b225430f"
7862
+ integrity sha512-RkiaJ6YxGc5EWVPfyHxszTmpGxX8HC2XBvcFlAl1zcvpOG4tjjh+eXioStXJQYTvr9MoK8zCOWzAUlko3K0DiA==
7866
7863
  dependencies:
7867
7864
  "@types/json-schema" "^7.0.12"
7868
7865
  commander "^11.0.0"
@@ -7870,7 +7867,7 @@ ts-json-schema-generator@^1.4.0:
7870
7867
  json5 "^2.2.3"
7871
7868
  normalize-path "^3.0.0"
7872
7869
  safe-stable-stringify "^2.4.3"
7873
- typescript "~5.2.2"
7870
+ typescript "~5.3.2"
7874
7871
 
7875
7872
  ts-node@^10.8.1, ts-node@^10.9.1, ts-node@^10.9.2:
7876
7873
  version "10.9.2"
@@ -8035,7 +8032,7 @@ typedoc@^0.25.3:
8035
8032
  minimatch "^9.0.3"
8036
8033
  shiki "^0.14.1"
8037
8034
 
8038
- "typescript@^4.6.4 || ^5.2.2", typescript@^5.3.3:
8035
+ "typescript@^4.6.4 || ^5.2.2", typescript@^5.3.3, typescript@~5.3.2:
8039
8036
  version "5.3.3"
8040
8037
  resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
8041
8038
  integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
@@ -8045,11 +8042,6 @@ typescript@^4.9.5:
8045
8042
  resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
8046
8043
  integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
8047
8044
 
8048
- typescript@~5.2.2:
8049
- version "5.2.2"
8050
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
8051
- integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
8052
-
8053
8045
  uglify-js@^3.1.4:
8054
8046
  version "3.17.4"
8055
8047
  resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
@@ -562,5 +562,5 @@
562
562
  ]
563
563
  }
564
564
  },
565
- "version": "2.0.10"
565
+ "version": "2.0.12"
566
566
  }
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-settings",
3
3
  "description": "configure the Salesforce CLI",
4
- "version": "2.0.10",
4
+ "version": "2.0.12",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.12.0",
9
- "@salesforce/core": "^6.4.0",
10
- "@salesforce/sf-plugins-core": "^5.0.3",
9
+ "@salesforce/core": "^6.4.2",
10
+ "@salesforce/sf-plugins-core": "^5.0.10",
11
11
  "fast-levenshtein": "^3.0.0"
12
12
  },
13
13
  "devDependencies": {
14
- "@oclif/plugin-command-snapshot": "^5.0.3",
14
+ "@oclif/plugin-command-snapshot": "^5.0.4",
15
15
  "@oclif/test": "^3.1.3",
16
16
  "@salesforce/cli-plugins-testkit": "^5.1.1",
17
17
  "@salesforce/dev-scripts": "^8.1.2",
@@ -215,7 +215,7 @@
215
215
  "exports": "./lib/index.js",
216
216
  "type": "module",
217
217
  "sfdx": {
218
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.10.crt",
219
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.10.sig"
218
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.12.crt",
219
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.12.sig"
220
220
  }
221
221
  }