@salesforce/plugin-limits 3.3.58 → 3.3.60

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
@@ -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.58/src/commands/org/list/limits.ts)_
114
+ _See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.3.60/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.58/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.60/src/commands/org/list/sobject/record-counts.ts)_
161
161
 
162
162
  <!-- commandsstop -->
@@ -280,5 +280,5 @@
280
280
  ]
281
281
  }
282
282
  },
283
- "version": "3.3.58"
283
+ "version": "3.3.60"
284
284
  }
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.3.58",
4
+ "version": "3.3.60",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@salesforce/core": "^8.14.0",
8
+ "@salesforce/core": "^8.18.1",
9
9
  "@salesforce/sf-plugins-core": "^12.2.3"
10
10
  },
11
11
  "devDependencies": {
12
- "@oclif/core": "^4.4.0",
13
- "@oclif/plugin-command-snapshot": "^5.3.2",
12
+ "@oclif/core": "^4.4.1",
13
+ "@oclif/plugin-command-snapshot": "^5.3.3",
14
14
  "@oclif/test": "^4",
15
15
  "@salesforce/cli-plugins-testkit": "^5.3.39",
16
16
  "@salesforce/dev-scripts": "^11.0.2",
17
- "@salesforce/plugin-command-reference": "^3.1.58",
17
+ "@salesforce/plugin-command-reference": "^3.1.59",
18
18
  "@salesforce/ts-types": "^2.0.11",
19
- "eslint-plugin-sf-plugin": "^1.20.26",
19
+ "eslint-plugin-sf-plugin": "^1.20.27",
20
20
  "oclif": "^4.20.1",
21
21
  "ts-node": "^10.9.2",
22
22
  "typescript": "^5.5.4"
@@ -211,7 +211,7 @@
211
211
  "exports": "./lib/index.js",
212
212
  "type": "module",
213
213
  "sfdx": {
214
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.3.58.crt",
215
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.3.58.sig"
214
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.3.60.crt",
215
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.3.60.sig"
216
216
  }
217
217
  }