@jayree/sfdx-plugin-legacy 1.0.2 → 1.1.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.
- package/CHANGELOG.md +31 -0
- package/LICENSE.txt +2 -2
- package/README.md +8 -8
- package/lib/commands/jayree/automation/changeset/deploy.js +22 -29
- package/lib/commands/jayree/automation/changeset/deploy.js.map +1 -1
- package/lib/commands/jayree/automation/changeset/list.js +10 -14
- package/lib/commands/jayree/automation/changeset/list.js.map +1 -1
- package/lib/commands/jayree/automation/ltngsync/status.js +16 -17
- package/lib/commands/jayree/automation/ltngsync/status.js.map +1 -1
- package/lib/commands/jayree/packagedescription/create.js +11 -17
- package/lib/commands/jayree/packagedescription/create.js.map +1 -1
- package/lib/commands/jayree/packagedescription/get.js +10 -16
- package/lib/commands/jayree/packagedescription/get.js.map +1 -1
- package/lib/commands/jayree/packagedescription/remove.js +12 -18
- package/lib/commands/jayree/packagedescription/remove.js.map +1 -1
- package/lib/commands/jayree/packagedescription/set.js +13 -19
- package/lib/commands/jayree/packagedescription/set.js.map +1 -1
- package/lib/hooks/changelog.js +19 -47
- package/lib/hooks/changelog.js.map +1 -1
- package/lib/index.js +1 -3
- package/lib/index.js.map +1 -1
- package/lib/utils/xml.js +11 -21
- package/lib/utils/xml.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +35 -32
package/package.json
CHANGED
|
@@ -1,61 +1,64 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-legacy",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing all jayree legacy commands.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.1.1",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-plugin-legacy/issues",
|
|
7
|
+
"type": "module",
|
|
7
8
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^1.
|
|
9
|
-
"@salesforce/command": "^5.2.
|
|
9
|
+
"@oclif/core": "^1.16.3",
|
|
10
|
+
"@salesforce/command": "^5.2.8",
|
|
11
|
+
"@salesforce/source-deploy-retrieve": "^6.8.1",
|
|
10
12
|
"adm-zip": "^0.5.9",
|
|
11
13
|
"debug": "^4.3.4",
|
|
12
|
-
"fast-xml-parser": "^4.0.
|
|
14
|
+
"fast-xml-parser": "^4.0.10",
|
|
13
15
|
"fs-extra": "^10.1.0",
|
|
14
|
-
"inquirer": "^
|
|
15
|
-
"marked": "^4.0
|
|
16
|
-
"marked-terminal": "^
|
|
17
|
-
"puppeteer": "^
|
|
16
|
+
"inquirer": "^9.1.2",
|
|
17
|
+
"marked": "^4.1.0",
|
|
18
|
+
"marked-terminal": "^5.1.1",
|
|
19
|
+
"puppeteer": "^18.0.4",
|
|
18
20
|
"semver": "^7.3.7",
|
|
19
21
|
"tslib": "^2.4.0"
|
|
20
22
|
},
|
|
21
23
|
"devDependencies": {
|
|
22
|
-
"@commitlint/cli": "^17.
|
|
23
|
-
"@commitlint/config-conventional": "^17.0
|
|
24
|
+
"@commitlint/cli": "^17.1.2",
|
|
25
|
+
"@commitlint/config-conventional": "^17.1.0",
|
|
24
26
|
"@oclif/plugin-command-snapshot": "^3",
|
|
25
27
|
"@oclif/plugin-help": "^5.1.12",
|
|
26
|
-
"@salesforce/dev-config": "^3.0
|
|
27
|
-
"@salesforce/dev-scripts": "
|
|
28
|
+
"@salesforce/dev-config": "^3.1.0",
|
|
29
|
+
"@salesforce/dev-scripts": "3.1.0",
|
|
28
30
|
"@salesforce/prettier-config": "^0.0.2",
|
|
29
|
-
"@salesforce/ts-sinon": "^1.
|
|
31
|
+
"@salesforce/ts-sinon": "^1.4.0",
|
|
30
32
|
"@types/adm-zip": "^0.5.0",
|
|
31
|
-
"@types/chai": "^4.3.
|
|
33
|
+
"@types/chai": "^4.3.3",
|
|
32
34
|
"@types/fs-extra": "^9.0.13",
|
|
33
|
-
"@types/inquirer": "^
|
|
34
|
-
"@types/marked": "^4.0.
|
|
35
|
+
"@types/inquirer": "^9.0.1",
|
|
36
|
+
"@types/marked": "^4.0.7",
|
|
35
37
|
"@types/marked-terminal": "^3.1.3",
|
|
36
38
|
"@types/mocha": "^9.1.1",
|
|
37
|
-
"@types/node": "^18.
|
|
38
|
-
"@types/semver": "^7.3.
|
|
39
|
-
"@types/sinon": "^10.0.
|
|
40
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
41
|
-
"@typescript-eslint/parser": "^5.
|
|
39
|
+
"@types/node": "^18.7.18",
|
|
40
|
+
"@types/semver": "^7.3.12",
|
|
41
|
+
"@types/sinon": "^10.0.13",
|
|
42
|
+
"@typescript-eslint/eslint-plugin": "^5.38.0",
|
|
43
|
+
"@typescript-eslint/parser": "^5.38.0",
|
|
42
44
|
"chai": "^4.3.6",
|
|
43
45
|
"codecov": "^3.8.3",
|
|
44
46
|
"deepmerge": "^4.2.2",
|
|
45
|
-
"eslint": "^8.
|
|
47
|
+
"eslint": "^8.23.1",
|
|
46
48
|
"eslint-config-prettier": "^8.5.0",
|
|
47
|
-
"eslint-config-salesforce": "^
|
|
48
|
-
"eslint-config-salesforce-typescript": "^
|
|
49
|
+
"eslint-config-salesforce": "^1.1.0",
|
|
50
|
+
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
49
51
|
"eslint-plugin-header": "^3.1.1",
|
|
50
52
|
"eslint-plugin-import": "^2.26.0",
|
|
51
|
-
"eslint-plugin-jsdoc": "^39.3.
|
|
52
|
-
"eslint-plugin-prettier": "^4.
|
|
53
|
+
"eslint-plugin-jsdoc": "^39.3.6",
|
|
54
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
55
|
+
"eslint-plugin-sf-plugin": "^1.1.0",
|
|
53
56
|
"husky": "^8.0.1",
|
|
54
57
|
"is-ci": "^3.0.1",
|
|
55
58
|
"mocha": "^10.0.0",
|
|
56
|
-
"nock": "^13.2.
|
|
59
|
+
"nock": "^13.2.9",
|
|
57
60
|
"nyc": "^15.1.0",
|
|
58
|
-
"oclif": "^3.
|
|
61
|
+
"oclif": "^3.2.2",
|
|
59
62
|
"patch-package": "^6.4.7",
|
|
60
63
|
"pinst": "^3.0.0",
|
|
61
64
|
"prettier": "^2.7.1",
|
|
@@ -63,11 +66,11 @@
|
|
|
63
66
|
"shx": "^0.3.4",
|
|
64
67
|
"sinon": "^14.0.0",
|
|
65
68
|
"source-map-support": "^0.5.21",
|
|
66
|
-
"ts-node": "^10.
|
|
67
|
-
"typescript": "^4.
|
|
69
|
+
"ts-node": "^10.9.1",
|
|
70
|
+
"typescript": "^4.8.3"
|
|
68
71
|
},
|
|
69
72
|
"engines": {
|
|
70
|
-
"node": ">=14.
|
|
73
|
+
"node": ">=14.0.0"
|
|
71
74
|
},
|
|
72
75
|
"files": [
|
|
73
76
|
"/lib",
|
|
@@ -144,7 +147,7 @@
|
|
|
144
147
|
"prepublishOnly": "pinst --disable",
|
|
145
148
|
"pretest": "sf-compile-test",
|
|
146
149
|
"test": "sf-test",
|
|
147
|
-
"test:deprecation-policy": "./bin/
|
|
150
|
+
"test:deprecation-policy": "./bin/dev.js snapshot:compare",
|
|
148
151
|
"version": "oclif readme"
|
|
149
152
|
},
|
|
150
153
|
"publishConfig": {
|