@salesforce/plugin-settings 2.0.16 → 2.0.17

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: [lib/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.16/lib/commands/alias/list.ts)_
110
+ _See code: [lib/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/lib/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: [lib/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.16/lib/commands/alias/set.ts)_
158
+ _See code: [lib/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/lib/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: [lib/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.16/lib/commands/alias/unset.ts)_
197
+ _See code: [lib/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/lib/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: [lib/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.16/lib/commands/config/get.ts)_
234
+ _See code: [lib/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/lib/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: [lib/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.16/lib/commands/config/list.ts)_
273
+ _See code: [lib/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/lib/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: [lib/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.16/lib/commands/config/set.ts)_
330
+ _See code: [lib/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/lib/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: [lib/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.16/lib/commands/config/unset.ts)_
368
+ _See code: [lib/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/lib/commands/config/unset.ts)_
369
369
 
370
370
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -821,11 +821,12 @@
821
821
  wordwrap "^1.0.0"
822
822
  wrap-ansi "^7.0.0"
823
823
 
824
- "@oclif/core@^3.10.8", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0":
825
- version "3.16.0"
826
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.16.0.tgz#682657cb5e4a3262a47e26e0c8a7bf0343acaf76"
827
- integrity sha512-/PIz+udzb59XE8O/bQvqlCtXy6RByEHH0KsrAJNa/ZrqtdsLmeDNJcHdgygFHx+nz+PYMoUzsyzJMau++EDNoQ==
824
+ "@oclif/core@^3.10.8", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
825
+ version "3.18.1"
826
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
827
+ integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
828
828
  dependencies:
829
+ "@types/cli-progress" "^3.11.5"
829
830
  ansi-escapes "^4.3.2"
830
831
  ansi-styles "^4.3.0"
831
832
  cardinal "^2.1.1"
@@ -849,7 +850,6 @@
849
850
  strip-ansi "^6.0.1"
850
851
  supports-color "^8.1.1"
851
852
  supports-hyperlinks "^2.2.0"
852
- tsconfck "^3.0.0"
853
853
  widest-line "^3.1.0"
854
854
  wordwrap "^1.0.0"
855
855
  wrap-ansi "^7.0.0"
@@ -1444,10 +1444,10 @@
1444
1444
  resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
1445
1445
  integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
1446
1446
 
1447
- "@types/cli-progress@^3.11.0":
1448
- version "3.11.4"
1449
- resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.4.tgz#58d9e60bd5fd85a57984890ef9c9d831a0dda896"
1450
- integrity sha512-yufTxeeNCZuEIxx2uebK8lpSAsJM4lvzakm/VxzYhDtqhXCzwH9jpn7nPCxzrROuEbLATqhFq4MIPoG0tlrsvw==
1447
+ "@types/cli-progress@^3.11.0", "@types/cli-progress@^3.11.5":
1448
+ version "3.11.5"
1449
+ resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.5.tgz#9518c745e78557efda057e3f96a5990c717268c3"
1450
+ integrity sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==
1451
1451
  dependencies:
1452
1452
  "@types/node" "*"
1453
1453
 
@@ -8008,11 +8008,6 @@ ts-retry-promise@^0.7.0, ts-retry-promise@^0.7.1:
8008
8008
  resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
8009
8009
  integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
8010
8010
 
8011
- tsconfck@^3.0.0:
8012
- version "3.0.0"
8013
- resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
8014
- integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
8015
-
8016
8011
  tsconfig-paths@^3.14.2:
8017
8012
  version "3.14.2"
8018
8013
  resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
@@ -558,5 +558,5 @@
558
558
  ]
559
559
  }
560
560
  },
561
- "version": "2.0.16"
561
+ "version": "2.0.17"
562
562
  }
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.16",
4
+ "version": "2.0.17",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.16.0",
8
+ "@oclif/core": "^3.18.1",
9
9
  "@salesforce/core": "^6.4.4",
10
10
  "@salesforce/sf-plugins-core": "^7.1.1",
11
11
  "fast-levenshtein": "^3.0.0"
@@ -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.16.crt",
219
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.16.sig"
218
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.17.crt",
219
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.17.sig"
220
220
  }
221
221
  }