@salesforce/plugin-limits 2.3.35 → 2.3.36

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 CHANGED
@@ -109,7 +109,7 @@ EXAMPLES
109
109
  $ sfdx limits:api:display --target-org my-scratch-org
110
110
  ```
111
111
 
112
- _See code: [src/commands/limits/api/display.ts](https://github.com/salesforcecli/plugin-limits/blob/2.3.35/src/commands/limits/api/display.ts)_
112
+ _See code: [src/commands/limits/api/display.ts](https://github.com/salesforcecli/plugin-limits/blob/2.3.36/src/commands/limits/api/display.ts)_
113
113
 
114
114
  ## `sfdx limits:recordcounts:display`
115
115
 
@@ -153,6 +153,6 @@ EXAMPLES
153
153
  $ sfdx limits:recordcounts:display --sobject Account --sobject Lead --target-org my-scratch-org
154
154
  ```
155
155
 
156
- _See code: [src/commands/limits/recordcounts/display.ts](https://github.com/salesforcecli/plugin-limits/blob/2.3.35/src/commands/limits/recordcounts/display.ts)_
156
+ _See code: [src/commands/limits/recordcounts/display.ts](https://github.com/salesforcecli/plugin-limits/blob/2.3.36/src/commands/limits/recordcounts/display.ts)_
157
157
 
158
158
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.3.35",
2
+ "version": "2.3.36",
3
3
  "commands": {
4
4
  "limits:api:display": {
5
5
  "id": "limits:api:display",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-limits",
3
3
  "description": "commands to display api limits to your org",
4
- "version": "2.3.35",
4
+ "version": "2.3.36",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "main": "lib/index.js",
@@ -15,11 +15,11 @@
15
15
  },
16
16
  "devDependencies": {
17
17
  "@oclif/plugin-command-snapshot": "^4.0.14",
18
- "@oclif/test": "^2.5.3",
18
+ "@oclif/test": "^2.5.5",
19
19
  "@salesforce/cli-plugins-testkit": "^4.3.6",
20
20
  "@salesforce/dev-config": "^4.0.1",
21
21
  "@salesforce/dev-scripts": "^5.10.0",
22
- "@salesforce/plugin-command-reference": "^3.0.28",
22
+ "@salesforce/plugin-command-reference": "^3.0.34",
23
23
  "@salesforce/prettier-config": "^0.0.3",
24
24
  "@salesforce/ts-sinon": "^1.4.15",
25
25
  "@swc/core": "^1.3.32",
@@ -34,7 +34,7 @@
34
34
  "eslint-plugin-header": "^3.1.1",
35
35
  "eslint-plugin-import": "2.28.1",
36
36
  "eslint-plugin-jsdoc": "^43.0.5",
37
- "eslint-plugin-sf-plugin": "^1.16.5",
37
+ "eslint-plugin-sf-plugin": "^1.16.6",
38
38
  "husky": "^7.0.4",
39
39
  "mocha": "^9.1.3",
40
40
  "nyc": "^15.1.0",
@@ -219,7 +219,7 @@
219
219
  }
220
220
  },
221
221
  "sfdx": {
222
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/2.3.35.crt",
223
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/2.3.35.sig"
222
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/2.3.36.crt",
223
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/2.3.36.sig"
224
224
  }
225
225
  }