@salesforce/plugin-settings 2.0.24 → 2.0.25

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.24/src/commands/alias/list.ts)_
110
+ _See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.25/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.24/src/commands/alias/set.ts)_
158
+ _See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.25/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.24/src/commands/alias/unset.ts)_
197
+ _See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.25/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.24/src/commands/config/get.ts)_
234
+ _See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.25/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.24/src/commands/config/list.ts)_
273
+ _See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.25/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.24/src/commands/config/set.ts)_
330
+ _See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.25/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.24/src/commands/config/unset.ts)_
368
+ _See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.25/src/commands/config/unset.ts)_
369
369
 
370
370
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1107,27 +1107,27 @@
1107
1107
  resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
1108
1108
  integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
1109
1109
 
1110
- "@inquirer/confirm@^2.0.15":
1111
- version "2.0.15"
1112
- resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.15.tgz#b5512ed190efd8c5b96e0969115756b48546ab36"
1113
- integrity sha512-hj8Q/z7sQXsF0DSpLQZVDhWYGN6KLM/gNjjqGkpKwBzljbQofGjn0ueHADy4HUY+OqDHmXuwk/bY+tZyIuuB0w==
1110
+ "@inquirer/confirm@^2.0.17":
1111
+ version "2.0.17"
1112
+ resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.17.tgz#a45eb1b973c51c993a3c093a0114e960b1cf09a4"
1113
+ integrity sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==
1114
1114
  dependencies:
1115
- "@inquirer/core" "^5.1.1"
1116
- "@inquirer/type" "^1.1.5"
1115
+ "@inquirer/core" "^6.0.0"
1116
+ "@inquirer/type" "^1.1.6"
1117
1117
  chalk "^4.1.2"
1118
1118
 
1119
- "@inquirer/core@^5.1.1":
1120
- version "5.1.1"
1121
- resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-5.1.1.tgz#849d4846aea68371c133df6ec9059f5e5bd30d30"
1122
- integrity sha512-IuJyZQUg75+L5AmopgnzxYrgcU6PJKL0hoIs332G1Gv55CnmZrhG6BzNOeZ5sOsTi1YCGOopw4rYICv74ejMFg==
1119
+ "@inquirer/core@^6.0.0":
1120
+ version "6.0.0"
1121
+ resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-6.0.0.tgz#d44ccd8ae09a4879a78f09cca35bf1ab894b95f4"
1122
+ integrity sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==
1123
1123
  dependencies:
1124
- "@inquirer/type" "^1.1.5"
1124
+ "@inquirer/type" "^1.1.6"
1125
1125
  "@types/mute-stream" "^0.0.4"
1126
- "@types/node" "^20.9.0"
1126
+ "@types/node" "^20.10.7"
1127
1127
  "@types/wrap-ansi" "^3.0.0"
1128
1128
  ansi-escapes "^4.3.2"
1129
1129
  chalk "^4.1.2"
1130
- cli-spinners "^2.9.1"
1130
+ cli-spinners "^2.9.2"
1131
1131
  cli-width "^4.1.0"
1132
1132
  figures "^3.2.0"
1133
1133
  mute-stream "^1.0.0"
@@ -1136,29 +1136,20 @@
1136
1136
  strip-ansi "^6.0.1"
1137
1137
  wrap-ansi "^6.2.0"
1138
1138
 
1139
- "@inquirer/input@^1.2.14":
1140
- version "1.2.14"
1141
- resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.14.tgz#8951867618bb5cd16dd096e02404eec225a92207"
1142
- integrity sha512-tISLGpUKXixIQue7jypNEShrdzJoLvEvZOJ4QRsw5XTfrIYfoWFqAjMQLerGs9CzR86yAI89JR6snHmKwnNddw==
1139
+ "@inquirer/password@^1.1.16":
1140
+ version "1.1.16"
1141
+ resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.16.tgz#37ddebbe37c6e76f8ad27d1f726aacdd7c423558"
1142
+ integrity sha512-aZYZVHLUXZ2gbBot+i+zOJrks1WaiI95lvZCn1sKfcw6MtSSlYC8uDX8sTzQvAsQ8epHoP84UNvAIT0KVGOGqw==
1143
1143
  dependencies:
1144
- "@inquirer/core" "^5.1.1"
1145
- "@inquirer/type" "^1.1.5"
1146
- chalk "^4.1.2"
1147
-
1148
- "@inquirer/password@^1.1.14":
1149
- version "1.1.14"
1150
- resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.14.tgz#c1fc139efe84a38986870a1bcf80718050f82bbf"
1151
- integrity sha512-vL2BFxfMo8EvuGuZYlryiyAB3XsgtbxOcFs4H9WI9szAS/VZCAwdVqs8rqEeaAf/GV/eZOghIOYxvD91IsRWSg==
1152
- dependencies:
1153
- "@inquirer/input" "^1.2.14"
1154
- "@inquirer/type" "^1.1.5"
1144
+ "@inquirer/core" "^6.0.0"
1145
+ "@inquirer/type" "^1.1.6"
1155
1146
  ansi-escapes "^4.3.2"
1156
1147
  chalk "^4.1.2"
1157
1148
 
1158
- "@inquirer/type@^1.1.5":
1159
- version "1.1.5"
1160
- resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.1.5.tgz#b8c171f755859c8159b10e41e1e3a88f0ca99d7f"
1161
- integrity sha512-wmwHvHozpPo4IZkkNtbYenem/0wnfI6hvOcGKmPEa0DwuaH5XUQzFqy6OpEpjEegZMhYIk8HDYITI16BPLtrRA==
1149
+ "@inquirer/type@^1.1.6":
1150
+ version "1.2.0"
1151
+ resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.0.tgz#a569613628a881c2104289ca868a7def54e5c49d"
1152
+ integrity sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==
1162
1153
 
1163
1154
  "@isaacs/cliui@^8.0.2":
1164
1155
  version "8.0.2"
@@ -1689,12 +1680,12 @@
1689
1680
  istanbul-lib-report "^3.0.1"
1690
1681
  istanbul-reports "^3.1.6"
1691
1682
 
1692
- "@salesforce/cli-plugins-testkit@^5.1.8":
1693
- version "5.1.8"
1694
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.8.tgz#789630cc389c13fe016c7593aa4ac8bbf532e3bd"
1695
- integrity sha512-3/jvEc+RVWFRbGPtyEzNJ5eb84p7HuLYDZ1EAokLVgDpnW5qy9UpBWrU0Tv98MaQhfRtPdSc/gmzB6m6nqWZLg==
1683
+ "@salesforce/cli-plugins-testkit@^5.1.9":
1684
+ version "5.1.9"
1685
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.9.tgz#c21b0d282c0d309141ca5e2fe47835530a24621d"
1686
+ integrity sha512-8a9dwYdo2tXhVMrDe4ex8tjMYGuIwT9wlltB4+h3gt/IuowazjQGy5VWam08gsm3UT/FhhjZBdN0aKJPbD4wXA==
1696
1687
  dependencies:
1697
- "@salesforce/core" "^6.5.1"
1688
+ "@salesforce/core" "^6.5.3"
1698
1689
  "@salesforce/kit" "^3.0.15"
1699
1690
  "@salesforce/ts-types" "^2.0.9"
1700
1691
  "@types/shelljs" "^0.8.15"
@@ -1728,7 +1719,7 @@
1728
1719
  semver "^7.5.4"
1729
1720
  ts-retry-promise "^0.7.1"
1730
1721
 
1731
- "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.0", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.3":
1722
+ "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2", "@salesforce/core@^6.5.3":
1732
1723
  version "6.5.3"
1733
1724
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.3.tgz#b1ceef7947b9046ab23e78e73851115fec86f4f9"
1734
1725
  integrity sha512-L4I2LrGyuXbNDCkoQdrMQ2sR/nhNIgRMLgpYNpOARZFIWKUsnjgBLVpUui+knCzjrQsOMoSwev+W0vp17iT76w==
@@ -1797,13 +1788,13 @@
1797
1788
  "@salesforce/ts-types" "^2.0.9"
1798
1789
  tslib "^2.6.2"
1799
1790
 
1800
- "@salesforce/plugin-command-reference@^3.0.65":
1801
- version "3.0.65"
1802
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.65.tgz#03ccb9005525132c309829f5a633d72db171f39c"
1803
- integrity sha512-VaDvlOweE4WeSx1DlnAuTJk/sFlMTe/oGjuvl9aIxe4oUxKObRtl8kwW7Ife/ojfHItj2Rtb0GnZG+iPjYbkWA==
1791
+ "@salesforce/plugin-command-reference@^3.0.67":
1792
+ version "3.0.67"
1793
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.67.tgz#e05cdb1e68e035a27588abbaea2ea5ccdfe524ae"
1794
+ integrity sha512-wUfjiqgok2rshI2ZRnHgBthMHL0z0wb14t43rQrLbRuuKmAODJ9qbVlMVqh+jy9//SH3iBBeA3jHs7XFzsT6aA==
1804
1795
  dependencies:
1805
- "@oclif/core" "^3.18.2"
1806
- "@salesforce/core" "^6.5.1"
1796
+ "@oclif/core" "^3.19.1"
1797
+ "@salesforce/core" "^6.5.3"
1807
1798
  "@salesforce/kit" "^3.0.15"
1808
1799
  "@salesforce/sf-plugins-core" "^5.0.13"
1809
1800
  "@salesforce/ts-types" "^2.0.9"
@@ -1861,15 +1852,15 @@
1861
1852
  chalk "^4"
1862
1853
  inquirer "^8.2.5"
1863
1854
 
1864
- "@salesforce/sf-plugins-core@^7.1.4":
1865
- version "7.1.4"
1866
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.4.tgz#0aca0e243b9880269c3e2712ca14982eb8515f1e"
1867
- integrity sha512-aFV4FhUEz/oyn7JzsoutQp7SBs0Ac07m5uWYI+ngYlhJdd/AC/0IpMqd/BOIBmLzAqos+y6bKR6OqBEqQDaxlw==
1855
+ "@salesforce/sf-plugins-core@^7.1.9":
1856
+ version "7.1.9"
1857
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.9.tgz#b4ea2005096f2289160cfd4452afb51d53bdefb3"
1858
+ integrity sha512-nyl6Kh1IHbGxcbQSUoJcte3t4fvozaXuHQWkHExIMGKjvSp8fCnx4pra8NZRdg/HnbWWu6eIHV4b/cHdzKWjnQ==
1868
1859
  dependencies:
1869
- "@inquirer/confirm" "^2.0.15"
1870
- "@inquirer/password" "^1.1.14"
1871
- "@oclif/core" "^3.18.1"
1872
- "@salesforce/core" "^6.5.0"
1860
+ "@inquirer/confirm" "^2.0.17"
1861
+ "@inquirer/password" "^1.1.16"
1862
+ "@oclif/core" "^3.19.1"
1863
+ "@salesforce/core" "^6.5.2"
1873
1864
  "@salesforce/kit" "^3.0.15"
1874
1865
  "@salesforce/ts-types" "^2.0.9"
1875
1866
  chalk "^5.3.0"
@@ -2686,7 +2677,7 @@
2686
2677
  dependencies:
2687
2678
  "@types/node" "*"
2688
2679
 
2689
- "@types/node@*", "@types/node@^20.9.0":
2680
+ "@types/node@*":
2690
2681
  version "20.10.6"
2691
2682
  resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
2692
2683
  integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
@@ -2715,6 +2706,13 @@
2715
2706
  dependencies:
2716
2707
  undici-types "~5.26.4"
2717
2708
 
2709
+ "@types/node@^20.10.7":
2710
+ version "20.11.19"
2711
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.19.tgz#b466de054e9cb5b3831bee38938de64ac7f81195"
2712
+ integrity sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==
2713
+ dependencies:
2714
+ undici-types "~5.26.4"
2715
+
2718
2716
  "@types/normalize-package-data@^2.4.0":
2719
2717
  version "2.4.3"
2720
2718
  resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.3.tgz#291c243e4b94dbfbc0c0ee26b7666f1d5c030e2c"
@@ -3694,7 +3692,7 @@ cli-progress@^3.12.0:
3694
3692
  dependencies:
3695
3693
  string-width "^4.2.3"
3696
3694
 
3697
- cli-spinners@^2.5.0, cli-spinners@^2.9.1:
3695
+ cli-spinners@^2.5.0, cli-spinners@^2.9.2:
3698
3696
  version "2.9.2"
3699
3697
  resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
3700
3698
  integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
@@ -570,5 +570,5 @@
570
570
  ]
571
571
  }
572
572
  },
573
- "version": "2.0.24"
573
+ "version": "2.0.25"
574
574
  }
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-settings",
3
3
  "description": "configure the Salesforce CLI",
4
- "version": "2.0.24",
4
+ "version": "2.0.25",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.19.1",
9
9
  "@salesforce/core": "^6.5.3",
10
- "@salesforce/sf-plugins-core": "^7.1.4",
10
+ "@salesforce/sf-plugins-core": "^7.1.9",
11
11
  "fast-levenshtein": "^3.0.0"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@oclif/plugin-command-snapshot": "^5.0.6",
15
15
  "@oclif/test": "^3.1.13",
16
- "@salesforce/cli-plugins-testkit": "^5.1.8",
16
+ "@salesforce/cli-plugins-testkit": "^5.1.9",
17
17
  "@salesforce/dev-scripts": "^8.3.0",
18
18
  "@salesforce/kit": "^3.0.15",
19
- "@salesforce/plugin-command-reference": "^3.0.65",
19
+ "@salesforce/plugin-command-reference": "^3.0.67",
20
20
  "@salesforce/plugin-deploy-retrieve": "^1.20.3",
21
21
  "@salesforce/ts-sinon": "^1.4.17",
22
22
  "@types/fast-levenshtein": "^0.0.4",
@@ -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.24.crt",
219
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.24.sig"
218
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.25.crt",
219
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.25.sig"
220
220
  }
221
221
  }