File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.3.36] ( https://github.com/salesforcecli/plugin-limits/compare/3.3.35...3.3.36 ) (2024-10-21)
2
+
3
+ ### Bug Fixes
4
+
5
+ - update dependency and new table format ([ 281874a] ( https://github.com/salesforcecli/plugin-limits/commit/281874a1a4085eabfea3c83b2c83aec85a18746c ) )
6
+
1
7
## [ 3.3.35] ( https://github.com/salesforcecli/plugin-limits/compare/3.3.34...3.3.35 ) (2024-10-18)
2
8
3
9
### Reverts
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ EXAMPLES
111
111
$ sf org list limits --target-org my-scratch-org
112
112
```
113
113
114
- _ See code: [ src/commands/org/list/limits.ts] ( https://github.com/salesforcecli/plugin-limits/blob/3.3.35 /src/commands/org/list/limits.ts ) _
114
+ _ See code: [ src/commands/org/list/limits.ts] ( https://github.com/salesforcecli/plugin-limits/blob/3.3.36 /src/commands/org/list/limits.ts ) _
115
115
116
116
## ` sf org list sobject record-counts `
117
117
@@ -157,6 +157,6 @@ EXAMPLES
157
157
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
158
158
```
159
159
160
- _ See code: [ src/commands/org/list/sobject/record-counts.ts] ( https://github.com/salesforcecli/plugin-limits/blob/3.3.35 /src/commands/org/list/sobject/record-counts.ts ) _
160
+ _ See code: [ src/commands/org/list/sobject/record-counts.ts] ( https://github.com/salesforcecli/plugin-limits/blob/3.3.36 /src/commands/org/list/sobject/record-counts.ts ) _
161
161
162
162
<!-- commandsstop -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @salesforce/plugin-limits" ,
3
3
"description" : " commands to display api limits to your org" ,
4
- "version" : " 3.3.35 " ,
4
+ "version" : " 3.3.36 " ,
5
5
"author" : " Salesforce" ,
6
6
"bugs" : " https://github.com/forcedotcom/cli/issues" ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments