@salesforce/plugin-limits 3.3.73 → 3.3.75

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/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  Apache License Version 2.0
2
2
 
3
- Copyright (c) 2025 Salesforce, Inc.
3
+ Copyright (c) 2026 Salesforce, Inc.
4
4
  All rights reserved.
5
5
 
6
6
  Apache License
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.73/src/commands/org/list/limits.ts)_
114
+ _See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.3.75/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.73/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.75/src/commands/org/list/sobject/record-counts.ts)_
161
161
 
162
162
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -280,5 +280,5 @@
280
280
  ]
281
281
  }
282
282
  },
283
- "version": "3.3.73"
283
+ "version": "3.3.75"
284
284
  }
package/package.json CHANGED
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-limits",
3
3
  "description": "commands to display api limits to your org",
4
- "version": "3.3.73",
4
+ "version": "3.3.75",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
+ "enableO11y": true,
8
+ "o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
7
9
  "dependencies": {
8
- "@salesforce/core": "^8.23.4",
10
+ "@salesforce/core": "^8.24.0",
9
11
  "@salesforce/sf-plugins-core": "^12.2.6"
10
12
  },
11
13
  "devDependencies": {
@@ -14,10 +16,10 @@
14
16
  "@oclif/test": "^4",
15
17
  "@salesforce/cli-plugins-testkit": "^5.3.41",
16
18
  "@salesforce/dev-scripts": "^11.0.4",
17
- "@salesforce/plugin-command-reference": "^3.1.78",
19
+ "@salesforce/plugin-command-reference": "^3.1.79",
18
20
  "@salesforce/ts-types": "^2.0.11",
19
21
  "eslint-plugin-sf-plugin": "^1.20.33",
20
- "oclif": "^4.22.50",
22
+ "oclif": "^4.22.59",
21
23
  "ts-node": "^10.9.2",
22
24
  "typescript": "^5.5.4"
23
25
  },
@@ -211,7 +213,7 @@
211
213
  "exports": "./lib/index.js",
212
214
  "type": "module",
213
215
  "sfdx": {
214
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.3.73.crt",
215
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.3.73.sig"
216
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.3.75.crt",
217
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.3.75.sig"
216
218
  }
217
219
  }