@salesforce/plugin-limits 3.0.1 → 3.0.3
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 +9 -7
- package/oclif.lock +361 -297
- package/oclif.manifest.json +3 -3
- package/package.json +10 -10
package/oclif.manifest.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"name": "target-org",
|
|
30
30
|
"noCacheDefault": true,
|
|
31
31
|
"required": true,
|
|
32
|
-
"summary": "Username or alias of the target org.",
|
|
32
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
33
33
|
"hasDynamicHelp": true,
|
|
34
34
|
"multiple": false,
|
|
35
35
|
"type": "option"
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"name": "target-org",
|
|
159
159
|
"noCacheDefault": true,
|
|
160
160
|
"required": true,
|
|
161
|
-
"summary": "Username or alias of the target org.",
|
|
161
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
162
162
|
"hasDynamicHelp": true,
|
|
163
163
|
"multiple": false,
|
|
164
164
|
"type": "option"
|
|
@@ -264,5 +264,5 @@
|
|
|
264
264
|
]
|
|
265
265
|
}
|
|
266
266
|
},
|
|
267
|
-
"version": "3.0.
|
|
267
|
+
"version": "3.0.3"
|
|
268
268
|
}
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-limits",
|
|
3
3
|
"description": "commands to display api limits to your org",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.9.0",
|
|
9
|
-
"@salesforce/core": "^
|
|
10
|
-
"@salesforce/kit": "^3.0.
|
|
11
|
-
"@salesforce/sf-plugins-core": "^
|
|
9
|
+
"@salesforce/core": "^6.1.3",
|
|
10
|
+
"@salesforce/kit": "^3.0.15",
|
|
11
|
+
"@salesforce/sf-plugins-core": "^5.0.3",
|
|
12
12
|
"@salesforce/ts-types": "^2.0.9"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.0.2",
|
|
16
16
|
"@oclif/test": "^3",
|
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5",
|
|
18
|
-
"@salesforce/dev-scripts": "^
|
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
20
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
|
18
|
+
"@salesforce/dev-scripts": "^7.1.1",
|
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.47",
|
|
20
|
+
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
21
21
|
"oclif": "^4.0.3",
|
|
22
22
|
"shx": "0.3.4",
|
|
23
23
|
"typescript": "^5.2.2"
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"exports": "./lib/index.js",
|
|
203
203
|
"type": "module",
|
|
204
204
|
"sfdx": {
|
|
205
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.
|
|
206
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.
|
|
205
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.3.crt",
|
|
206
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.3.sig"
|
|
207
207
|
}
|
|
208
208
|
}
|