@salesforce/sf-plugins-core 1.21.3 → 1.21.5
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 +1 -1
- package/README.md +2 -0
- package/package.json +6 -6
package/LICENSE.txt
CHANGED
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
The @salesforce/sf-plugins-core provides utilities for writing [sf](https://github.com/salesforcecli/cli) plugins.
|
|
6
6
|
|
|
7
|
+
Docs: [https://salesforcecli.github.io/sf-plugins-core](https://salesforcecli.github.io/sf-plugins-core)
|
|
8
|
+
|
|
7
9
|
## SfCommand Abstract Class
|
|
8
10
|
|
|
9
11
|
The SfCommand abstract class extends [@oclif/core's Command class](https://github.com/oclif/core/blob/main/src/command.ts) for examples of how to build a definition.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/sf-plugins-core",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.5",
|
|
4
4
|
"description": "Utils for writing deploy and retrieve plugins",
|
|
5
5
|
"main": "lib/exported",
|
|
6
6
|
"types": "lib/exported.d.ts",
|
|
@@ -32,24 +32,24 @@
|
|
|
32
32
|
"/messages"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@oclif/core": "^1.
|
|
36
|
-
"@salesforce/core": "^3.32.
|
|
35
|
+
"@oclif/core": "^1.23.1",
|
|
36
|
+
"@salesforce/core": "^3.32.12",
|
|
37
37
|
"@salesforce/kit": "^1.7.1",
|
|
38
38
|
"@salesforce/ts-types": "^1.7.1",
|
|
39
39
|
"chalk": "^4",
|
|
40
40
|
"inquirer": "^8.2.5"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@oclif/test": "^2.2.
|
|
43
|
+
"@oclif/test": "^2.2.16",
|
|
44
44
|
"@salesforce/dev-config": "^3.0.0",
|
|
45
45
|
"@salesforce/dev-scripts": "^3.1.0",
|
|
46
46
|
"@salesforce/prettier-config": "^0.0.2",
|
|
47
47
|
"@salesforce/ts-sinon": "^1.4.2",
|
|
48
48
|
"@types/inquirer": "^8.2.3",
|
|
49
49
|
"@typescript-eslint/eslint-plugin": "^5.44.0",
|
|
50
|
-
"@typescript-eslint/parser": "^5.
|
|
50
|
+
"@typescript-eslint/parser": "^5.47.0",
|
|
51
51
|
"chai": "^4.3.7",
|
|
52
|
-
"eslint": "^8.
|
|
52
|
+
"eslint": "^8.31.0",
|
|
53
53
|
"eslint-config-prettier": "^8.5.0",
|
|
54
54
|
"eslint-config-salesforce": "^1.1.0",
|
|
55
55
|
"eslint-config-salesforce-license": "^0.1.6",
|