@salesforce/plugin-settings 2.2.2 → 2.2.4
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 +7 -7
- package/npm-shrinkwrap.json +34 -41
- package/oclif.lock +34 -34
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -108,7 +108,7 @@ EXAMPLES
|
|
|
108
108
|
$ sf alias list
|
|
109
109
|
```
|
|
110
110
|
|
|
111
|
-
_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.
|
|
111
|
+
_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.4/src/commands/alias/list.ts)_
|
|
112
112
|
|
|
113
113
|
## `sf alias set`
|
|
114
114
|
|
|
@@ -157,7 +157,7 @@ EXAMPLES
|
|
|
157
157
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
158
158
|
```
|
|
159
159
|
|
|
160
|
-
_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.
|
|
160
|
+
_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.4/src/commands/alias/set.ts)_
|
|
161
161
|
|
|
162
162
|
## `sf alias unset`
|
|
163
163
|
|
|
@@ -197,7 +197,7 @@ EXAMPLES
|
|
|
197
197
|
$ sf alias unset --all [--no-prompt]
|
|
198
198
|
```
|
|
199
199
|
|
|
200
|
-
_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.
|
|
200
|
+
_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.4/src/commands/alias/unset.ts)_
|
|
201
201
|
|
|
202
202
|
## `sf config get`
|
|
203
203
|
|
|
@@ -235,7 +235,7 @@ EXAMPLES
|
|
|
235
235
|
$ sf config get target-org api-version --verbose
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.
|
|
238
|
+
_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.4/src/commands/config/get.ts)_
|
|
239
239
|
|
|
240
240
|
## `sf config list`
|
|
241
241
|
|
|
@@ -275,7 +275,7 @@ EXAMPLES
|
|
|
275
275
|
$ sf config list
|
|
276
276
|
```
|
|
277
277
|
|
|
278
|
-
_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.
|
|
278
|
+
_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.4/src/commands/config/list.ts)_
|
|
279
279
|
|
|
280
280
|
## `sf config set`
|
|
281
281
|
|
|
@@ -333,7 +333,7 @@ EXAMPLES
|
|
|
333
333
|
$ sf config set --global target-org=my-scratch-org target-dev-hub=my-dev-hub
|
|
334
334
|
```
|
|
335
335
|
|
|
336
|
-
_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.
|
|
336
|
+
_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.4/src/commands/config/set.ts)_
|
|
337
337
|
|
|
338
338
|
## `sf config unset`
|
|
339
339
|
|
|
@@ -372,6 +372,6 @@ EXAMPLES
|
|
|
372
372
|
$ sf config unset target-org api-version --global
|
|
373
373
|
```
|
|
374
374
|
|
|
375
|
-
_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.
|
|
375
|
+
_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.4/src/commands/config/unset.ts)_
|
|
376
376
|
|
|
377
377
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-settings",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-settings",
|
|
9
|
-
"version": "2.2.
|
|
9
|
+
"version": "2.2.4",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^3.26.
|
|
12
|
+
"@oclif/core": "^3.26.5",
|
|
13
13
|
"@salesforce/core": "^7.0.1",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^9.0.5",
|
|
15
15
|
"fast-levenshtein": "^3.0.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
18
|
+
"@oclif/plugin-command-snapshot": "^5.1.7",
|
|
19
19
|
"@oclif/test": "^3.2.11",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.2.1",
|
|
21
21
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
@@ -3738,9 +3738,9 @@
|
|
|
3738
3738
|
}
|
|
3739
3739
|
},
|
|
3740
3740
|
"node_modules/@oclif/core": {
|
|
3741
|
-
"version": "3.26.
|
|
3742
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3743
|
-
"integrity": "sha512-
|
|
3741
|
+
"version": "3.26.5",
|
|
3742
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.5.tgz",
|
|
3743
|
+
"integrity": "sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==",
|
|
3744
3744
|
"license": "MIT",
|
|
3745
3745
|
"dependencies": {
|
|
3746
3746
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3846,13 +3846,13 @@
|
|
|
3846
3846
|
}
|
|
3847
3847
|
},
|
|
3848
3848
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3849
|
-
"version": "5.1.
|
|
3850
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
3851
|
-
"integrity": "sha512-
|
|
3849
|
+
"version": "5.1.7",
|
|
3850
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz",
|
|
3851
|
+
"integrity": "sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==",
|
|
3852
3852
|
"dev": true,
|
|
3853
3853
|
"license": "MIT",
|
|
3854
3854
|
"dependencies": {
|
|
3855
|
-
"@oclif/core": "3.26.
|
|
3855
|
+
"@oclif/core": "3.26.4",
|
|
3856
3856
|
"@types/lodash.difference": "^4.5.9",
|
|
3857
3857
|
"chalk": "^5.3.0",
|
|
3858
3858
|
"globby": "^14.0.1",
|
|
@@ -3861,16 +3861,16 @@
|
|
|
3861
3861
|
"lodash.get": "^4.4.2",
|
|
3862
3862
|
"lodash.sortby": "^4.7.0",
|
|
3863
3863
|
"semver": "^7.6.0",
|
|
3864
|
-
"ts-json-schema-generator": "^1.5.
|
|
3864
|
+
"ts-json-schema-generator": "^1.5.1"
|
|
3865
3865
|
},
|
|
3866
3866
|
"engines": {
|
|
3867
3867
|
"node": ">=18.0.0"
|
|
3868
3868
|
}
|
|
3869
3869
|
},
|
|
3870
3870
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3871
|
-
"version": "3.26.
|
|
3872
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3873
|
-
"integrity": "sha512-
|
|
3871
|
+
"version": "3.26.4",
|
|
3872
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
|
|
3873
|
+
"integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
|
|
3874
3874
|
"dev": true,
|
|
3875
3875
|
"license": "MIT",
|
|
3876
3876
|
"dependencies": {
|
|
@@ -3883,14 +3883,14 @@
|
|
|
3883
3883
|
"cli-progress": "^3.12.0",
|
|
3884
3884
|
"color": "^4.2.3",
|
|
3885
3885
|
"debug": "^4.3.4",
|
|
3886
|
-
"ejs": "^3.1.
|
|
3886
|
+
"ejs": "^3.1.10",
|
|
3887
3887
|
"get-package-type": "^0.1.0",
|
|
3888
3888
|
"globby": "^11.1.0",
|
|
3889
3889
|
"hyperlinker": "^1.0.0",
|
|
3890
3890
|
"indent-string": "^4.0.0",
|
|
3891
3891
|
"is-wsl": "^2.2.0",
|
|
3892
3892
|
"js-yaml": "^3.14.1",
|
|
3893
|
-
"minimatch": "^9.0.
|
|
3893
|
+
"minimatch": "^9.0.4",
|
|
3894
3894
|
"natural-orderby": "^2.0.3",
|
|
3895
3895
|
"object-treeify": "^1.1.33",
|
|
3896
3896
|
"password-prompt": "^1.1.3",
|
|
@@ -7635,13 +7635,13 @@
|
|
|
7635
7635
|
}
|
|
7636
7636
|
},
|
|
7637
7637
|
"node_modules/commander": {
|
|
7638
|
-
"version": "
|
|
7639
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-
|
|
7640
|
-
"integrity": "sha512-
|
|
7638
|
+
"version": "12.0.0",
|
|
7639
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz",
|
|
7640
|
+
"integrity": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==",
|
|
7641
7641
|
"dev": true,
|
|
7642
7642
|
"license": "MIT",
|
|
7643
7643
|
"engines": {
|
|
7644
|
-
"node": ">=
|
|
7644
|
+
"node": ">=18"
|
|
7645
7645
|
}
|
|
7646
7646
|
},
|
|
7647
7647
|
"node_modules/comment-parser": {
|
|
@@ -14992,19 +14992,19 @@
|
|
|
14992
14992
|
}
|
|
14993
14993
|
},
|
|
14994
14994
|
"node_modules/ts-json-schema-generator": {
|
|
14995
|
-
"version": "1.5.
|
|
14996
|
-
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.
|
|
14997
|
-
"integrity": "sha512-
|
|
14995
|
+
"version": "1.5.1",
|
|
14996
|
+
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz",
|
|
14997
|
+
"integrity": "sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==",
|
|
14998
14998
|
"dev": true,
|
|
14999
14999
|
"license": "MIT",
|
|
15000
15000
|
"dependencies": {
|
|
15001
|
-
"@types/json-schema": "^7.0.
|
|
15002
|
-
"commander": "^
|
|
15001
|
+
"@types/json-schema": "^7.0.15",
|
|
15002
|
+
"commander": "^12.0.0",
|
|
15003
15003
|
"glob": "^8.0.3",
|
|
15004
15004
|
"json5": "^2.2.3",
|
|
15005
15005
|
"normalize-path": "^3.0.0",
|
|
15006
15006
|
"safe-stable-stringify": "^2.4.3",
|
|
15007
|
-
"typescript": "~5.
|
|
15007
|
+
"typescript": "~5.4.2"
|
|
15008
15008
|
},
|
|
15009
15009
|
"bin": {
|
|
15010
15010
|
"ts-json-schema-generator": "bin/ts-json-schema-generator"
|
|
@@ -15013,6 +15013,13 @@
|
|
|
15013
15013
|
"node": ">=10.0.0"
|
|
15014
15014
|
}
|
|
15015
15015
|
},
|
|
15016
|
+
"node_modules/ts-json-schema-generator/node_modules/@types/json-schema": {
|
|
15017
|
+
"version": "7.0.15",
|
|
15018
|
+
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
15019
|
+
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
15020
|
+
"dev": true,
|
|
15021
|
+
"license": "MIT"
|
|
15022
|
+
},
|
|
15016
15023
|
"node_modules/ts-json-schema-generator/node_modules/glob": {
|
|
15017
15024
|
"version": "8.1.0",
|
|
15018
15025
|
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
@@ -15046,20 +15053,6 @@
|
|
|
15046
15053
|
"node": ">=10"
|
|
15047
15054
|
}
|
|
15048
15055
|
},
|
|
15049
|
-
"node_modules/ts-json-schema-generator/node_modules/typescript": {
|
|
15050
|
-
"version": "5.3.3",
|
|
15051
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
|
|
15052
|
-
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
|
|
15053
|
-
"dev": true,
|
|
15054
|
-
"license": "Apache-2.0",
|
|
15055
|
-
"bin": {
|
|
15056
|
-
"tsc": "bin/tsc",
|
|
15057
|
-
"tsserver": "bin/tsserver"
|
|
15058
|
-
},
|
|
15059
|
-
"engines": {
|
|
15060
|
-
"node": ">=14.17"
|
|
15061
|
-
}
|
|
15062
|
-
},
|
|
15063
15056
|
"node_modules/ts-node": {
|
|
15064
15057
|
"version": "10.9.2",
|
|
15065
15058
|
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1549,10 +1549,10 @@
|
|
|
1549
1549
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1550
1550
|
fastq "^1.6.0"
|
|
1551
1551
|
|
|
1552
|
-
"@oclif/core@3.26.
|
|
1553
|
-
version "3.26.
|
|
1554
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.
|
|
1555
|
-
integrity sha512-
|
|
1552
|
+
"@oclif/core@3.26.4":
|
|
1553
|
+
version "3.26.4"
|
|
1554
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
|
|
1555
|
+
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
|
1556
1556
|
dependencies:
|
|
1557
1557
|
"@types/cli-progress" "^3.11.5"
|
|
1558
1558
|
ansi-escapes "^4.3.2"
|
|
@@ -1563,14 +1563,14 @@
|
|
|
1563
1563
|
cli-progress "^3.12.0"
|
|
1564
1564
|
color "^4.2.3"
|
|
1565
1565
|
debug "^4.3.4"
|
|
1566
|
-
ejs "^3.1.
|
|
1566
|
+
ejs "^3.1.10"
|
|
1567
1567
|
get-package-type "^0.1.0"
|
|
1568
1568
|
globby "^11.1.0"
|
|
1569
1569
|
hyperlinker "^1.0.0"
|
|
1570
1570
|
indent-string "^4.0.0"
|
|
1571
1571
|
is-wsl "^2.2.0"
|
|
1572
1572
|
js-yaml "^3.14.1"
|
|
1573
|
-
minimatch "^9.0.
|
|
1573
|
+
minimatch "^9.0.4"
|
|
1574
1574
|
natural-orderby "^2.0.3"
|
|
1575
1575
|
object-treeify "^1.1.33"
|
|
1576
1576
|
password-prompt "^1.1.3"
|
|
@@ -1583,10 +1583,10 @@
|
|
|
1583
1583
|
wordwrap "^1.0.0"
|
|
1584
1584
|
wrap-ansi "^7.0.0"
|
|
1585
1585
|
|
|
1586
|
-
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
|
|
1587
|
-
version "3.26.
|
|
1588
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.
|
|
1589
|
-
integrity sha512-
|
|
1586
|
+
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5":
|
|
1587
|
+
version "3.26.5"
|
|
1588
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
|
|
1589
|
+
integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
|
|
1590
1590
|
dependencies:
|
|
1591
1591
|
"@types/cli-progress" "^3.11.5"
|
|
1592
1592
|
ansi-escapes "^4.3.2"
|
|
@@ -1617,12 +1617,12 @@
|
|
|
1617
1617
|
wordwrap "^1.0.0"
|
|
1618
1618
|
wrap-ansi "^7.0.0"
|
|
1619
1619
|
|
|
1620
|
-
"@oclif/plugin-command-snapshot@^5.1.
|
|
1621
|
-
version "5.1.
|
|
1622
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
1623
|
-
integrity sha512-
|
|
1620
|
+
"@oclif/plugin-command-snapshot@^5.1.7":
|
|
1621
|
+
version "5.1.7"
|
|
1622
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
|
|
1623
|
+
integrity sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==
|
|
1624
1624
|
dependencies:
|
|
1625
|
-
"@oclif/core" "3.26.
|
|
1625
|
+
"@oclif/core" "3.26.4"
|
|
1626
1626
|
"@types/lodash.difference" "^4.5.9"
|
|
1627
1627
|
chalk "^5.3.0"
|
|
1628
1628
|
globby "^14.0.1"
|
|
@@ -1631,7 +1631,7 @@
|
|
|
1631
1631
|
lodash.get "^4.4.2"
|
|
1632
1632
|
lodash.sortby "^4.7.0"
|
|
1633
1633
|
semver "^7.6.0"
|
|
1634
|
-
ts-json-schema-generator "^1.5.
|
|
1634
|
+
ts-json-schema-generator "^1.5.1"
|
|
1635
1635
|
|
|
1636
1636
|
"@oclif/plugin-help@^6.0.21":
|
|
1637
1637
|
version "6.0.21"
|
|
@@ -2656,6 +2656,11 @@
|
|
|
2656
2656
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1"
|
|
2657
2657
|
integrity sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==
|
|
2658
2658
|
|
|
2659
|
+
"@types/json-schema@^7.0.15":
|
|
2660
|
+
version "7.0.15"
|
|
2661
|
+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
|
|
2662
|
+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
|
2663
|
+
|
|
2659
2664
|
"@types/json5@^0.0.29":
|
|
2660
2665
|
version "0.0.29"
|
|
2661
2666
|
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
|
|
@@ -3592,10 +3597,10 @@ combined-stream@^1.0.8:
|
|
|
3592
3597
|
dependencies:
|
|
3593
3598
|
delayed-stream "~1.0.0"
|
|
3594
3599
|
|
|
3595
|
-
commander@^
|
|
3596
|
-
version "
|
|
3597
|
-
resolved "https://registry.yarnpkg.com/commander/-/commander-
|
|
3598
|
-
integrity sha512-
|
|
3600
|
+
commander@^12.0.0:
|
|
3601
|
+
version "12.0.0"
|
|
3602
|
+
resolved "https://registry.yarnpkg.com/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592"
|
|
3603
|
+
integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
|
|
3599
3604
|
|
|
3600
3605
|
comment-parser@1.4.1:
|
|
3601
3606
|
version "1.4.1"
|
|
@@ -3972,7 +3977,7 @@ ecdsa-sig-formatter@1.0.11:
|
|
|
3972
3977
|
dependencies:
|
|
3973
3978
|
safe-buffer "^5.0.1"
|
|
3974
3979
|
|
|
3975
|
-
ejs@^3.1.10
|
|
3980
|
+
ejs@^3.1.10:
|
|
3976
3981
|
version "3.1.10"
|
|
3977
3982
|
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
|
|
3978
3983
|
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
|
|
@@ -7826,18 +7831,18 @@ ts-api-utils@^1.0.1:
|
|
|
7826
7831
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
|
|
7827
7832
|
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
|
|
7828
7833
|
|
|
7829
|
-
ts-json-schema-generator@^1.5.
|
|
7830
|
-
version "1.5.
|
|
7831
|
-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.
|
|
7832
|
-
integrity sha512-
|
|
7834
|
+
ts-json-schema-generator@^1.5.1:
|
|
7835
|
+
version "1.5.1"
|
|
7836
|
+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz#7759c421240be86d393a884ad186f926b22332db"
|
|
7837
|
+
integrity sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==
|
|
7833
7838
|
dependencies:
|
|
7834
|
-
"@types/json-schema" "^7.0.
|
|
7835
|
-
commander "^
|
|
7839
|
+
"@types/json-schema" "^7.0.15"
|
|
7840
|
+
commander "^12.0.0"
|
|
7836
7841
|
glob "^8.0.3"
|
|
7837
7842
|
json5 "^2.2.3"
|
|
7838
7843
|
normalize-path "^3.0.0"
|
|
7839
7844
|
safe-stable-stringify "^2.4.3"
|
|
7840
|
-
typescript "~5.
|
|
7845
|
+
typescript "~5.4.2"
|
|
7841
7846
|
|
|
7842
7847
|
ts-node@^10.8.1, ts-node@^10.9.2:
|
|
7843
7848
|
version "10.9.2"
|
|
@@ -7993,16 +7998,11 @@ typedoc@^0.25.12:
|
|
|
7993
7998
|
minimatch "^9.0.3"
|
|
7994
7999
|
shiki "^0.14.7"
|
|
7995
8000
|
|
|
7996
|
-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.5:
|
|
8001
|
+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.5, typescript@~5.4.2:
|
|
7997
8002
|
version "5.4.5"
|
|
7998
8003
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
|
|
7999
8004
|
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
|
|
8000
8005
|
|
|
8001
|
-
typescript@~5.3.2:
|
|
8002
|
-
version "5.3.3"
|
|
8003
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
|
|
8004
|
-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
|
8005
|
-
|
|
8006
8006
|
uglify-js@^3.1.4:
|
|
8007
8007
|
version "3.17.4"
|
|
8008
8008
|
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
|
package/oclif.manifest.json
CHANGED
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.2.
|
|
4
|
+
"version": "2.2.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.26.
|
|
8
|
+
"@oclif/core": "^3.26.5",
|
|
9
9
|
"@salesforce/core": "^7.0.1",
|
|
10
10
|
"@salesforce/sf-plugins-core": "^9.0.5",
|
|
11
11
|
"fast-levenshtein": "^3.0.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
14
|
+
"@oclif/plugin-command-snapshot": "^5.1.7",
|
|
15
15
|
"@oclif/test": "^3.2.11",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.2.1",
|
|
17
17
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"exports": "./lib/index.js",
|
|
214
214
|
"type": "module",
|
|
215
215
|
"sfdx": {
|
|
216
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.2.
|
|
217
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.2.
|
|
216
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.2.4.crt",
|
|
217
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.2.4.sig"
|
|
218
218
|
}
|
|
219
219
|
}
|