@salesforce/plugin-limits 3.0.7 → 3.0.9
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 +35 -93
- 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.9/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.9/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,7 +966,7 @@
|
|
|
966
966
|
semver "^7.5.4"
|
|
967
967
|
ts-retry-promise "^0.7.1"
|
|
968
968
|
|
|
969
|
-
"@salesforce/core@^6.
|
|
969
|
+
"@salesforce/core@^6.4.1":
|
|
970
970
|
version "6.4.1"
|
|
971
971
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.1.tgz#27edd083b62ee96d6270b60da6dfb959bff1a0a5"
|
|
972
972
|
integrity sha512-Bn/Pox5JLeVBg35zgSmtNU+f9wdOaa7a/hmCIvQibci1dpKtLGUmSpdHibWR6zHag8ZoRkueea7zuqEjYzECyA==
|
|
@@ -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,26 +1059,13 @@
|
|
|
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 "
|
|
1064
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1065
|
-
integrity sha512-
|
|
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.5":
|
|
1076
|
-
version "5.0.5"
|
|
1077
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.5.tgz#9ab91099fb3e5f8be86c5572d755adcc5913dd25"
|
|
1078
|
-
integrity sha512-IlxDYH8ihznGwPclKyo/teKo4eutuIIzA3hq2d9AuFlGH4N6e7rN3IgTfhp7yV/K7RA70Ub/+dl7etIAO7FmMQ==
|
|
1062
|
+
"@salesforce/sf-plugins-core@^5.0.11", "@salesforce/sf-plugins-core@^5.0.8":
|
|
1063
|
+
version "5.0.11"
|
|
1064
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.11.tgz#6bdffb2afec41b4eb7a0d0336cb9fb60bd7d4ed7"
|
|
1065
|
+
integrity sha512-uQw3Jns+Ya1Amp2TzZSNV5zHyJq8IBnpL4JrcNe/P6z3092tJlReGVVe6Qn7ITwLIRfsmcoKyI/lQ5zf08xw2A==
|
|
1079
1066
|
dependencies:
|
|
1080
|
-
"@oclif/core" "^3.
|
|
1081
|
-
"@salesforce/core" "^6.
|
|
1067
|
+
"@oclif/core" "^3.14.1"
|
|
1068
|
+
"@salesforce/core" "^6.4.1"
|
|
1082
1069
|
"@salesforce/kit" "^3.0.15"
|
|
1083
1070
|
"@salesforce/ts-types" "^2.0.9"
|
|
1084
1071
|
"@types/inquirer" "^8.2.3"
|
|
@@ -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"
|
|
@@ -5413,11 +5384,6 @@ neo-async@^2.6.2:
|
|
|
5413
5384
|
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
|
|
5414
5385
|
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
|
5415
5386
|
|
|
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
5387
|
nise@^4.1.0:
|
|
5422
5388
|
version "4.1.0"
|
|
5423
5389
|
resolved "https://registry.yarnpkg.com/nise/-/nise-4.1.0.tgz#8fb75a26e90b99202fa1e63f448f58efbcdedaf6"
|
|
@@ -5966,13 +5932,13 @@ pascal-case@^3.1.2:
|
|
|
5966
5932
|
no-case "^3.0.4"
|
|
5967
5933
|
tslib "^2.0.3"
|
|
5968
5934
|
|
|
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-
|
|
5935
|
+
password-prompt@^1.1.2, password-prompt@^1.1.3:
|
|
5936
|
+
version "1.1.3"
|
|
5937
|
+
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
|
|
5938
|
+
integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
|
|
5973
5939
|
dependencies:
|
|
5974
|
-
ansi-escapes "^3.
|
|
5975
|
-
cross-spawn "^
|
|
5940
|
+
ansi-escapes "^4.3.2"
|
|
5941
|
+
cross-spawn "^7.0.3"
|
|
5976
5942
|
|
|
5977
5943
|
path-case@^3.0.4:
|
|
5978
5944
|
version "3.0.4"
|
|
@@ -5992,11 +5958,6 @@ path-is-absolute@^1.0.0:
|
|
|
5992
5958
|
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
|
5993
5959
|
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
|
|
5994
5960
|
|
|
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
5961
|
path-key@^3.0.0, path-key@^3.1.0:
|
|
6001
5962
|
version "3.1.1"
|
|
6002
5963
|
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
|
|
@@ -6605,7 +6566,7 @@ secure-json-parse@^2.4.0:
|
|
|
6605
6566
|
resolved "https://registry.yarnpkg.com/secure-json-parse/-/secure-json-parse-2.7.0.tgz#5a5f9cd6ae47df23dba3151edd06855d47e09862"
|
|
6606
6567
|
integrity sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==
|
|
6607
6568
|
|
|
6608
|
-
"semver@2 || 3 || 4 || 5"
|
|
6569
|
+
"semver@2 || 3 || 4 || 5":
|
|
6609
6570
|
version "5.7.2"
|
|
6610
6571
|
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
|
|
6611
6572
|
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
|
|
@@ -6684,13 +6645,6 @@ setimmediate@^1.0.5:
|
|
|
6684
6645
|
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
|
|
6685
6646
|
integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
|
|
6686
6647
|
|
|
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
6648
|
shebang-command@^2.0.0:
|
|
6695
6649
|
version "2.0.0"
|
|
6696
6650
|
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
|
|
@@ -6698,11 +6652,6 @@ shebang-command@^2.0.0:
|
|
|
6698
6652
|
dependencies:
|
|
6699
6653
|
shebang-regex "^3.0.0"
|
|
6700
6654
|
|
|
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
6655
|
shebang-regex@^3.0.0:
|
|
6707
6656
|
version "3.0.0"
|
|
6708
6657
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
|
@@ -7662,13 +7611,6 @@ which-typed-array@^1.1.11, which-typed-array@^1.1.13, which-typed-array@^1.1.2:
|
|
|
7662
7611
|
gopd "^1.0.1"
|
|
7663
7612
|
has-tostringtag "^1.0.0"
|
|
7664
7613
|
|
|
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
7614
|
which@^2.0.1, which@^2.0.2:
|
|
7673
7615
|
version "2.0.2"
|
|
7674
7616
|
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.9",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.15.1",
|
|
9
9
|
"@salesforce/core": "^6.4.1",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
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.9.crt",
|
|
217
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.9.sig"
|
|
218
218
|
}
|
|
219
219
|
}
|