@salesforce/plugin-limits 3.1.15 → 3.2.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.
@@ -20,6 +20,14 @@
20
20
  "allowNo": false,
21
21
  "type": "boolean"
22
22
  },
23
+ "flags-dir": {
24
+ "helpGroup": "GLOBAL",
25
+ "name": "flags-dir",
26
+ "summary": "Import flag values from a directory.",
27
+ "hasDynamicHelp": false,
28
+ "multiple": false,
29
+ "type": "option"
30
+ },
23
31
  "target-org": {
24
32
  "aliases": [
25
33
  "targetusername",
@@ -136,6 +144,14 @@
136
144
  "allowNo": false,
137
145
  "type": "boolean"
138
146
  },
147
+ "flags-dir": {
148
+ "helpGroup": "GLOBAL",
149
+ "name": "flags-dir",
150
+ "summary": "Import flag values from a directory.",
151
+ "hasDynamicHelp": false,
152
+ "multiple": false,
153
+ "type": "option"
154
+ },
139
155
  "sobject": {
140
156
  "aliases": [
141
157
  "sobjecttype"
@@ -264,5 +280,5 @@
264
280
  ]
265
281
  }
266
282
  },
267
- "version": "3.1.15"
283
+ "version": "3.2.1"
268
284
  }
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-limits",
3
3
  "description": "commands to display api limits to your org",
4
- "version": "3.1.15",
4
+ "version": "3.2.1",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.19.2",
9
9
  "@salesforce/core": "^6.7.3",
10
10
  "@salesforce/kit": "^3.0.15",
11
- "@salesforce/sf-plugins-core": "^7.1.15"
11
+ "@salesforce/sf-plugins-core": "^8.0.2"
12
12
  },
13
13
  "devDependencies": {
14
- "@oclif/plugin-command-snapshot": "^5.1.1",
14
+ "@oclif/plugin-command-snapshot": "^5.1.2",
15
15
  "@oclif/test": "^3",
16
- "@salesforce/cli-plugins-testkit": "^5.1.11",
16
+ "@salesforce/cli-plugins-testkit": "^5.1.13",
17
17
  "@salesforce/dev-scripts": "^8.4.2",
18
18
  "@salesforce/plugin-command-reference": "^3.0.70",
19
19
  "@salesforce/ts-types": "^2.0.9",
20
- "eslint-plugin-sf-plugin": "^1.17.4",
21
- "oclif": "^4.5.5",
20
+ "eslint-plugin-sf-plugin": "^1.17.5",
21
+ "oclif": "^4.6.2",
22
22
  "ts-node": "^10.9.2",
23
23
  "typescript": "^5.4.2"
24
24
  },
@@ -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.15.crt",
217
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.1.15.sig"
216
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.2.1.crt",
217
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.2.1.sig"
218
218
  }
219
219
  }