@jayree/sfdx-plugin-legacy 1.1.70 → 1.1.72
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 +7 -7
- package/oclif.manifest.json +63 -63
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.1.72](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.71...v1.1.72) (2024-01-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump puppeteer from 21.7.0 to 21.9.0 ([#828](https://github.com/jayree/sfdx-plugin-legacy/issues/828)) ([c57fd2e](https://github.com/jayree/sfdx-plugin-legacy/commit/c57fd2e49cb62dbbaa0abec49936942b553b1ca7))
|
|
7
|
+
|
|
8
|
+
## [1.1.71](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.70...v1.1.71) (2024-01-12)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump fast-xml-parser from 4.3.2 to 4.3.3 ([#815](https://github.com/jayree/sfdx-plugin-legacy/issues/815)) ([e6a708a](https://github.com/jayree/sfdx-plugin-legacy/commit/e6a708a300fee2d06b396575da07766dfda6753d))
|
|
14
|
+
|
|
1
15
|
## [1.1.70](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.69...v1.1.70) (2024-01-05)
|
|
2
16
|
|
|
3
17
|
|
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.72/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.72/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.72/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.72/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.72/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.72/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.72/src/commands/jayree/packagedescription/set.ts)_
|
|
158
158
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -216,68 +216,6 @@
|
|
|
216
216
|
"set.js"
|
|
217
217
|
]
|
|
218
218
|
},
|
|
219
|
-
"jayree:automation:ltngsync:status": {
|
|
220
|
-
"aliases": [],
|
|
221
|
-
"args": {},
|
|
222
|
-
"description": "check the Lightning Sync User Sync Status and reset sync if needed (beta)",
|
|
223
|
-
"examples": [
|
|
224
|
-
"$ sfdx jayree:automation:ltngsync:status -o 'Name'\nconfigSetup: User assigned to active Lightning Sync configuration... Yes\nuserContacts/userEvents: Salesforce and Exchange email addresses linked... Linked/Linked\nuserContacts/userEvents: Salesforce to Exchange sync status... Initial sync completed/Initial sync completed\nuserContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed\n"
|
|
225
|
-
],
|
|
226
|
-
"flags": {},
|
|
227
|
-
"hasDynamicHelp": false,
|
|
228
|
-
"hiddenAliases": [],
|
|
229
|
-
"id": "jayree:automation:ltngsync:status",
|
|
230
|
-
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
231
|
-
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
232
|
-
"pluginType": "core",
|
|
233
|
-
"strict": true,
|
|
234
|
-
"parse": true,
|
|
235
|
-
"parserOptions": {},
|
|
236
|
-
"supportsUsername": false,
|
|
237
|
-
"requiresUsername": true,
|
|
238
|
-
"supportsDevhubUsername": false,
|
|
239
|
-
"requiresDevhubUsername": false,
|
|
240
|
-
"requiresProject": false,
|
|
241
|
-
"result": {},
|
|
242
|
-
"varargs": false,
|
|
243
|
-
"flagsConfig": {
|
|
244
|
-
"officeuser": {
|
|
245
|
-
"kind": "string",
|
|
246
|
-
"char": "o",
|
|
247
|
-
"description": "'name' (firstname lastname) of the SF user",
|
|
248
|
-
"required": true,
|
|
249
|
-
"input": [],
|
|
250
|
-
"multiple": false,
|
|
251
|
-
"type": "option"
|
|
252
|
-
},
|
|
253
|
-
"statusonly": {
|
|
254
|
-
"kind": "boolean",
|
|
255
|
-
"char": "s",
|
|
256
|
-
"description": "get Lightning Sync status of the SF user, only",
|
|
257
|
-
"required": false,
|
|
258
|
-
"allowNo": false,
|
|
259
|
-
"type": "boolean"
|
|
260
|
-
},
|
|
261
|
-
"wait": {
|
|
262
|
-
"kind": "integer",
|
|
263
|
-
"char": "w",
|
|
264
|
-
"description": "wait time for command to wait for status change in minutes (default: infinitely)",
|
|
265
|
-
"required": false,
|
|
266
|
-
"input": [],
|
|
267
|
-
"multiple": false,
|
|
268
|
-
"type": "option"
|
|
269
|
-
}
|
|
270
|
-
},
|
|
271
|
-
"isESM": true,
|
|
272
|
-
"relativePath": [
|
|
273
|
-
"lib",
|
|
274
|
-
"commands",
|
|
275
|
-
"jayree",
|
|
276
|
-
"automation",
|
|
277
|
-
"ltngsync",
|
|
278
|
-
"status.js"
|
|
279
|
-
]
|
|
280
|
-
},
|
|
281
219
|
"jayree:automation:changeset:deploy": {
|
|
282
220
|
"aliases": [],
|
|
283
221
|
"args": {},
|
|
@@ -399,7 +337,69 @@
|
|
|
399
337
|
"changeset",
|
|
400
338
|
"list.js"
|
|
401
339
|
]
|
|
340
|
+
},
|
|
341
|
+
"jayree:automation:ltngsync:status": {
|
|
342
|
+
"aliases": [],
|
|
343
|
+
"args": {},
|
|
344
|
+
"description": "check the Lightning Sync User Sync Status and reset sync if needed (beta)",
|
|
345
|
+
"examples": [
|
|
346
|
+
"$ sfdx jayree:automation:ltngsync:status -o 'Name'\nconfigSetup: User assigned to active Lightning Sync configuration... Yes\nuserContacts/userEvents: Salesforce and Exchange email addresses linked... Linked/Linked\nuserContacts/userEvents: Salesforce to Exchange sync status... Initial sync completed/Initial sync completed\nuserContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed\n"
|
|
347
|
+
],
|
|
348
|
+
"flags": {},
|
|
349
|
+
"hasDynamicHelp": false,
|
|
350
|
+
"hiddenAliases": [],
|
|
351
|
+
"id": "jayree:automation:ltngsync:status",
|
|
352
|
+
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
353
|
+
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
354
|
+
"pluginType": "core",
|
|
355
|
+
"strict": true,
|
|
356
|
+
"parse": true,
|
|
357
|
+
"parserOptions": {},
|
|
358
|
+
"supportsUsername": false,
|
|
359
|
+
"requiresUsername": true,
|
|
360
|
+
"supportsDevhubUsername": false,
|
|
361
|
+
"requiresDevhubUsername": false,
|
|
362
|
+
"requiresProject": false,
|
|
363
|
+
"result": {},
|
|
364
|
+
"varargs": false,
|
|
365
|
+
"flagsConfig": {
|
|
366
|
+
"officeuser": {
|
|
367
|
+
"kind": "string",
|
|
368
|
+
"char": "o",
|
|
369
|
+
"description": "'name' (firstname lastname) of the SF user",
|
|
370
|
+
"required": true,
|
|
371
|
+
"input": [],
|
|
372
|
+
"multiple": false,
|
|
373
|
+
"type": "option"
|
|
374
|
+
},
|
|
375
|
+
"statusonly": {
|
|
376
|
+
"kind": "boolean",
|
|
377
|
+
"char": "s",
|
|
378
|
+
"description": "get Lightning Sync status of the SF user, only",
|
|
379
|
+
"required": false,
|
|
380
|
+
"allowNo": false,
|
|
381
|
+
"type": "boolean"
|
|
382
|
+
},
|
|
383
|
+
"wait": {
|
|
384
|
+
"kind": "integer",
|
|
385
|
+
"char": "w",
|
|
386
|
+
"description": "wait time for command to wait for status change in minutes (default: infinitely)",
|
|
387
|
+
"required": false,
|
|
388
|
+
"input": [],
|
|
389
|
+
"multiple": false,
|
|
390
|
+
"type": "option"
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"isESM": true,
|
|
394
|
+
"relativePath": [
|
|
395
|
+
"lib",
|
|
396
|
+
"commands",
|
|
397
|
+
"jayree",
|
|
398
|
+
"automation",
|
|
399
|
+
"ltngsync",
|
|
400
|
+
"status.js"
|
|
401
|
+
]
|
|
402
402
|
}
|
|
403
403
|
},
|
|
404
|
-
"version": "1.1.
|
|
404
|
+
"version": "1.1.72"
|
|
405
405
|
}
|
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.72",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-plugin-legacy/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
"@salesforce/command": "^5.3.9",
|
|
11
11
|
"adm-zip": "^0.5.10",
|
|
12
12
|
"debug": "^4.3.4",
|
|
13
|
-
"fast-xml-parser": "^4.3.
|
|
13
|
+
"fast-xml-parser": "^4.3.3",
|
|
14
14
|
"fs-extra": "^11.2.0",
|
|
15
15
|
"inquirer": "^9.2.12",
|
|
16
|
-
"puppeteer": "^21.
|
|
16
|
+
"puppeteer": "^21.9.0",
|
|
17
17
|
"tslib": "^2.6.2"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@commitlint/cli": "^18.
|
|
21
|
-
"@commitlint/config-conventional": "^18.
|
|
20
|
+
"@commitlint/cli": "^18.6.0",
|
|
21
|
+
"@commitlint/config-conventional": "^18.6.0",
|
|
22
22
|
"@oclif/plugin-command-snapshot": "^4.0.14",
|
|
23
|
-
"@oclif/plugin-help": "^6.0.
|
|
23
|
+
"@oclif/plugin-help": "^6.0.12",
|
|
24
24
|
"@salesforce/dev-config": "^4.1.0",
|
|
25
25
|
"@salesforce/dev-scripts": "3.1.0",
|
|
26
26
|
"@salesforce/prettier-config": "^0.0.3",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"@types/fs-extra": "^11.0.4",
|
|
31
31
|
"@types/inquirer": "^9.0.7",
|
|
32
32
|
"@types/mocha": "^10.0.6",
|
|
33
|
-
"@types/node": "^20.
|
|
34
|
-
"@types/sinon": "^17.0.
|
|
33
|
+
"@types/node": "^20.11.7",
|
|
34
|
+
"@types/sinon": "^17.0.3",
|
|
35
35
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
36
36
|
"@typescript-eslint/parser": "^5.62.0",
|
|
37
|
-
"chai": "^5.0.
|
|
37
|
+
"chai": "^5.0.3",
|
|
38
38
|
"codecov": "^3.8.3",
|
|
39
39
|
"deepmerge": "^4.3.1",
|
|
40
40
|
"eslint": "^8.55.0",
|
|
@@ -43,18 +43,18 @@
|
|
|
43
43
|
"eslint-config-salesforce-typescript": "^3.0.18",
|
|
44
44
|
"eslint-plugin-header": "^3.1.1",
|
|
45
45
|
"eslint-plugin-import": "^2.29.1",
|
|
46
|
-
"eslint-plugin-jsdoc": "^48.0.
|
|
47
|
-
"eslint-plugin-prettier": "^5.1.
|
|
48
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
|
49
|
-
"husky": "^
|
|
46
|
+
"eslint-plugin-jsdoc": "^48.0.4",
|
|
47
|
+
"eslint-plugin-prettier": "^5.1.3",
|
|
48
|
+
"eslint-plugin-sf-plugin": "^1.17.2",
|
|
49
|
+
"husky": "^9.0.6",
|
|
50
50
|
"is-ci": "^3.0.1",
|
|
51
51
|
"mocha": "^10.2.0",
|
|
52
|
-
"nock": "^13.
|
|
52
|
+
"nock": "^13.5.0",
|
|
53
53
|
"nyc": "^15.1.0",
|
|
54
54
|
"oclif": "^4.1.0",
|
|
55
55
|
"patch-package": "^7.0.2",
|
|
56
56
|
"pinst": "^3.0.0",
|
|
57
|
-
"prettier": "^3.
|
|
57
|
+
"prettier": "^3.2.4",
|
|
58
58
|
"pretty-quick": "^3.1.3",
|
|
59
59
|
"shx": "^0.3.4",
|
|
60
60
|
"sinon": "^17.0.1",
|