@jayree/sfdx-plugin-legacy 1.1.142 → 1.1.143
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 +7 -0
- package/README.md +7 -7
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.1.143](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.142...v1.1.143) (2025-10-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump fast-xml-parser from 5.2.5 to 5.3.0 ([#1432](https://github.com/jayree/sfdx-plugin-legacy/issues/1432)) ([f3e6df7](https://github.com/jayree/sfdx-plugin-legacy/commit/f3e6df794689210ccc8020725b4f6e84bce8a411))
|
|
7
|
+
|
|
1
8
|
## [1.1.142](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.141...v1.1.142) (2025-10-03)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -50,7 +50,7 @@ EXAMPLES
|
|
|
50
50
|
❯ ChangeSet1
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
_See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
53
|
+
_See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.143/src/commands/jayree/automation/changeset/deploy.ts)_
|
|
54
54
|
|
|
55
55
|
### `sfdx jayree:automation:changeset:list`
|
|
56
56
|
|
|
@@ -64,7 +64,7 @@ DESCRIPTION
|
|
|
64
64
|
list incomming change sets of an org (beta)
|
|
65
65
|
```
|
|
66
66
|
|
|
67
|
-
_See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
67
|
+
_See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.143/src/commands/jayree/automation/changeset/list.ts)_
|
|
68
68
|
|
|
69
69
|
### `sfdx jayree:automation:ltngsync:status`
|
|
70
70
|
|
|
@@ -85,7 +85,7 @@ EXAMPLES
|
|
|
85
85
|
userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
|
|
86
86
|
```
|
|
87
87
|
|
|
88
|
-
_See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
88
|
+
_See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.143/src/commands/jayree/automation/ltngsync/status.ts)_
|
|
89
89
|
|
|
90
90
|
### `sfdx jayree:packagedescription:create`
|
|
91
91
|
|
|
@@ -102,7 +102,7 @@ EXAMPLES
|
|
|
102
102
|
$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
_See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
105
|
+
_See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.143/src/commands/jayree/packagedescription/create.ts)_
|
|
106
106
|
|
|
107
107
|
### `sfdx jayree:packagedescription:get`
|
|
108
108
|
|
|
@@ -120,7 +120,7 @@ EXAMPLES
|
|
|
120
120
|
Description of Package FILENAME
|
|
121
121
|
```
|
|
122
122
|
|
|
123
|
-
_See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
123
|
+
_See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.143/src/commands/jayree/packagedescription/get.ts)_
|
|
124
124
|
|
|
125
125
|
### `sfdx jayree:packagedescription:remove`
|
|
126
126
|
|
|
@@ -137,7 +137,7 @@ EXAMPLES
|
|
|
137
137
|
$ sfdx jayree:packagedescription:remove --file FILENAME
|
|
138
138
|
```
|
|
139
139
|
|
|
140
|
-
_See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
140
|
+
_See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.143/src/commands/jayree/packagedescription/remove.ts)_
|
|
141
141
|
|
|
142
142
|
### `sfdx jayree:packagedescription:set`
|
|
143
143
|
|
|
@@ -154,5 +154,5 @@ EXAMPLES
|
|
|
154
154
|
$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
|
|
155
155
|
```
|
|
156
156
|
|
|
157
|
-
_See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
157
|
+
_See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.143/src/commands/jayree/packagedescription/set.ts)_
|
|
158
158
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-legacy",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing all jayree legacy commands.",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.143",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-plugin-legacy/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@salesforce/ts-types": "^2.0.12",
|
|
14
14
|
"adm-zip": "^0.5.16",
|
|
15
15
|
"debug": "^4.4.1",
|
|
16
|
-
"fast-xml-parser": "^5.
|
|
16
|
+
"fast-xml-parser": "^5.3.0",
|
|
17
17
|
"fs-extra": "^11.3.2",
|
|
18
18
|
"inquirer": "^9.3.4",
|
|
19
19
|
"puppeteer": "^24.23.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@types/fs-extra": "^11.0.4",
|
|
34
34
|
"@types/inquirer": "^9.0.7",
|
|
35
35
|
"@types/mocha": "^10.0.10",
|
|
36
|
-
"@types/node": "^24.
|
|
36
|
+
"@types/node": "^24.7.1",
|
|
37
37
|
"@types/sinon": "^17.0.4",
|
|
38
38
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
39
39
|
"@typescript-eslint/parser": "^5.62.0",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"eslint-config-salesforce-typescript": "^4.0.1",
|
|
47
47
|
"eslint-plugin-header": "^3.1.1",
|
|
48
48
|
"eslint-plugin-import": "^2.32.0",
|
|
49
|
-
"eslint-plugin-jsdoc": "^
|
|
49
|
+
"eslint-plugin-jsdoc": "^61.1.0",
|
|
50
50
|
"eslint-plugin-prettier": "^5.5.4",
|
|
51
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
51
|
+
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
52
52
|
"husky": "^9.1.7",
|
|
53
53
|
"is-ci": "^4.1.0",
|
|
54
54
|
"mocha": "^11.7.4",
|