@salesforce/plugin-settings 2.0.11 → 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.11/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.11/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.11/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.11/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.11/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.11/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.11/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
@@ -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"
@@ -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"
@@ -562,5 +562,5 @@
562
562
  ]
563
563
  }
564
564
  },
565
- "version": "2.0.11"
565
+ "version": "2.0.12"
566
566
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-settings",
3
3
  "description": "configure the Salesforce CLI",
4
- "version": "2.0.11",
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",
9
+ "@salesforce/core": "^6.4.2",
10
10
  "@salesforce/sf-plugins-core": "^5.0.10",
11
11
  "fast-levenshtein": "^3.0.0"
12
12
  },
@@ -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.11.crt",
219
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.11.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
  }