@salesforce/plugin-settings 2.0.10 → 2.0.11

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.11/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.11/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.11/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.11/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.11/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.11/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.11/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"
@@ -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"
@@ -7859,10 +7859,10 @@ ts-api-utils@^1.0.1:
7859
7859
  resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
7860
7860
  integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
7861
7861
 
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==
7862
+ ts-json-schema-generator@^1.5.0:
7863
+ version "1.5.0"
7864
+ resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz#9f5cea606c27ebcf13060157542ac1d3b225430f"
7865
+ integrity sha512-RkiaJ6YxGc5EWVPfyHxszTmpGxX8HC2XBvcFlAl1zcvpOG4tjjh+eXioStXJQYTvr9MoK8zCOWzAUlko3K0DiA==
7866
7866
  dependencies:
7867
7867
  "@types/json-schema" "^7.0.12"
7868
7868
  commander "^11.0.0"
@@ -7870,7 +7870,7 @@ ts-json-schema-generator@^1.4.0:
7870
7870
  json5 "^2.2.3"
7871
7871
  normalize-path "^3.0.0"
7872
7872
  safe-stable-stringify "^2.4.3"
7873
- typescript "~5.2.2"
7873
+ typescript "~5.3.2"
7874
7874
 
7875
7875
  ts-node@^10.8.1, ts-node@^10.9.1, ts-node@^10.9.2:
7876
7876
  version "10.9.2"
@@ -8035,7 +8035,7 @@ typedoc@^0.25.3:
8035
8035
  minimatch "^9.0.3"
8036
8036
  shiki "^0.14.1"
8037
8037
 
8038
- "typescript@^4.6.4 || ^5.2.2", typescript@^5.3.3:
8038
+ "typescript@^4.6.4 || ^5.2.2", typescript@^5.3.3, typescript@~5.3.2:
8039
8039
  version "5.3.3"
8040
8040
  resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
8041
8041
  integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
@@ -8045,11 +8045,6 @@ typescript@^4.9.5:
8045
8045
  resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
8046
8046
  integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
8047
8047
 
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
8048
  uglify-js@^3.1.4:
8054
8049
  version "3.17.4"
8055
8050
  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.11"
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.11",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.12.0",
9
9
  "@salesforce/core": "^6.4.0",
10
- "@salesforce/sf-plugins-core": "^5.0.3",
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.11.crt",
219
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.11.sig"
220
220
  }
221
221
  }