@salesforce/cli 2.60.11 → 2.60.12
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 +9 -9
- package/npm-shrinkwrap.json +20 -19
- package/oclif.lock +19 -18
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.60.
|
|
27
|
+
@salesforce/cli/2.60.12 linux-x64 node-v20.17.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -3431,7 +3431,7 @@ EXAMPLES
|
|
|
3431
3431
|
$ sf org list auth
|
|
3432
3432
|
```
|
|
3433
3433
|
|
|
3434
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3434
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/list/auth.ts)_
|
|
3435
3435
|
|
|
3436
3436
|
## `sf org list limits`
|
|
3437
3437
|
|
|
@@ -3731,7 +3731,7 @@ FLAG DESCRIPTIONS
|
|
|
3731
3731
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3732
3732
|
```
|
|
3733
3733
|
|
|
3734
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3734
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/access-token.ts)_
|
|
3735
3735
|
|
|
3736
3736
|
## `sf org login device`
|
|
3737
3737
|
|
|
@@ -3791,7 +3791,7 @@ FLAG DESCRIPTIONS
|
|
|
3791
3791
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3792
3792
|
```
|
|
3793
3793
|
|
|
3794
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3794
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/device.ts)_
|
|
3795
3795
|
|
|
3796
3796
|
## `sf org login jwt`
|
|
3797
3797
|
|
|
@@ -3882,7 +3882,7 @@ FLAG DESCRIPTIONS
|
|
|
3882
3882
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3883
3883
|
```
|
|
3884
3884
|
|
|
3885
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3885
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/jwt.ts)_
|
|
3886
3886
|
|
|
3887
3887
|
## `sf org login sfdx-url`
|
|
3888
3888
|
|
|
@@ -3952,7 +3952,7 @@ EXAMPLES
|
|
|
3952
3952
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3953
3953
|
```
|
|
3954
3954
|
|
|
3955
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3955
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/sfdx-url.ts)_
|
|
3956
3956
|
|
|
3957
3957
|
## `sf org login web`
|
|
3958
3958
|
|
|
@@ -4039,7 +4039,7 @@ FLAG DESCRIPTIONS
|
|
|
4039
4039
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4040
4040
|
```
|
|
4041
4041
|
|
|
4042
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4042
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/web.ts)_
|
|
4043
4043
|
|
|
4044
4044
|
## `sf org logout`
|
|
4045
4045
|
|
|
@@ -4100,7 +4100,7 @@ FLAG DESCRIPTIONS
|
|
|
4100
4100
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4101
4101
|
```
|
|
4102
4102
|
|
|
4103
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4103
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/logout.ts)_
|
|
4104
4104
|
|
|
4105
4105
|
## `sf org open`
|
|
4106
4106
|
|
|
@@ -5624,7 +5624,7 @@ EXAMPLES
|
|
|
5624
5624
|
$ sf plugins discover
|
|
5625
5625
|
```
|
|
5626
5626
|
|
|
5627
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.
|
|
5627
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.26/src/commands/plugins/discover.ts)_
|
|
5628
5628
|
|
|
5629
5629
|
## `sf plugins:inspect PLUGIN...`
|
|
5630
5630
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.60.
|
|
3
|
+
"version": "2.60.12",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.60.
|
|
9
|
+
"version": "2.60.12",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.0.
|
|
14
|
+
"@oclif/core": "4.0.23",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.4",
|
|
16
16
|
"@oclif/plugin-commands": "4.0.15",
|
|
17
17
|
"@oclif/plugin-help": "6.2.12",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.4.10",
|
|
28
28
|
"@salesforce/plugin-api": "1.2.2",
|
|
29
|
-
"@salesforce/plugin-auth": "3.6.
|
|
29
|
+
"@salesforce/plugin-auth": "3.6.62",
|
|
30
30
|
"@salesforce/plugin-data": "3.6.7",
|
|
31
31
|
"@salesforce/plugin-deploy-retrieve": "3.12.11",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.9",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.32",
|
|
34
|
-
"@salesforce/plugin-marketplace": "1.2.
|
|
34
|
+
"@salesforce/plugin-marketplace": "1.2.26",
|
|
35
35
|
"@salesforce/plugin-org": "4.5.10",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.8.7",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.32",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@salesforce/ts-sinon": "^1.4.27",
|
|
57
57
|
"@salesforce/ts-types": "^2.0.10",
|
|
58
58
|
"aws-sdk": "^2.1691.0",
|
|
59
|
-
"oclif": "^4.14.
|
|
59
|
+
"oclif": "^4.14.35",
|
|
60
60
|
"ts-node": "^10.9.2",
|
|
61
61
|
"typescript": "^5.6.2"
|
|
62
62
|
},
|
|
@@ -4033,9 +4033,9 @@
|
|
|
4033
4033
|
}
|
|
4034
4034
|
},
|
|
4035
4035
|
"node_modules/@oclif/core": {
|
|
4036
|
-
"version": "4.0.
|
|
4037
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
4038
|
-
"integrity": "sha512-
|
|
4036
|
+
"version": "4.0.23",
|
|
4037
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.23.tgz",
|
|
4038
|
+
"integrity": "sha512-wDl/eis7XDIM1pQWUGKLB+EQKJO9UrjaQ5NcwIbz7GW0gWuJfo9QAK75csgNUN/9Pbok9Ryt+sJgogS4RCIp5g==",
|
|
4039
4039
|
"license": "MIT",
|
|
4040
4040
|
"dependencies": {
|
|
4041
4041
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4050,6 +4050,7 @@
|
|
|
4050
4050
|
"is-wsl": "^2.2.0",
|
|
4051
4051
|
"lilconfig": "^3.1.2",
|
|
4052
4052
|
"minimatch": "^9.0.5",
|
|
4053
|
+
"semver": "^7.6.3",
|
|
4053
4054
|
"string-width": "^4.2.3",
|
|
4054
4055
|
"supports-color": "^8",
|
|
4055
4056
|
"widest-line": "^3.1.0",
|
|
@@ -4978,9 +4979,9 @@
|
|
|
4978
4979
|
}
|
|
4979
4980
|
},
|
|
4980
4981
|
"node_modules/@salesforce/plugin-auth": {
|
|
4981
|
-
"version": "3.6.
|
|
4982
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
4983
|
-
"integrity": "sha512-
|
|
4982
|
+
"version": "3.6.62",
|
|
4983
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.62.tgz",
|
|
4984
|
+
"integrity": "sha512-kGv9DQ3XMTKTOsQkVS888hvtAmHMRgtB388TxuFFyHPi8cqwKvS4J3EpCFZdg/aSgNEnK4ak7ggy7CMRVih7RQ==",
|
|
4984
4985
|
"license": "BSD-3-Clause",
|
|
4985
4986
|
"dependencies": {
|
|
4986
4987
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -5115,9 +5116,9 @@
|
|
|
5115
5116
|
}
|
|
5116
5117
|
},
|
|
5117
5118
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
5118
|
-
"version": "1.2.
|
|
5119
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.
|
|
5120
|
-
"integrity": "sha512-
|
|
5119
|
+
"version": "1.2.26",
|
|
5120
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.26.tgz",
|
|
5121
|
+
"integrity": "sha512-BCsRg/7vpUmcQp5Vi4Ey2ru9ubqGJ+s4PyZ7yTE1sM/ix+ExfB0jVpQqER2VoABgyN/+JtC2GaXz/+ujJLmP1Q==",
|
|
5121
5122
|
"license": "BSD-3-Clause",
|
|
5122
5123
|
"dependencies": {
|
|
5123
5124
|
"@salesforce/core": "^8.5.2",
|
|
@@ -18627,9 +18628,9 @@
|
|
|
18627
18628
|
"license": "MIT"
|
|
18628
18629
|
},
|
|
18629
18630
|
"node_modules/oclif": {
|
|
18630
|
-
"version": "4.14.
|
|
18631
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.
|
|
18632
|
-
"integrity": "sha512-
|
|
18631
|
+
"version": "4.14.35",
|
|
18632
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.35.tgz",
|
|
18633
|
+
"integrity": "sha512-PWiBL6+fQZNiFPkdrorDINFfpOTdI5Je9UZD/RwaeP2LvQdggqpBUXx5qlrtxPcHZXNuTQrn4pFfIbDIOPCjsg==",
|
|
18633
18634
|
"dev": true,
|
|
18634
18635
|
"license": "MIT",
|
|
18635
18636
|
"dependencies": {
|
|
@@ -18637,7 +18638,7 @@
|
|
|
18637
18638
|
"@aws-sdk/client-s3": "^3.651.1",
|
|
18638
18639
|
"@inquirer/confirm": "^3.1.22",
|
|
18639
18640
|
"@inquirer/input": "^2.2.4",
|
|
18640
|
-
"@inquirer/select": "^2.
|
|
18641
|
+
"@inquirer/select": "^2.5.0",
|
|
18641
18642
|
"@oclif/core": "^4",
|
|
18642
18643
|
"@oclif/plugin-help": "^6.2.10",
|
|
18643
18644
|
"@oclif/plugin-not-found": "^3.2.21",
|
package/oclif.lock
CHANGED
|
@@ -1569,7 +1569,7 @@
|
|
|
1569
1569
|
"@inquirer/type" "^1.5.3"
|
|
1570
1570
|
ansi-escapes "^4.3.2"
|
|
1571
1571
|
|
|
1572
|
-
"@inquirer/select@^2.3.
|
|
1572
|
+
"@inquirer/select@^2.3.5", "@inquirer/select@^2.4.7", "@inquirer/select@^2.5.0":
|
|
1573
1573
|
version "2.5.0"
|
|
1574
1574
|
resolved "https://registry.npmjs.org/@inquirer/select/-/select-2.5.0.tgz"
|
|
1575
1575
|
integrity sha512-YmDobTItPP3WcEI86GvPo+T2sRHkxxOq/kXmsBjHS5BVXUgvgZ5AfJjkvQvZr03T81NnI3KrrRuMzeuYUQRFOA==
|
|
@@ -1874,10 +1874,10 @@
|
|
|
1874
1874
|
proc-log "^4.0.0"
|
|
1875
1875
|
which "^4.0.0"
|
|
1876
1876
|
|
|
1877
|
-
"@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19", "@oclif/core@^4.0.20", "@oclif/core@^4.0.6", "@oclif/core@4.0.
|
|
1878
|
-
version "4.0.
|
|
1879
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
1880
|
-
integrity sha512-
|
|
1877
|
+
"@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19", "@oclif/core@^4.0.20", "@oclif/core@^4.0.6", "@oclif/core@4.0.23":
|
|
1878
|
+
version "4.0.23"
|
|
1879
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.23.tgz"
|
|
1880
|
+
integrity sha512-wDl/eis7XDIM1pQWUGKLB+EQKJO9UrjaQ5NcwIbz7GW0gWuJfo9QAK75csgNUN/9Pbok9Ryt+sJgogS4RCIp5g==
|
|
1881
1881
|
dependencies:
|
|
1882
1882
|
ansi-escapes "^4.3.2"
|
|
1883
1883
|
ansis "^3.3.2"
|
|
@@ -1891,6 +1891,7 @@
|
|
|
1891
1891
|
is-wsl "^2.2.0"
|
|
1892
1892
|
lilconfig "^3.1.2"
|
|
1893
1893
|
minimatch "^9.0.5"
|
|
1894
|
+
semver "^7.6.3"
|
|
1894
1895
|
string-width "^4.2.3"
|
|
1895
1896
|
supports-color "^8"
|
|
1896
1897
|
widest-line "^3.1.0"
|
|
@@ -2325,10 +2326,10 @@
|
|
|
2325
2326
|
got "^13.0.0"
|
|
2326
2327
|
proxy-agent "^6.4.0"
|
|
2327
2328
|
|
|
2328
|
-
"@salesforce/plugin-auth@3.6.
|
|
2329
|
-
version "3.6.
|
|
2330
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
2331
|
-
integrity sha512-
|
|
2329
|
+
"@salesforce/plugin-auth@3.6.62":
|
|
2330
|
+
version "3.6.62"
|
|
2331
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.62.tgz"
|
|
2332
|
+
integrity sha512-kGv9DQ3XMTKTOsQkVS888hvtAmHMRgtB388TxuFFyHPi8cqwKvS4J3EpCFZdg/aSgNEnK4ak7ggy7CMRVih7RQ==
|
|
2332
2333
|
dependencies:
|
|
2333
2334
|
"@inquirer/checkbox" "^2.5.0"
|
|
2334
2335
|
"@inquirer/select" "^2.4.7"
|
|
@@ -2412,10 +2413,10 @@
|
|
|
2412
2413
|
"@salesforce/core" "^8.5.7"
|
|
2413
2414
|
"@salesforce/sf-plugins-core" "^11.3.10"
|
|
2414
2415
|
|
|
2415
|
-
"@salesforce/plugin-marketplace@1.2.
|
|
2416
|
-
version "1.2.
|
|
2417
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.
|
|
2418
|
-
integrity sha512-
|
|
2416
|
+
"@salesforce/plugin-marketplace@1.2.26":
|
|
2417
|
+
version "1.2.26"
|
|
2418
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.26.tgz"
|
|
2419
|
+
integrity sha512-BCsRg/7vpUmcQp5Vi4Ey2ru9ubqGJ+s4PyZ7yTE1sM/ix+ExfB0jVpQqER2VoABgyN/+JtC2GaXz/+ujJLmP1Q==
|
|
2419
2420
|
dependencies:
|
|
2420
2421
|
"@salesforce/core" "^8.5.2"
|
|
2421
2422
|
"@salesforce/kit" "^3.2.1"
|
|
@@ -8788,16 +8789,16 @@ obliterator@^2.0.1, obliterator@^2.0.2:
|
|
|
8788
8789
|
resolved "https://registry.npmjs.org/obliterator/-/obliterator-2.0.4.tgz"
|
|
8789
8790
|
integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==
|
|
8790
8791
|
|
|
8791
|
-
oclif@^4.14.
|
|
8792
|
-
version "4.14.
|
|
8793
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.14.
|
|
8794
|
-
integrity sha512-
|
|
8792
|
+
oclif@^4.14.35:
|
|
8793
|
+
version "4.14.35"
|
|
8794
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.14.35.tgz"
|
|
8795
|
+
integrity sha512-PWiBL6+fQZNiFPkdrorDINFfpOTdI5Je9UZD/RwaeP2LvQdggqpBUXx5qlrtxPcHZXNuTQrn4pFfIbDIOPCjsg==
|
|
8795
8796
|
dependencies:
|
|
8796
8797
|
"@aws-sdk/client-cloudfront" "^3.645.0"
|
|
8797
8798
|
"@aws-sdk/client-s3" "^3.651.1"
|
|
8798
8799
|
"@inquirer/confirm" "^3.1.22"
|
|
8799
8800
|
"@inquirer/input" "^2.2.4"
|
|
8800
|
-
"@inquirer/select" "^2.
|
|
8801
|
+
"@inquirer/select" "^2.5.0"
|
|
8801
8802
|
"@oclif/core" "^4"
|
|
8802
8803
|
"@oclif/plugin-help" "^6.2.10"
|
|
8803
8804
|
"@oclif/plugin-not-found" "^3.2.21"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.60.
|
|
4
|
+
"version": "2.60.12",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
},
|
|
141
141
|
"dependencies": {
|
|
142
142
|
"@inquirer/select": "^2.3.5",
|
|
143
|
-
"@oclif/core": "4.0.
|
|
143
|
+
"@oclif/core": "4.0.23",
|
|
144
144
|
"@oclif/plugin-autocomplete": "3.2.4",
|
|
145
145
|
"@oclif/plugin-commands": "4.0.15",
|
|
146
146
|
"@oclif/plugin-help": "6.2.12",
|
|
@@ -155,12 +155,12 @@
|
|
|
155
155
|
"@salesforce/kit": "^3.1.6",
|
|
156
156
|
"@salesforce/plugin-apex": "3.4.10",
|
|
157
157
|
"@salesforce/plugin-api": "1.2.2",
|
|
158
|
-
"@salesforce/plugin-auth": "3.6.
|
|
158
|
+
"@salesforce/plugin-auth": "3.6.62",
|
|
159
159
|
"@salesforce/plugin-data": "3.6.7",
|
|
160
160
|
"@salesforce/plugin-deploy-retrieve": "3.12.11",
|
|
161
161
|
"@salesforce/plugin-info": "3.4.9",
|
|
162
162
|
"@salesforce/plugin-limits": "3.3.32",
|
|
163
|
-
"@salesforce/plugin-marketplace": "1.2.
|
|
163
|
+
"@salesforce/plugin-marketplace": "1.2.26",
|
|
164
164
|
"@salesforce/plugin-org": "4.5.10",
|
|
165
165
|
"@salesforce/plugin-packaging": "2.8.7",
|
|
166
166
|
"@salesforce/plugin-schema": "3.3.32",
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"@salesforce/ts-sinon": "^1.4.27",
|
|
257
257
|
"@salesforce/ts-types": "^2.0.10",
|
|
258
258
|
"aws-sdk": "^2.1691.0",
|
|
259
|
-
"oclif": "^4.14.
|
|
259
|
+
"oclif": "^4.14.35",
|
|
260
260
|
"ts-node": "^10.9.2",
|
|
261
261
|
"typescript": "^5.6.2"
|
|
262
262
|
},
|