@salesforce/plugin-limits 3.1.0 → 3.1.1

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
@@ -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.0/src/commands/org/list/limits.ts)_
113
+ _See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.1.1/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.0/src/commands/org/list/sobject/record-counts.ts)_
158
+ _See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/3.1.1/src/commands/org/list/sobject/record-counts.ts)_
159
159
 
160
160
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -737,10 +737,10 @@
737
737
  wordwrap "^1.0.0"
738
738
  wrap-ansi "^7.0.0"
739
739
 
740
- "@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.3.1":
741
- version "3.15.1"
742
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.1.tgz#e03fa775d658e76056150ac0c7b8097b6f51ab9c"
743
- integrity sha512-d4457zVo2agLoJG97CmdY6M3BeP5sogBP3BtP65hUvJH6wA6Us1hdY3UiPPtD/ZzZImq7cATVMABuCF9tM+rWA==
740
+ "@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":
741
+ version "3.16.0"
742
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.16.0.tgz#682657cb5e4a3262a47e26e0c8a7bf0343acaf76"
743
+ integrity sha512-/PIz+udzb59XE8O/bQvqlCtXy6RByEHH0KsrAJNa/ZrqtdsLmeDNJcHdgygFHx+nz+PYMoUzsyzJMau++EDNoQ==
744
744
  dependencies:
745
745
  ansi-escapes "^4.3.2"
746
746
  ansi-styles "^4.3.0"
@@ -266,5 +266,5 @@
266
266
  ]
267
267
  }
268
268
  },
269
- "version": "3.1.0"
269
+ "version": "3.1.1"
270
270
  }
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.0",
4
+ "version": "3.1.1",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.15.1",
8
+ "@oclif/core": "^3.16.0",
9
9
  "@salesforce/core": "^6.4.2",
10
10
  "@salesforce/kit": "^3.0.15",
11
11
  "@salesforce/sf-plugins-core": "^5.0.13",
@@ -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.0.crt",
217
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.1.0.sig"
216
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.1.1.crt",
217
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.1.1.sig"
218
218
  }
219
219
  }