@salesforce/plugin-limits 3.0.7 → 3.0.8

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.0.7/src/commands/org/list/limits.ts)_
113
+ _See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.0.8/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.0.7/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.0.8/src/commands/org/list/sobject/record-counts.ts)_
159
159
 
160
160
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -966,7 +966,7 @@
966
966
  semver "^7.5.4"
967
967
  ts-retry-promise "^0.7.1"
968
968
 
969
- "@salesforce/core@^6.1.0", "@salesforce/core@^6.2.0", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1":
969
+ "@salesforce/core@^6.1.0", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1":
970
970
  version "6.4.1"
971
971
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.1.tgz#27edd083b62ee96d6270b60da6dfb959bff1a0a5"
972
972
  integrity sha512-Bn/Pox5JLeVBg35zgSmtNU+f9wdOaa7a/hmCIvQibci1dpKtLGUmSpdHibWR6zHag8ZoRkueea7zuqEjYzECyA==
@@ -1072,13 +1072,13 @@
1072
1072
  chalk "^4"
1073
1073
  inquirer "^8.2.5"
1074
1074
 
1075
- "@salesforce/sf-plugins-core@^5.0.5":
1076
- version "5.0.5"
1077
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.5.tgz#9ab91099fb3e5f8be86c5572d755adcc5913dd25"
1078
- integrity sha512-IlxDYH8ihznGwPclKyo/teKo4eutuIIzA3hq2d9AuFlGH4N6e7rN3IgTfhp7yV/K7RA70Ub/+dl7etIAO7FmMQ==
1075
+ "@salesforce/sf-plugins-core@^5.0.11":
1076
+ version "5.0.11"
1077
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.11.tgz#6bdffb2afec41b4eb7a0d0336cb9fb60bd7d4ed7"
1078
+ integrity sha512-uQw3Jns+Ya1Amp2TzZSNV5zHyJq8IBnpL4JrcNe/P6z3092tJlReGVVe6Qn7ITwLIRfsmcoKyI/lQ5zf08xw2A==
1079
1079
  dependencies:
1080
- "@oclif/core" "^3.12.0"
1081
- "@salesforce/core" "^6.2.0"
1080
+ "@oclif/core" "^3.14.1"
1081
+ "@salesforce/core" "^6.4.1"
1082
1082
  "@salesforce/kit" "^3.0.15"
1083
1083
  "@salesforce/ts-types" "^2.0.9"
1084
1084
  "@types/inquirer" "^8.2.3"
@@ -264,5 +264,5 @@
264
264
  ]
265
265
  }
266
266
  },
267
- "version": "3.0.7"
267
+ "version": "3.0.8"
268
268
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-limits",
3
3
  "description": "commands to display api limits to your org",
4
- "version": "3.0.7",
4
+ "version": "3.0.8",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.14.1",
9
9
  "@salesforce/core": "^6.4.1",
10
10
  "@salesforce/kit": "^3.0.15",
11
- "@salesforce/sf-plugins-core": "^5.0.5",
11
+ "@salesforce/sf-plugins-core": "^5.0.11",
12
12
  "@salesforce/ts-types": "^2.0.9"
13
13
  },
14
14
  "devDependencies": {
@@ -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.0.7.crt",
217
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.7.sig"
216
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.8.crt",
217
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.8.sig"
218
218
  }
219
219
  }