sfdx-jayree 4.3.0 → 4.3.4
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 +30 -0
- package/README.md +26 -26
- package/bin/is-sfdx.js +3 -0
- package/lib/src/commands/jayree/automation/changeset/deploy.js +2 -2
- package/lib/src/commands/jayree/automation/ltngsync/status.js +5 -5
- package/lib/src/commands/jayree/automation/ltngsync/status.js.map +1 -1
- package/lib/src/commands/jayree/packagedescription/get.js +1 -1
- package/lib/src/utils/config.js +1 -2
- package/lib/src/utils/config.js.map +1 -1
- package/lib/src/utils/puppeteer/configuretasks.js +3 -2
- package/lib/src/utils/puppeteer/configuretasks.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +28 -29
- package/yarn.lock +595 -2899
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
3
|
"description": "sfdx ALM commands & more",
|
|
4
|
-
"version": "4.3.
|
|
4
|
+
"version": "4.3.4",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@jayree/sfdx-plugin-manifest": "^2.1.
|
|
8
|
+
"@jayree/sfdx-plugin-manifest": "^2.1.5",
|
|
9
9
|
"@jayree/sfdx-plugin-prettier": "^1.1.2",
|
|
10
|
-
"@oclif/config": "^1.
|
|
11
|
-
"@salesforce/command": "^4.1
|
|
12
|
-
"@salesforce/core": "^2.
|
|
13
|
-
"@salesforce/kit": "^1.5.
|
|
14
|
-
"@salesforce/source-deploy-retrieve": "^5.
|
|
10
|
+
"@oclif/config": "^1.18.2",
|
|
11
|
+
"@salesforce/command": "^4.2.1",
|
|
12
|
+
"@salesforce/core": "^2.33.1",
|
|
13
|
+
"@salesforce/kit": "^1.5.22",
|
|
14
|
+
"@salesforce/source-deploy-retrieve": "^5.8.2",
|
|
15
15
|
"adm-zip": "^0.5.9",
|
|
16
16
|
"chalk": "^4.1.2",
|
|
17
|
-
"cli-ux": "^
|
|
18
|
-
"debug": "^4.3.
|
|
17
|
+
"cli-ux": "^6.0.6",
|
|
18
|
+
"debug": "^4.3.3",
|
|
19
19
|
"enquirer": "^2.3.6",
|
|
20
20
|
"execa": "^5.1.1",
|
|
21
21
|
"fast-xml-parser": "^3.21.1",
|
|
@@ -25,59 +25,57 @@
|
|
|
25
25
|
"is-docker": "^2.2.1",
|
|
26
26
|
"is-wsl": "^2.2.0",
|
|
27
27
|
"listr2": "^3.13.5",
|
|
28
|
-
"marked": "^4.0.
|
|
28
|
+
"marked": "^4.0.8",
|
|
29
29
|
"marked-terminal": "^4.2.0",
|
|
30
30
|
"object-path": "^0.11.8",
|
|
31
31
|
"open": "^8.4.0",
|
|
32
|
-
"puppeteer": "^
|
|
32
|
+
"puppeteer": "^13.0.1",
|
|
33
33
|
"tabletojson": "^2.0.7"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@commitlint/cli": "^15.0.0",
|
|
37
37
|
"@commitlint/config-conventional": "^15.0.0",
|
|
38
|
-
"@oclif/dev-cli": "^1.26.
|
|
39
|
-
"@
|
|
40
|
-
"@salesforce/dev-
|
|
41
|
-
"@salesforce/dev-scripts": "1.0.0",
|
|
38
|
+
"@oclif/dev-cli": "^1.26.10",
|
|
39
|
+
"@salesforce/dev-config": "^3.0.0",
|
|
40
|
+
"@salesforce/dev-scripts": "2.0.0",
|
|
42
41
|
"@salesforce/prettier-config": "^0.0.2",
|
|
43
42
|
"@salesforce/ts-sinon": "^1.3.21",
|
|
44
43
|
"@types/adm-zip": "^0.4.34",
|
|
45
|
-
"@types/chai": "^4.
|
|
44
|
+
"@types/chai": "^4.3.0",
|
|
46
45
|
"@types/fs-extra": "^9.0.13",
|
|
47
46
|
"@types/inquirer": "^8.1.3",
|
|
48
|
-
"@types/jsforce": "^1.9.
|
|
47
|
+
"@types/jsforce": "^1.9.37",
|
|
49
48
|
"@types/marked": "^4.0.1",
|
|
50
49
|
"@types/mocha": "^9.0.0",
|
|
51
|
-
"@types/node": "^
|
|
50
|
+
"@types/node": "^17.0.2",
|
|
52
51
|
"@types/sinon": "^10.0.6",
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
54
|
-
"@typescript-eslint/parser": "^5.
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
|
53
|
+
"@typescript-eslint/parser": "^5.8.0",
|
|
55
54
|
"chai": "^4.3.4",
|
|
56
55
|
"codecov": "^3.8.3",
|
|
57
56
|
"deepmerge": "^4.2.2",
|
|
58
|
-
"eslint": "^8.
|
|
57
|
+
"eslint": "^8.5.0",
|
|
59
58
|
"eslint-config-prettier": "^8.3.0",
|
|
60
59
|
"eslint-config-salesforce": "^0.1.6",
|
|
61
60
|
"eslint-config-salesforce-typescript": "^0.2.8",
|
|
62
61
|
"eslint-plugin-header": "^3.1.1",
|
|
63
62
|
"eslint-plugin-import": "^2.25.3",
|
|
64
|
-
"eslint-plugin-jsdoc": "^37.0
|
|
63
|
+
"eslint-plugin-jsdoc": "^37.4.0",
|
|
65
64
|
"eslint-plugin-prettier": "^4.0.0",
|
|
66
65
|
"husky": "^7.0.4",
|
|
67
66
|
"is-ci": "^3.0.1",
|
|
68
67
|
"mocha": "^9.1.3",
|
|
69
68
|
"nock": "^13.2.1",
|
|
70
69
|
"nyc": "^15.1.0",
|
|
71
|
-
"oclif": "^1.18.1",
|
|
72
70
|
"patch-package": "^6.4.7",
|
|
73
71
|
"pinst": "^2.1.6",
|
|
74
|
-
"prettier": "^2.5.
|
|
75
|
-
"pretty-quick": "^3.1.
|
|
72
|
+
"prettier": "^2.5.1",
|
|
73
|
+
"pretty-quick": "^3.1.3",
|
|
76
74
|
"sinon": "^12.0.1",
|
|
77
75
|
"source-map-support": "^0.5.21",
|
|
78
76
|
"ts-node": "^10.4.0",
|
|
79
77
|
"tslib": "^2.3.1",
|
|
80
|
-
"typescript": "^4.5.
|
|
78
|
+
"typescript": "^4.5.4"
|
|
81
79
|
},
|
|
82
80
|
"engines": {
|
|
83
81
|
"node": ">=14.18.1"
|
|
@@ -89,7 +87,8 @@
|
|
|
89
87
|
"/messages",
|
|
90
88
|
"/oclif.manifest.json",
|
|
91
89
|
"/CHANGELOG.md",
|
|
92
|
-
"/yarn.lock"
|
|
90
|
+
"/yarn.lock",
|
|
91
|
+
"/bin/is-sfdx.js"
|
|
93
92
|
],
|
|
94
93
|
"homepage": "https://github.com/jayree/sfdx-jayree-plugin",
|
|
95
94
|
"keywords": [
|
|
@@ -191,11 +190,11 @@
|
|
|
191
190
|
"lint": "sf-lint",
|
|
192
191
|
"lint-fix": "sf-lint --fix",
|
|
193
192
|
"postcompile": "oclif-dev manifest && oclif-dev readme",
|
|
194
|
-
"_postinstall": "patch-package",
|
|
193
|
+
"_postinstall": "node ./bin/is-sfdx.js || patch-package",
|
|
195
194
|
"postpack": "rimraf oclif.manifest.json",
|
|
196
195
|
"postpublish": "pinst --enable",
|
|
197
196
|
"prepack": "sf-prepack",
|
|
198
|
-
"prepare": "is-ci || husky install",
|
|
197
|
+
"prepare": "is-ci || node ./bin/is-sfdx.js || husky install",
|
|
199
198
|
"prepublishOnly": "pinst --disable",
|
|
200
199
|
"pretest": "sf-compile-test",
|
|
201
200
|
"test": "sf-test",
|