@salesforce/plugin-limits 3.1.2 → 3.1.3
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 +23 -28
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.1.
|
|
113
|
+
_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.1.3/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.1.
|
|
158
|
+
_See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/3.1.3/src/commands/org/list/sobject/record-counts.ts)_
|
|
159
159
|
|
|
160
160
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -790,11 +790,12 @@
|
|
|
790
790
|
wordwrap "^1.0.0"
|
|
791
791
|
wrap-ansi "^7.0.0"
|
|
792
792
|
|
|
793
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.3.1":
|
|
794
|
-
version "3.
|
|
795
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
796
|
-
integrity sha512
|
|
793
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.3.1":
|
|
794
|
+
version "3.18.1"
|
|
795
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
|
|
796
|
+
integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
|
|
797
797
|
dependencies:
|
|
798
|
+
"@types/cli-progress" "^3.11.5"
|
|
798
799
|
ansi-escapes "^4.3.2"
|
|
799
800
|
ansi-styles "^4.3.0"
|
|
800
801
|
cardinal "^2.1.1"
|
|
@@ -818,7 +819,6 @@
|
|
|
818
819
|
strip-ansi "^6.0.1"
|
|
819
820
|
supports-color "^8.1.1"
|
|
820
821
|
supports-hyperlinks "^2.2.0"
|
|
821
|
-
tsconfck "^3.0.0"
|
|
822
822
|
widest-line "^3.1.0"
|
|
823
823
|
wordwrap "^1.0.0"
|
|
824
824
|
wrap-ansi "^7.0.0"
|
|
@@ -1024,10 +1024,10 @@
|
|
|
1024
1024
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
1025
1025
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1026
1026
|
|
|
1027
|
-
"@salesforce/dev-scripts@^8.
|
|
1028
|
-
version "8.
|
|
1029
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.
|
|
1030
|
-
integrity sha512-
|
|
1027
|
+
"@salesforce/dev-scripts@^8.3.0":
|
|
1028
|
+
version "8.3.0"
|
|
1029
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.3.0.tgz#8fcf223edc57dbdeb11397bf7db1f07a8a5e7720"
|
|
1030
|
+
integrity sha512-NoaGfTtyIYed5lGXtLM7QsyGbZvPVa5uflbmIQdeFOefrvAv48k0+RbJzOl7nuj58EmvULzqrZHL6B7w5u4T5Q==
|
|
1031
1031
|
dependencies:
|
|
1032
1032
|
"@commitlint/cli" "^17.1.2"
|
|
1033
1033
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -1042,7 +1042,7 @@
|
|
|
1042
1042
|
cosmiconfig "^7.0.0"
|
|
1043
1043
|
eslint-config-salesforce-typescript "^3.0.5"
|
|
1044
1044
|
husky "^7.0.4"
|
|
1045
|
-
linkinator "^6.0.
|
|
1045
|
+
linkinator "^6.0.3"
|
|
1046
1046
|
mocha "^10.2.0"
|
|
1047
1047
|
nyc "^15.1.0"
|
|
1048
1048
|
prettier "^2.8.8"
|
|
@@ -1236,10 +1236,10 @@
|
|
|
1236
1236
|
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
|
|
1237
1237
|
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
|
|
1238
1238
|
|
|
1239
|
-
"@types/cli-progress@^3.11.0":
|
|
1240
|
-
version "3.11.
|
|
1241
|
-
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.
|
|
1242
|
-
integrity sha512-
|
|
1239
|
+
"@types/cli-progress@^3.11.0", "@types/cli-progress@^3.11.5":
|
|
1240
|
+
version "3.11.5"
|
|
1241
|
+
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.5.tgz#9518c745e78557efda057e3f96a5990c717268c3"
|
|
1242
|
+
integrity sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==
|
|
1243
1243
|
dependencies:
|
|
1244
1244
|
"@types/node" "*"
|
|
1245
1245
|
|
|
@@ -4788,10 +4788,10 @@ lines-and-columns@^1.1.6:
|
|
|
4788
4788
|
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
|
|
4789
4789
|
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
4790
4790
|
|
|
4791
|
-
linkinator@^6.0.
|
|
4792
|
-
version "6.0.
|
|
4793
|
-
resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.
|
|
4794
|
-
integrity sha512-
|
|
4791
|
+
linkinator@^6.0.3:
|
|
4792
|
+
version "6.0.3"
|
|
4793
|
+
resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.3.tgz#552965bafb37a8747858b2c02a70b3c148b68909"
|
|
4794
|
+
integrity sha512-QAcefOkkumXa5NciVhICPkSR5SMk6LFISe/FIX8vvPdLHLUqdXU06Dq/nuOPA5V89iv2gV9FDufYA7adxIcvOw==
|
|
4795
4795
|
dependencies:
|
|
4796
4796
|
chalk "^5.0.0"
|
|
4797
4797
|
escape-html "^1.0.3"
|
|
@@ -4799,7 +4799,7 @@ linkinator@^6.0.2:
|
|
|
4799
4799
|
glob "^10.3.10"
|
|
4800
4800
|
htmlparser2 "^9.0.0"
|
|
4801
4801
|
marked "^10.0.0"
|
|
4802
|
-
meow "^
|
|
4802
|
+
meow "^13.0.0"
|
|
4803
4803
|
mime "^3.0.0"
|
|
4804
4804
|
server-destroy "^1.0.1"
|
|
4805
4805
|
srcset "^5.0.0"
|
|
@@ -5104,10 +5104,10 @@ marked@^4.3.0:
|
|
|
5104
5104
|
vinyl "^2.0.1"
|
|
5105
5105
|
vinyl-file "^3.0.0"
|
|
5106
5106
|
|
|
5107
|
-
meow@^
|
|
5108
|
-
version "
|
|
5109
|
-
resolved "https://registry.yarnpkg.com/meow/-/meow-
|
|
5110
|
-
integrity sha512-
|
|
5107
|
+
meow@^13.0.0:
|
|
5108
|
+
version "13.1.0"
|
|
5109
|
+
resolved "https://registry.yarnpkg.com/meow/-/meow-13.1.0.tgz#62995b0e8c3951739fe6e0a4becdd4d0df23eb37"
|
|
5110
|
+
integrity sha512-o5R/R3Tzxq0PJ3v3qcQJtSvSE9nKOLSAaDuuoMzDVuGTwHdccMWcYomh9Xolng2tjT6O/Y83d+0coVGof6tqmA==
|
|
5111
5111
|
|
|
5112
5112
|
meow@^8.0.0:
|
|
5113
5113
|
version "8.1.2"
|
|
@@ -7252,11 +7252,6 @@ ts-retry-promise@^0.7.1:
|
|
|
7252
7252
|
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
|
|
7253
7253
|
integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
|
|
7254
7254
|
|
|
7255
|
-
tsconfck@^3.0.0:
|
|
7256
|
-
version "3.0.0"
|
|
7257
|
-
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
|
|
7258
|
-
integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
|
|
7259
|
-
|
|
7260
7255
|
tsconfig-paths@^3.14.2:
|
|
7261
7256
|
version "3.14.2"
|
|
7262
7257
|
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-limits",
|
|
3
3
|
"description": "commands to display api limits to your org",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.18.1",
|
|
9
9
|
"@salesforce/core": "^6.4.2",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^7.0.0",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.0.5",
|
|
16
16
|
"@oclif/test": "^3",
|
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5",
|
|
18
|
-
"@salesforce/dev-scripts": "^8.
|
|
18
|
+
"@salesforce/dev-scripts": "^8.3.0",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.58",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.17.1",
|
|
21
21
|
"oclif": "^4.1.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-limits/3.1.
|
|
217
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.1.
|
|
216
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.1.3.crt",
|
|
217
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.1.3.sig"
|
|
218
218
|
}
|
|
219
219
|
}
|