@salesforce/plugin-settings 2.0.30 → 2.0.31

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.30/src/commands/alias/list.ts)_
110
+ _See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/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.30/src/commands/alias/set.ts)_
158
+ _See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/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.30/src/commands/alias/unset.ts)_
197
+ _See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/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.30/src/commands/config/get.ts)_
234
+ _See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/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.30/src/commands/config/list.ts)_
273
+ _See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/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.30/src/commands/config/set.ts)_
330
+ _See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/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.30/src/commands/config/unset.ts)_
368
+ _See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/src/commands/config/unset.ts)_
369
369
 
370
370
  <!-- commandsstop -->
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-settings",
3
- "version": "2.0.30",
3
+ "version": "2.0.31",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-settings",
9
- "version": "2.0.30",
9
+ "version": "2.0.31",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@oclif/core": "^3.19.6",
12
+ "@oclif/core": "^3.20.0",
13
13
  "@salesforce/core": "^6.5.3",
14
14
  "@salesforce/sf-plugins-core": "^7.1.14",
15
15
  "fast-levenshtein": "^3.0.0"
@@ -3548,9 +3548,9 @@
3548
3548
  }
3549
3549
  },
3550
3550
  "node_modules/@oclif/core": {
3551
- "version": "3.19.6",
3552
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.19.6.tgz",
3553
- "integrity": "sha512-1ryQWAx7VOf+Wq6pv00uilOo56DrG0drr42crmCQ3eYrPPz252EmNCoFkoOBk7McN6x0f4ega83c0yNNCXmiXw==",
3551
+ "version": "3.20.0",
3552
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.20.0.tgz",
3553
+ "integrity": "sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==",
3554
3554
  "license": "MIT",
3555
3555
  "dependencies": {
3556
3556
  "@types/cli-progress": "^3.11.5",
package/oclif.lock CHANGED
@@ -1821,10 +1821,10 @@
1821
1821
  wordwrap "^1.0.0"
1822
1822
  wrap-ansi "^7.0.0"
1823
1823
 
1824
- "@oclif/core@^3.10.8", "@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6":
1825
- version "3.19.6"
1826
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.6.tgz#12e5cb073016d8c32c469d2fec0cd585ac5c1c09"
1827
- integrity sha512-1ryQWAx7VOf+Wq6pv00uilOo56DrG0drr42crmCQ3eYrPPz252EmNCoFkoOBk7McN6x0f4ega83c0yNNCXmiXw==
1824
+ "@oclif/core@^3.10.8", "@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0":
1825
+ version "3.20.0"
1826
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.20.0.tgz#534458dc6e8c46d8f03906aaadaca079e16a6554"
1827
+ integrity sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==
1828
1828
  dependencies:
1829
1829
  "@types/cli-progress" "^3.11.5"
1830
1830
  ansi-escapes "^4.3.2"
@@ -570,5 +570,5 @@
570
570
  ]
571
571
  }
572
572
  },
573
- "version": "2.0.30"
573
+ "version": "2.0.31"
574
574
  }
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.0.30",
4
+ "version": "2.0.31",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.19.6",
8
+ "@oclif/core": "^3.20.0",
9
9
  "@salesforce/core": "^6.5.3",
10
10
  "@salesforce/sf-plugins-core": "^7.1.14",
11
11
  "fast-levenshtein": "^3.0.0"
@@ -214,7 +214,7 @@
214
214
  "exports": "./lib/index.js",
215
215
  "type": "module",
216
216
  "sfdx": {
217
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.30.crt",
218
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.30.sig"
217
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.31.crt",
218
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.31.sig"
219
219
  }
220
220
  }