@salesforce/plugin-limits 3.0.8 → 3.0.10
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 +2 -2
- package/oclif.lock +44 -105
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ EXAMPLES
|
|
|
110
110
|
$ sf org list limits --target-org my-scratch-org
|
|
111
111
|
```
|
|
112
112
|
|
|
113
|
-
_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.0.
|
|
113
|
+
_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.0.10/src/commands/org/list/limits.ts)_
|
|
114
114
|
|
|
115
115
|
## `sf org list sobject record-counts`
|
|
116
116
|
|
|
@@ -155,6 +155,6 @@ EXAMPLES
|
|
|
155
155
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
156
156
|
```
|
|
157
157
|
|
|
158
|
-
_See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/3.0.
|
|
158
|
+
_See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/3.0.10/src/commands/org/list/sobject/record-counts.ts)_
|
|
159
159
|
|
|
160
160
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -737,10 +737,10 @@
|
|
|
737
737
|
wordwrap "^1.0.0"
|
|
738
738
|
wrap-ansi "^7.0.0"
|
|
739
739
|
|
|
740
|
-
"@oclif/core@^3.0.
|
|
741
|
-
version "3.
|
|
742
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
743
|
-
integrity sha512-
|
|
740
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.12.0", "@oclif/core@^3.14.1", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.3.1":
|
|
741
|
+
version "3.15.1"
|
|
742
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.1.tgz#e03fa775d658e76056150ac0c7b8097b6f51ab9c"
|
|
743
|
+
integrity sha512-d4457zVo2agLoJG97CmdY6M3BeP5sogBP3BtP65hUvJH6wA6Us1hdY3UiPPtD/ZzZImq7cATVMABuCF9tM+rWA==
|
|
744
744
|
dependencies:
|
|
745
745
|
ansi-escapes "^4.3.2"
|
|
746
746
|
ansi-styles "^4.3.0"
|
|
@@ -759,7 +759,7 @@
|
|
|
759
759
|
js-yaml "^3.14.1"
|
|
760
760
|
natural-orderby "^2.0.3"
|
|
761
761
|
object-treeify "^1.1.33"
|
|
762
|
-
password-prompt "^1.1.
|
|
762
|
+
password-prompt "^1.1.3"
|
|
763
763
|
slice-ansi "^4.0.0"
|
|
764
764
|
string-width "^4.2.3"
|
|
765
765
|
strip-ansi "^6.0.1"
|
|
@@ -770,12 +770,12 @@
|
|
|
770
770
|
wordwrap "^1.0.0"
|
|
771
771
|
wrap-ansi "^7.0.0"
|
|
772
772
|
|
|
773
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
774
|
-
version "5.0.
|
|
775
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
776
|
-
integrity sha512-
|
|
773
|
+
"@oclif/plugin-command-snapshot@^5.0.5":
|
|
774
|
+
version "5.0.5"
|
|
775
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.5.tgz#8594869b2e70c5703041d810b7c6515dcd179494"
|
|
776
|
+
integrity sha512-rv+1DVDRJQhD6BXQ1rA7ZZRiXroqDEyfnuIdWLlELxmyENH5askz6q+PeY0GDIAGbIlGCsTv84B3rPk1qsMqRA==
|
|
777
777
|
dependencies:
|
|
778
|
-
"@oclif/core" "^3.
|
|
778
|
+
"@oclif/core" "^3.15.0"
|
|
779
779
|
"@types/lodash.difference" "^4.5.9"
|
|
780
780
|
chalk "^5.3.0"
|
|
781
781
|
just-diff "^5.2.0"
|
|
@@ -928,11 +928,11 @@
|
|
|
928
928
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
929
929
|
|
|
930
930
|
"@salesforce/cli-plugins-testkit@^5":
|
|
931
|
-
version "5.1.
|
|
932
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
933
|
-
integrity sha512-
|
|
931
|
+
version "5.1.2"
|
|
932
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.2.tgz#a8d0c988d26d22cbaa4f19e6be9f0d1a28238ef2"
|
|
933
|
+
integrity sha512-3tF1invyikFvkDfnRdFJBrhDV4gcO0cf7gKRT/9GmIHOF88qjiPiKy4VYx7q1fZI8xn6ZEov0LmMziLUVYjdtg==
|
|
934
934
|
dependencies:
|
|
935
|
-
"@salesforce/core" "^6.4.
|
|
935
|
+
"@salesforce/core" "^6.4.1"
|
|
936
936
|
"@salesforce/kit" "^3.0.15"
|
|
937
937
|
"@salesforce/ts-types" "^2.0.9"
|
|
938
938
|
"@types/shelljs" "^0.8.15"
|
|
@@ -966,10 +966,10 @@
|
|
|
966
966
|
semver "^7.5.4"
|
|
967
967
|
ts-retry-promise "^0.7.1"
|
|
968
968
|
|
|
969
|
-
"@salesforce/core@^6.
|
|
970
|
-
version "6.4.
|
|
971
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.
|
|
972
|
-
integrity sha512-
|
|
969
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
|
|
970
|
+
version "6.4.2"
|
|
971
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
|
|
972
|
+
integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
|
|
973
973
|
dependencies:
|
|
974
974
|
"@salesforce/kit" "^3.0.15"
|
|
975
975
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -985,7 +985,7 @@
|
|
|
985
985
|
jszip "3.10.1"
|
|
986
986
|
pino "^8.16.2"
|
|
987
987
|
pino-abstract-transport "^1.1.0"
|
|
988
|
-
pino-pretty "^10.
|
|
988
|
+
pino-pretty "^10.3.0"
|
|
989
989
|
proper-lockfile "^4.1.2"
|
|
990
990
|
semver "^7.5.4"
|
|
991
991
|
ts-retry-promise "^0.7.1"
|
|
@@ -1035,15 +1035,15 @@
|
|
|
1035
1035
|
"@salesforce/ts-types" "^2.0.9"
|
|
1036
1036
|
tslib "^2.6.2"
|
|
1037
1037
|
|
|
1038
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1039
|
-
version "3.0.
|
|
1040
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1041
|
-
integrity sha512-
|
|
1038
|
+
"@salesforce/plugin-command-reference@^3.0.56":
|
|
1039
|
+
version "3.0.56"
|
|
1040
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.56.tgz#538a9ad005cae322c43848e69952a7cc9474dd57"
|
|
1041
|
+
integrity sha512-4+C8GwXpl7jlyEsJXiMPFG4QTk3Y6N+H+58AZ50RB7qIzXcWROLeIazuvRyZedPvzAdze02hVHPBAO+pltdh4w==
|
|
1042
1042
|
dependencies:
|
|
1043
|
-
"@oclif/core" "^3.
|
|
1044
|
-
"@salesforce/core" "^
|
|
1043
|
+
"@oclif/core" "^3.15.0"
|
|
1044
|
+
"@salesforce/core" "^6.4.1"
|
|
1045
1045
|
"@salesforce/kit" "^3.0.15"
|
|
1046
|
-
"@salesforce/sf-plugins-core" "^
|
|
1046
|
+
"@salesforce/sf-plugins-core" "^5.0.8"
|
|
1047
1047
|
"@salesforce/ts-types" "^2.0.9"
|
|
1048
1048
|
chalk "^4"
|
|
1049
1049
|
handlebars "^4.7.8"
|
|
@@ -1059,20 +1059,7 @@
|
|
|
1059
1059
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1060
1060
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1061
1061
|
|
|
1062
|
-
"@salesforce/sf-plugins-core@^
|
|
1063
|
-
version "4.1.3"
|
|
1064
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.3.tgz#06fa96fec1903fe945def9303eb8c43058625a3d"
|
|
1065
|
-
integrity sha512-cia0FRknxeQU0IK5gOxlP2KGxqc5zxwSmHLKJsd5+sUFWpn3Hnun/3rDO94UXIDjuGKV7HK08hQNBKkSLeYaRA==
|
|
1066
|
-
dependencies:
|
|
1067
|
-
"@oclif/core" "^3.11.0"
|
|
1068
|
-
"@salesforce/core" "^6.1.0"
|
|
1069
|
-
"@salesforce/kit" "^3.0.15"
|
|
1070
|
-
"@salesforce/ts-types" "^2.0.9"
|
|
1071
|
-
"@types/inquirer" "^8.2.3"
|
|
1072
|
-
chalk "^4"
|
|
1073
|
-
inquirer "^8.2.5"
|
|
1074
|
-
|
|
1075
|
-
"@salesforce/sf-plugins-core@^5.0.11":
|
|
1062
|
+
"@salesforce/sf-plugins-core@^5.0.11", "@salesforce/sf-plugins-core@^5.0.8":
|
|
1076
1063
|
version "5.0.11"
|
|
1077
1064
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.11.tgz#6bdffb2afec41b4eb7a0d0336cb9fb60bd7d4ed7"
|
|
1078
1065
|
integrity sha512-uQw3Jns+Ya1Amp2TzZSNV5zHyJq8IBnpL4JrcNe/P6z3092tJlReGVVe6Qn7ITwLIRfsmcoKyI/lQ5zf08xw2A==
|
|
@@ -1592,11 +1579,6 @@ ansi-colors@4.1.1:
|
|
|
1592
1579
|
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
|
|
1593
1580
|
integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
|
|
1594
1581
|
|
|
1595
|
-
ansi-escapes@^3.1.0:
|
|
1596
|
-
version "3.2.0"
|
|
1597
|
-
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
|
|
1598
|
-
integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
|
|
1599
|
-
|
|
1600
1582
|
ansi-escapes@^4.2.1, ansi-escapes@^4.3.2:
|
|
1601
1583
|
version "4.3.2"
|
|
1602
1584
|
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
|
|
@@ -2544,17 +2526,6 @@ create-require@^1.1.0:
|
|
|
2544
2526
|
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
|
|
2545
2527
|
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
|
|
2546
2528
|
|
|
2547
|
-
cross-spawn@^6.0.5:
|
|
2548
|
-
version "6.0.5"
|
|
2549
|
-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
|
|
2550
|
-
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
|
|
2551
|
-
dependencies:
|
|
2552
|
-
nice-try "^1.0.4"
|
|
2553
|
-
path-key "^2.0.1"
|
|
2554
|
-
semver "^5.5.0"
|
|
2555
|
-
shebang-command "^1.2.0"
|
|
2556
|
-
which "^1.2.9"
|
|
2557
|
-
|
|
2558
2529
|
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
|
|
2559
2530
|
version "7.0.3"
|
|
2560
2531
|
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
|
|
@@ -3706,7 +3677,7 @@ glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
|
|
|
3706
3677
|
once "^1.3.0"
|
|
3707
3678
|
path-is-absolute "^1.0.0"
|
|
3708
3679
|
|
|
3709
|
-
glob@^8.0.
|
|
3680
|
+
glob@^8.0.1, glob@^8.0.3:
|
|
3710
3681
|
version "8.1.0"
|
|
3711
3682
|
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
|
|
3712
3683
|
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
|
|
@@ -3890,13 +3861,10 @@ header-case@^2.0.4:
|
|
|
3890
3861
|
capital-case "^1.0.4"
|
|
3891
3862
|
tslib "^2.0.3"
|
|
3892
3863
|
|
|
3893
|
-
help-me@^
|
|
3894
|
-
version "
|
|
3895
|
-
resolved "https://registry.yarnpkg.com/help-me/-/help-me-
|
|
3896
|
-
integrity sha512-
|
|
3897
|
-
dependencies:
|
|
3898
|
-
glob "^8.0.0"
|
|
3899
|
-
readable-stream "^3.6.0"
|
|
3864
|
+
help-me@^5.0.0:
|
|
3865
|
+
version "5.0.0"
|
|
3866
|
+
resolved "https://registry.yarnpkg.com/help-me/-/help-me-5.0.0.tgz#b1ebe63b967b74060027c2ac61f9be12d354a6f6"
|
|
3867
|
+
integrity sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==
|
|
3900
3868
|
|
|
3901
3869
|
hosted-git-info@^2.1.4:
|
|
3902
3870
|
version "2.8.9"
|
|
@@ -5413,11 +5381,6 @@ neo-async@^2.6.2:
|
|
|
5413
5381
|
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
|
|
5414
5382
|
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
|
5415
5383
|
|
|
5416
|
-
nice-try@^1.0.4:
|
|
5417
|
-
version "1.0.5"
|
|
5418
|
-
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
|
|
5419
|
-
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
|
|
5420
|
-
|
|
5421
5384
|
nise@^4.1.0:
|
|
5422
5385
|
version "4.1.0"
|
|
5423
5386
|
resolved "https://registry.yarnpkg.com/nise/-/nise-4.1.0.tgz#8fb75a26e90b99202fa1e63f448f58efbcdedaf6"
|
|
@@ -5966,13 +5929,13 @@ pascal-case@^3.1.2:
|
|
|
5966
5929
|
no-case "^3.0.4"
|
|
5967
5930
|
tslib "^2.0.3"
|
|
5968
5931
|
|
|
5969
|
-
password-prompt@^1.1.2:
|
|
5970
|
-
version "1.1.
|
|
5971
|
-
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.
|
|
5972
|
-
integrity sha512-
|
|
5932
|
+
password-prompt@^1.1.2, password-prompt@^1.1.3:
|
|
5933
|
+
version "1.1.3"
|
|
5934
|
+
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
|
|
5935
|
+
integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
|
|
5973
5936
|
dependencies:
|
|
5974
|
-
ansi-escapes "^3.
|
|
5975
|
-
cross-spawn "^
|
|
5937
|
+
ansi-escapes "^4.3.2"
|
|
5938
|
+
cross-spawn "^7.0.3"
|
|
5976
5939
|
|
|
5977
5940
|
path-case@^3.0.4:
|
|
5978
5941
|
version "3.0.4"
|
|
@@ -5992,11 +5955,6 @@ path-is-absolute@^1.0.0:
|
|
|
5992
5955
|
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
|
5993
5956
|
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
|
|
5994
5957
|
|
|
5995
|
-
path-key@^2.0.1:
|
|
5996
|
-
version "2.0.1"
|
|
5997
|
-
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
|
|
5998
|
-
integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
|
|
5999
|
-
|
|
6000
5958
|
path-key@^3.0.0, path-key@^3.1.0:
|
|
6001
5959
|
version "3.1.1"
|
|
6002
5960
|
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
|
|
@@ -6060,16 +6018,16 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
|
|
|
6060
6018
|
readable-stream "^4.0.0"
|
|
6061
6019
|
split2 "^4.0.0"
|
|
6062
6020
|
|
|
6063
|
-
pino-pretty@^10.2.3:
|
|
6064
|
-
version "10.
|
|
6065
|
-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.
|
|
6066
|
-
integrity sha512-
|
|
6021
|
+
pino-pretty@^10.2.3, pino-pretty@^10.3.0:
|
|
6022
|
+
version "10.3.0"
|
|
6023
|
+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
|
|
6024
|
+
integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
|
|
6067
6025
|
dependencies:
|
|
6068
6026
|
colorette "^2.0.7"
|
|
6069
6027
|
dateformat "^4.6.3"
|
|
6070
6028
|
fast-copy "^3.0.0"
|
|
6071
6029
|
fast-safe-stringify "^2.1.1"
|
|
6072
|
-
help-me "^
|
|
6030
|
+
help-me "^5.0.0"
|
|
6073
6031
|
joycon "^3.1.1"
|
|
6074
6032
|
minimist "^1.2.6"
|
|
6075
6033
|
on-exit-leak-free "^2.1.0"
|
|
@@ -6605,7 +6563,7 @@ secure-json-parse@^2.4.0:
|
|
|
6605
6563
|
resolved "https://registry.yarnpkg.com/secure-json-parse/-/secure-json-parse-2.7.0.tgz#5a5f9cd6ae47df23dba3151edd06855d47e09862"
|
|
6606
6564
|
integrity sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==
|
|
6607
6565
|
|
|
6608
|
-
"semver@2 || 3 || 4 || 5"
|
|
6566
|
+
"semver@2 || 3 || 4 || 5":
|
|
6609
6567
|
version "5.7.2"
|
|
6610
6568
|
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
|
|
6611
6569
|
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
|
|
@@ -6684,13 +6642,6 @@ setimmediate@^1.0.5:
|
|
|
6684
6642
|
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
|
|
6685
6643
|
integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
|
|
6686
6644
|
|
|
6687
|
-
shebang-command@^1.2.0:
|
|
6688
|
-
version "1.2.0"
|
|
6689
|
-
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
|
|
6690
|
-
integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==
|
|
6691
|
-
dependencies:
|
|
6692
|
-
shebang-regex "^1.0.0"
|
|
6693
|
-
|
|
6694
6645
|
shebang-command@^2.0.0:
|
|
6695
6646
|
version "2.0.0"
|
|
6696
6647
|
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
|
|
@@ -6698,11 +6649,6 @@ shebang-command@^2.0.0:
|
|
|
6698
6649
|
dependencies:
|
|
6699
6650
|
shebang-regex "^3.0.0"
|
|
6700
6651
|
|
|
6701
|
-
shebang-regex@^1.0.0:
|
|
6702
|
-
version "1.0.0"
|
|
6703
|
-
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
|
|
6704
|
-
integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==
|
|
6705
|
-
|
|
6706
6652
|
shebang-regex@^3.0.0:
|
|
6707
6653
|
version "3.0.0"
|
|
6708
6654
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
|
@@ -7662,13 +7608,6 @@ which-typed-array@^1.1.11, which-typed-array@^1.1.13, which-typed-array@^1.1.2:
|
|
|
7662
7608
|
gopd "^1.0.1"
|
|
7663
7609
|
has-tostringtag "^1.0.0"
|
|
7664
7610
|
|
|
7665
|
-
which@^1.2.9:
|
|
7666
|
-
version "1.3.1"
|
|
7667
|
-
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
|
|
7668
|
-
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
|
|
7669
|
-
dependencies:
|
|
7670
|
-
isexe "^2.0.0"
|
|
7671
|
-
|
|
7672
7611
|
which@^2.0.1, which@^2.0.2:
|
|
7673
7612
|
version "2.0.2"
|
|
7674
7613
|
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-limits",
|
|
3
3
|
"description": "commands to display api limits to your org",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.10",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
9
|
-
"@salesforce/core": "^6.4.
|
|
8
|
+
"@oclif/core": "^3.15.1",
|
|
9
|
+
"@salesforce/core": "^6.4.2",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^5.0.11",
|
|
12
12
|
"@salesforce/ts-types": "^2.0.9"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.0.5",
|
|
16
16
|
"@oclif/test": "^3",
|
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5",
|
|
18
18
|
"@salesforce/dev-scripts": "^8.1.2",
|
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.56",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
21
21
|
"oclif": "^4.0.4",
|
|
22
22
|
"shx": "0.3.4",
|
|
@@ -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-limits/3.0.
|
|
217
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.
|
|
216
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.10.crt",
|
|
217
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.10.sig"
|
|
218
218
|
}
|
|
219
219
|
}
|