sfdx-jayree 4.8.39 → 4.8.40
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/CHANGELOG.md +11 -0
- package/README.md +54 -53
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/oclif.lock +401 -420
- package/oclif.manifest.json +1 -1
- package/package.json +38 -27
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,49 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
|
|
4
|
-
"version": "4.8.
|
|
4
|
+
"version": "4.8.40",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jayree/sfdx-plugin-manifest": "^3.1.
|
|
10
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
9
|
+
"@jayree/sfdx-plugin-manifest": "^3.1.38",
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.20",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.32",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.27"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-help": "^6.0.
|
|
16
|
-
"@salesforce/dev-
|
|
17
|
-
"@salesforce/dev-scripts": "^5.11.0",
|
|
18
|
-
"@salesforce/prettier-config": "^0.0.3",
|
|
15
|
+
"@oclif/plugin-help": "^6.0.6",
|
|
16
|
+
"@salesforce/dev-scripts": "^7.1.1",
|
|
19
17
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
20
|
-
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
21
|
-
"@typescript-eslint/parser": "^6.10.0",
|
|
22
18
|
"c8": "^8.0.1",
|
|
23
|
-
"chai": "^4.3.10",
|
|
24
|
-
"eslint": "^8.53.0",
|
|
25
|
-
"eslint-config-prettier": "^9.0.0",
|
|
26
|
-
"eslint-config-salesforce": "^2.0.2",
|
|
27
|
-
"eslint-config-salesforce-typescript": "^3.0.2",
|
|
28
|
-
"eslint-plugin-header": "^3.1.1",
|
|
29
|
-
"eslint-plugin-import": "^2.29.0",
|
|
30
|
-
"eslint-plugin-jsdoc": "^46.9.0",
|
|
31
19
|
"eslint-plugin-prettier": "^5.0.1",
|
|
32
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
|
33
|
-
"husky": "^8.0.3",
|
|
34
|
-
"mocha": "^10.2.0",
|
|
20
|
+
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
35
21
|
"nock": "^13.3.8",
|
|
36
|
-
"nyc": "^15.1.0",
|
|
37
22
|
"oclif": "^4.0.3",
|
|
38
23
|
"patch-package": "^8.0.0",
|
|
39
24
|
"pinst": "^3.0.0",
|
|
40
|
-
"prettier": "^3.0
|
|
25
|
+
"prettier": "^3.1.0",
|
|
41
26
|
"pretty-quick": "^3.1.3",
|
|
42
27
|
"shx": "^0.3.4",
|
|
43
|
-
"sinon": "^17.0.1",
|
|
44
28
|
"ts-node": "^10.9.1",
|
|
45
|
-
"typescript": "^5.2.2"
|
|
46
|
-
"wireit": "^0.14.1"
|
|
29
|
+
"typescript": "^5.2.2"
|
|
47
30
|
},
|
|
48
31
|
"engines": {
|
|
49
32
|
"node": ">=16.0.0"
|
|
@@ -110,11 +93,14 @@
|
|
|
110
93
|
"clean": "sf-clean",
|
|
111
94
|
"clean-all": "sf-clean all",
|
|
112
95
|
"compile": "wireit",
|
|
96
|
+
"docs": "sf-docs",
|
|
113
97
|
"format": "wireit",
|
|
114
98
|
"lint": "wireit",
|
|
115
99
|
"prepack": "sf-prepack",
|
|
116
100
|
"prepare": "patch-package && sf-install",
|
|
117
101
|
"test": "wireit",
|
|
102
|
+
"test:compile": "wireit",
|
|
103
|
+
"test:only": "wireit",
|
|
118
104
|
"version": "oclif readme --no-aliases"
|
|
119
105
|
},
|
|
120
106
|
"release": {
|
|
@@ -167,8 +153,33 @@
|
|
|
167
153
|
},
|
|
168
154
|
"test": {
|
|
169
155
|
"dependencies": [
|
|
156
|
+
"test:compile",
|
|
157
|
+
"test:only",
|
|
170
158
|
"lint"
|
|
171
159
|
]
|
|
160
|
+
},
|
|
161
|
+
"test:compile": {
|
|
162
|
+
"command": "tsc -p \"./test\" --pretty",
|
|
163
|
+
"files": [
|
|
164
|
+
"test/**/*.ts",
|
|
165
|
+
"**/tsconfig.json"
|
|
166
|
+
],
|
|
167
|
+
"output": []
|
|
168
|
+
},
|
|
169
|
+
"test:only": {
|
|
170
|
+
"command": "c8 mocha \"test/**/*.test.ts\"",
|
|
171
|
+
"env": {
|
|
172
|
+
"FORCE_COLOR": "2"
|
|
173
|
+
},
|
|
174
|
+
"files": [
|
|
175
|
+
"test/**/*.ts",
|
|
176
|
+
"src/**/*.ts",
|
|
177
|
+
"**/tsconfig.json",
|
|
178
|
+
".mocha*",
|
|
179
|
+
"!*.nut.ts",
|
|
180
|
+
".nycrc"
|
|
181
|
+
],
|
|
182
|
+
"output": []
|
|
172
183
|
}
|
|
173
184
|
}
|
|
174
185
|
}
|