@jayree/sfdx-plugin-legacy 1.1.53 → 1.1.55
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 +14 -0
- package/README.md +11 -26
- package/lib/utils/xml.js +3 -1
- package/lib/utils/xml.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +6 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.1.55](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.54...v1.1.55) (2023-08-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/changelog from 1.1.4 to 1.1.5 ([#617](https://github.com/jayree/sfdx-plugin-legacy/issues/617)) ([b32b8e5](https://github.com/jayree/sfdx-plugin-legacy/commit/b32b8e5789767adfe129d9d91c26b0e157236373))
|
|
7
|
+
|
|
8
|
+
## [1.1.54](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.53...v1.1.54) (2023-08-12)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump puppeteer from 20.9.0 to 21.0.3 ([#612](https://github.com/jayree/sfdx-plugin-legacy/issues/612)) ([8ac633a](https://github.com/jayree/sfdx-plugin-legacy/commit/8ac633a463ad2531b9ef1767907a2ab762906242))
|
|
14
|
+
|
|
1
15
|
## [1.1.53](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.52...v1.1.53) (2023-08-11)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -8,26 +8,11 @@ A Salesforce CLI plugin containing all jayree legacy commands.
|
|
|
8
8
|
[](https://npmjs.org/package/@jayree/sfdx-plugin-legacy)
|
|
9
9
|
[](https://github.com/jayree-plugins/sfdx-plugin-manifest/blob/main/package.json)
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## Usage
|
|
17
|
-
|
|
18
|
-
<!-- usage -->
|
|
19
|
-
```sh-session
|
|
20
|
-
$ sfdx plugins:install @jayree/sfdx-plugin-legacy
|
|
21
|
-
$ sfdx jayree:[COMMAND]
|
|
22
|
-
running command...
|
|
23
|
-
$ sfdx plugins
|
|
24
|
-
@jayree/sfdx-plugin-legacy 1.1.53
|
|
25
|
-
$ sfdx help jayree:[COMMAND]
|
|
26
|
-
USAGE
|
|
27
|
-
$ sfdx jayree:COMMAND
|
|
28
|
-
...
|
|
11
|
+
## Install
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
sfdx plugins:install @jayree/sfdx-plugin-legacy
|
|
29
15
|
```
|
|
30
|
-
<!-- usagestop -->
|
|
31
16
|
|
|
32
17
|
## Commands
|
|
33
18
|
|
|
@@ -86,7 +71,7 @@ EXAMPLES
|
|
|
86
71
|
❯ ChangeSet1
|
|
87
72
|
```
|
|
88
73
|
|
|
89
|
-
_See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
74
|
+
_See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.55/src/commands/jayree/automation/changeset/deploy.ts)_
|
|
90
75
|
|
|
91
76
|
### `sfdx jayree:automation:changeset:list`
|
|
92
77
|
|
|
@@ -110,7 +95,7 @@ DESCRIPTION
|
|
|
110
95
|
list incomming change sets of an org (beta)
|
|
111
96
|
```
|
|
112
97
|
|
|
113
|
-
_See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
98
|
+
_See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.55/src/commands/jayree/automation/changeset/list.ts)_
|
|
114
99
|
|
|
115
100
|
### `sfdx jayree:automation:ltngsync:status`
|
|
116
101
|
|
|
@@ -148,7 +133,7 @@ EXAMPLES
|
|
|
148
133
|
userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
|
|
149
134
|
```
|
|
150
135
|
|
|
151
|
-
_See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
136
|
+
_See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.55/src/commands/jayree/automation/ltngsync/status.ts)_
|
|
152
137
|
|
|
153
138
|
### `sfdx jayree:packagedescription:create`
|
|
154
139
|
|
|
@@ -173,7 +158,7 @@ EXAMPLES
|
|
|
173
158
|
$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
|
|
174
159
|
```
|
|
175
160
|
|
|
176
|
-
_See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
161
|
+
_See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.55/src/commands/jayree/packagedescription/create.ts)_
|
|
177
162
|
|
|
178
163
|
### `sfdx jayree:packagedescription:get`
|
|
179
164
|
|
|
@@ -198,7 +183,7 @@ EXAMPLES
|
|
|
198
183
|
Description of Package FILENAME
|
|
199
184
|
```
|
|
200
185
|
|
|
201
|
-
_See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
186
|
+
_See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.55/src/commands/jayree/packagedescription/get.ts)_
|
|
202
187
|
|
|
203
188
|
### `sfdx jayree:packagedescription:remove`
|
|
204
189
|
|
|
@@ -222,7 +207,7 @@ EXAMPLES
|
|
|
222
207
|
$ sfdx jayree:packagedescription:remove --file FILENAME
|
|
223
208
|
```
|
|
224
209
|
|
|
225
|
-
_See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
210
|
+
_See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.55/src/commands/jayree/packagedescription/remove.ts)_
|
|
226
211
|
|
|
227
212
|
### `sfdx jayree:packagedescription:set`
|
|
228
213
|
|
|
@@ -247,5 +232,5 @@ EXAMPLES
|
|
|
247
232
|
$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
|
|
248
233
|
```
|
|
249
234
|
|
|
250
|
-
_See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
235
|
+
_See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.55/src/commands/jayree/packagedescription/set.ts)_
|
|
251
236
|
<!-- commandsstop -->
|
package/lib/utils/xml.js
CHANGED
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
6
6
|
*/
|
|
7
7
|
import { XMLParser, XMLBuilder } from 'fast-xml-parser';
|
|
8
|
-
|
|
8
|
+
const XML_DECL = '<?xml version="1.0" encoding="UTF-8"?>\n';
|
|
9
|
+
const XML_NS_KEY = '@_xmlns';
|
|
10
|
+
const XML_NS_URL = 'http://soap.sforce.com/2006/04/metadata';
|
|
9
11
|
export function parseManifest(xmlData) {
|
|
10
12
|
const parser = new XMLParser({
|
|
11
13
|
stopNodes: ['version'],
|
package/lib/utils/xml.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"xml.js","sourceRoot":"","sources":["../../src/utils/xml.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"xml.js","sourceRoot":"","sources":["../../src/utils/xml.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAExD,MAAM,QAAQ,GAAG,0CAA0C,CAAC;AAC5D,MAAM,UAAU,GAAG,SAAS,CAAC;AAC7B,MAAM,UAAU,GAAG,yCAAyC,CAAC;AAE7D,MAAM,UAAU,aAAa,CAAC,OAAe;IAC3C,MAAM,MAAM,GAAG,IAAI,SAAS,CAAC;QAC3B,SAAS,EAAE,CAAC,SAAS,CAAC;QACtB,aAAa,EAAE,KAAK;KACrB,CAAC,CAAC;IACH,OAAO,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;AAC/B,CAAC;AAED,MAAM,UAAU,WAAW,CAAC,MAAM;IAChC,MAAM,MAAM,GAAG,IAAI,UAAU,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,gBAAgB,EAAE,KAAK,EAAE,CAAC,CAAC;IAC3F,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG,UAAU,CAAC;IACxC,OAAO,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;AAC/C,CAAC;AAED,MAAM,YAAY,GAAG,MAAM,CAAC;AAE5B,MAAM,UAAU,kBAAkB,CAAC,MAAM;IACvC,MAAM,MAAM,GAAG,IAAI,UAAU,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,gBAAgB,EAAE,KAAK,EAAE,CAAC,CAAC;IAC3F,OAAO,MAAM,CAAC,YAAY,CAAC,CAAC;IAC5B,OAAO,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;AAC/C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,OAAe;IAClD,MAAM,MAAM,GAAG,IAAI,SAAS,CAAC;QAC3B,gBAAgB,EAAE,KAAK;QACvB,aAAa,EAAE,KAAK;KACrB,CAAC,CAAC;IACH,OAAO,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;AAC/B,CAAC;AAED,MAAM,UAAU,gBAAgB,CAAI,YAAiC;IACnE,IAAI,YAAY,EAAE;QAChB,OAAO,KAAK,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC;KACpE;IACD,OAAO,EAAE,CAAC;AACZ,CAAC"}
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
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.55",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-plugin-legacy/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jayree/changelog": "^1.1.
|
|
9
|
+
"@jayree/changelog": "^1.1.5",
|
|
10
10
|
"@salesforce/command": "^5.3.9",
|
|
11
|
-
"@salesforce/source-deploy-retrieve": "^9.7.1",
|
|
12
11
|
"adm-zip": "^0.5.10",
|
|
13
12
|
"debug": "^4.3.4",
|
|
14
13
|
"fast-xml-parser": "^4.2.7",
|
|
15
14
|
"fs-extra": "^11.1.1",
|
|
16
15
|
"inquirer": "^9.2.10",
|
|
17
|
-
"puppeteer": "^
|
|
16
|
+
"puppeteer": "^21.0.3",
|
|
18
17
|
"tslib": "^2.6.0"
|
|
19
18
|
},
|
|
20
19
|
"devDependencies": {
|
|
@@ -31,14 +30,14 @@
|
|
|
31
30
|
"@types/fs-extra": "^11.0.1",
|
|
32
31
|
"@types/inquirer": "^9.0.3",
|
|
33
32
|
"@types/mocha": "^10.0.1",
|
|
34
|
-
"@types/node": "^20.4.
|
|
33
|
+
"@types/node": "^20.4.10",
|
|
35
34
|
"@types/sinon": "^10.0.16",
|
|
36
35
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
37
36
|
"@typescript-eslint/parser": "^5.62.0",
|
|
38
37
|
"chai": "^4.3.7",
|
|
39
38
|
"codecov": "^3.8.3",
|
|
40
39
|
"deepmerge": "^4.3.1",
|
|
41
|
-
"eslint": "^8.
|
|
40
|
+
"eslint": "^8.47.0",
|
|
42
41
|
"eslint-config-prettier": "^9.0.0",
|
|
43
42
|
"eslint-config-salesforce": "^2.0.2",
|
|
44
43
|
"eslint-config-salesforce-typescript": "^1.1.2",
|
|
@@ -52,7 +51,7 @@
|
|
|
52
51
|
"mocha": "^10.2.0",
|
|
53
52
|
"nock": "^13.3.2",
|
|
54
53
|
"nyc": "^15.1.0",
|
|
55
|
-
"oclif": "^3.11.
|
|
54
|
+
"oclif": "^3.11.3",
|
|
56
55
|
"patch-package": "^7.0.2",
|
|
57
56
|
"pinst": "^3.0.0",
|
|
58
57
|
"prettier": "^3.0.1",
|