@jayree/sfdx-plugin-legacy 1.1.74 → 1.1.75

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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.1.75](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.74...v1.1.75) (2024-02-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump puppeteer from 21.10.0 to 22.0.0 ([#851](https://github.com/jayree/sfdx-plugin-legacy/issues/851)) ([091f95d](https://github.com/jayree/sfdx-plugin-legacy/commit/091f95d10af385ed2cf67779096938a8381bf3b9))
7
+
1
8
  ## [1.1.74](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.73...v1.1.74) (2024-02-09)
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.74/src/commands/jayree/automation/changeset/deploy.ts)_
53
+ _See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.75/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.74/src/commands/jayree/automation/changeset/list.ts)_
67
+ _See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.75/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.74/src/commands/jayree/automation/ltngsync/status.ts)_
88
+ _See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.75/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.74/src/commands/jayree/packagedescription/create.ts)_
105
+ _See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.75/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.74/src/commands/jayree/packagedescription/get.ts)_
123
+ _See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.75/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.74/src/commands/jayree/packagedescription/remove.ts)_
140
+ _See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.75/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.74/src/commands/jayree/packagedescription/set.ts)_
157
+ _See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.75/src/commands/jayree/packagedescription/set.ts)_
158
158
  <!-- commandsstop -->
@@ -1,20 +1,17 @@
1
1
  {
2
2
  "commands": {
3
- "jayree:packagedescription:create": {
3
+ "jayree:automation:changeset:deploy": {
4
4
  "aliases": [],
5
- "args": {
6
- "file": {
7
- "name": "file"
8
- }
9
- },
10
- "description": "creates an empty package with the description",
5
+ "args": {},
6
+ "description": "deploy incomming change set to an org (beta)",
11
7
  "examples": [
12
- "$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'\n "
8
+ "$ sfdx jayree:automation:changeset:deploy -s ChangeSet -l RunLocalTests --nodialog\nDeploying Change Set 'ChangeSet'...\n\n=== Status\nStatus: Pending\njobid: 0Xxx100000xx1x1\n",
9
+ "$ sfdx jayree:automation:changeset:deploy\n? Change Sets Awaiting Deployment (Use arrow keys)\n ChangeSet3\n ChangeSet2\n❯ ChangeSet1\n"
13
10
  ],
14
11
  "flags": {},
15
12
  "hasDynamicHelp": false,
16
13
  "hiddenAliases": [],
17
- "id": "jayree:packagedescription:create",
14
+ "id": "jayree:automation:changeset:deploy",
18
15
  "pluginAlias": "@jayree/sfdx-plugin-legacy",
19
16
  "pluginName": "@jayree/sfdx-plugin-legacy",
20
17
  "pluginType": "core",
@@ -22,33 +19,66 @@
22
19
  "parse": true,
23
20
  "parserOptions": {},
24
21
  "supportsUsername": false,
25
- "requiresUsername": false,
22
+ "requiresUsername": true,
26
23
  "supportsDevhubUsername": false,
27
24
  "requiresDevhubUsername": false,
28
25
  "requiresProject": false,
29
26
  "result": {},
30
27
  "varargs": false,
31
28
  "flagsConfig": {
32
- "file": {
29
+ "changeset": {
33
30
  "kind": "string",
34
- "char": "f",
35
- "description": "file to create",
36
- "required": true,
31
+ "char": "s",
32
+ "description": "name of changeset to deploy",
33
+ "required": false,
37
34
  "input": [],
38
35
  "multiple": false,
39
36
  "type": "option"
40
37
  },
41
- "description": {
38
+ "runtests": {
42
39
  "kind": "string",
43
- "char": "d",
44
- "description": "new description value",
40
+ "char": "r",
41
+ "description": "tests to run if --testlevel RunSpecifiedTests",
42
+ "required": false,
45
43
  "dependsOn": [
46
- "file"
44
+ "testlevel"
45
+ ],
46
+ "input": [],
47
+ "multiple": false,
48
+ "type": "option"
49
+ },
50
+ "testlevel": {
51
+ "kind": "string",
52
+ "char": "l",
53
+ "description": "deployment testing level (Default,RunSpecifiedTests,RunLocalTests,RunAllTestsInOrg)",
54
+ "required": false,
55
+ "options": [
56
+ "Default",
57
+ "RunSpecifiedTests",
58
+ "RunLocalTests",
59
+ "RunAllTestsInOrg"
47
60
  ],
48
- "required": true,
49
61
  "input": [],
50
62
  "multiple": false,
51
63
  "type": "option"
64
+ },
65
+ "checkonly": {
66
+ "kind": "boolean",
67
+ "char": "c",
68
+ "description": "validate deploy but don’t save to the org (default:false)",
69
+ "required": false,
70
+ "allowNo": false,
71
+ "type": "boolean"
72
+ },
73
+ "nodialog": {
74
+ "kind": "boolean",
75
+ "description": "don't show the dialog wizard",
76
+ "required": false,
77
+ "dependsOn": [
78
+ "changeset"
79
+ ],
80
+ "allowNo": false,
81
+ "type": "boolean"
52
82
  }
53
83
  },
54
84
  "isESM": true,
@@ -56,25 +86,19 @@
56
86
  "lib",
57
87
  "commands",
58
88
  "jayree",
59
- "packagedescription",
60
- "create.js"
89
+ "automation",
90
+ "changeset",
91
+ "deploy.js"
61
92
  ]
62
93
  },
63
- "jayree:packagedescription:get": {
94
+ "jayree:automation:changeset:list": {
64
95
  "aliases": [],
65
- "args": {
66
- "file": {
67
- "name": "file"
68
- }
69
- },
70
- "description": "get the description within a package",
71
- "examples": [
72
- "$ sfdx jayree:packagedescription:get --file FILENAME\nDescription of Package FILENAME\n "
73
- ],
96
+ "args": {},
97
+ "description": "list incomming change sets of an org (beta)",
74
98
  "flags": {},
75
99
  "hasDynamicHelp": false,
76
100
  "hiddenAliases": [],
77
- "id": "jayree:packagedescription:get",
101
+ "id": "jayree:automation:changeset:list",
78
102
  "pluginAlias": "@jayree/sfdx-plugin-legacy",
79
103
  "pluginName": "@jayree/sfdx-plugin-legacy",
80
104
  "pluginType": "core",
@@ -82,47 +106,33 @@
82
106
  "parse": true,
83
107
  "parserOptions": {},
84
108
  "supportsUsername": false,
85
- "requiresUsername": false,
109
+ "requiresUsername": true,
86
110
  "supportsDevhubUsername": false,
87
111
  "requiresDevhubUsername": false,
88
112
  "requiresProject": false,
89
113
  "result": {},
90
114
  "varargs": false,
91
- "flagsConfig": {
92
- "file": {
93
- "kind": "string",
94
- "char": "f",
95
- "description": "file to read",
96
- "required": true,
97
- "input": [],
98
- "multiple": false,
99
- "type": "option"
100
- }
101
- },
102
115
  "isESM": true,
103
116
  "relativePath": [
104
117
  "lib",
105
118
  "commands",
106
119
  "jayree",
107
- "packagedescription",
108
- "get.js"
120
+ "automation",
121
+ "changeset",
122
+ "list.js"
109
123
  ]
110
124
  },
111
- "jayree:packagedescription:remove": {
125
+ "jayree:automation:ltngsync:status": {
112
126
  "aliases": [],
113
- "args": {
114
- "file": {
115
- "name": "file"
116
- }
117
- },
118
- "description": "remove the description within a package",
127
+ "args": {},
128
+ "description": "check the Lightning Sync User Sync Status and reset sync if needed (beta)",
119
129
  "examples": [
120
- "$ sfdx jayree:packagedescription:remove --file FILENAME\n "
130
+ "$ 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"
121
131
  ],
122
132
  "flags": {},
123
133
  "hasDynamicHelp": false,
124
134
  "hiddenAliases": [],
125
- "id": "jayree:packagedescription:remove",
135
+ "id": "jayree:automation:ltngsync:status",
126
136
  "pluginAlias": "@jayree/sfdx-plugin-legacy",
127
137
  "pluginName": "@jayree/sfdx-plugin-legacy",
128
138
  "pluginType": "core",
@@ -130,21 +140,38 @@
130
140
  "parse": true,
131
141
  "parserOptions": {},
132
142
  "supportsUsername": false,
133
- "requiresUsername": false,
143
+ "requiresUsername": true,
134
144
  "supportsDevhubUsername": false,
135
145
  "requiresDevhubUsername": false,
136
146
  "requiresProject": false,
137
147
  "result": {},
138
148
  "varargs": false,
139
149
  "flagsConfig": {
140
- "file": {
150
+ "officeuser": {
141
151
  "kind": "string",
142
- "char": "f",
143
- "description": "file to read",
152
+ "char": "o",
153
+ "description": "'name' (firstname lastname) of the SF user",
144
154
  "required": true,
145
155
  "input": [],
146
156
  "multiple": false,
147
157
  "type": "option"
158
+ },
159
+ "statusonly": {
160
+ "kind": "boolean",
161
+ "char": "s",
162
+ "description": "get Lightning Sync status of the SF user, only",
163
+ "required": false,
164
+ "allowNo": false,
165
+ "type": "boolean"
166
+ },
167
+ "wait": {
168
+ "kind": "integer",
169
+ "char": "w",
170
+ "description": "wait time for command to wait for status change in minutes (default: infinitely)",
171
+ "required": false,
172
+ "input": [],
173
+ "multiple": false,
174
+ "type": "option"
148
175
  }
149
176
  },
150
177
  "isESM": true,
@@ -152,25 +179,26 @@
152
179
  "lib",
153
180
  "commands",
154
181
  "jayree",
155
- "packagedescription",
156
- "remove.js"
182
+ "automation",
183
+ "ltngsync",
184
+ "status.js"
157
185
  ]
158
186
  },
159
- "jayree:packagedescription:set": {
187
+ "jayree:packagedescription:create": {
160
188
  "aliases": [],
161
189
  "args": {
162
190
  "file": {
163
191
  "name": "file"
164
192
  }
165
193
  },
166
- "description": "set the description within a package",
194
+ "description": "creates an empty package with the description",
167
195
  "examples": [
168
- "$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'\n "
196
+ "$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'\n "
169
197
  ],
170
198
  "flags": {},
171
199
  "hasDynamicHelp": false,
172
200
  "hiddenAliases": [],
173
- "id": "jayree:packagedescription:set",
201
+ "id": "jayree:packagedescription:create",
174
202
  "pluginAlias": "@jayree/sfdx-plugin-legacy",
175
203
  "pluginName": "@jayree/sfdx-plugin-legacy",
176
204
  "pluginType": "core",
@@ -188,7 +216,7 @@
188
216
  "file": {
189
217
  "kind": "string",
190
218
  "char": "f",
191
- "description": "file to read",
219
+ "description": "file to create",
192
220
  "required": true,
193
221
  "input": [],
194
222
  "multiple": false,
@@ -213,21 +241,24 @@
213
241
  "commands",
214
242
  "jayree",
215
243
  "packagedescription",
216
- "set.js"
244
+ "create.js"
217
245
  ]
218
246
  },
219
- "jayree:automation:changeset:deploy": {
247
+ "jayree:packagedescription:get": {
220
248
  "aliases": [],
221
- "args": {},
222
- "description": "deploy incomming change set to an org (beta)",
249
+ "args": {
250
+ "file": {
251
+ "name": "file"
252
+ }
253
+ },
254
+ "description": "get the description within a package",
223
255
  "examples": [
224
- "$ sfdx jayree:automation:changeset:deploy -s ChangeSet -l RunLocalTests --nodialog\nDeploying Change Set 'ChangeSet'...\n\n=== Status\nStatus: Pending\njobid: 0Xxx100000xx1x1\n",
225
- "$ sfdx jayree:automation:changeset:deploy\n? Change Sets Awaiting Deployment (Use arrow keys)\n ChangeSet3\n ChangeSet2\n❯ ChangeSet1\n"
256
+ "$ sfdx jayree:packagedescription:get --file FILENAME\nDescription of Package FILENAME\n "
226
257
  ],
227
258
  "flags": {},
228
259
  "hasDynamicHelp": false,
229
260
  "hiddenAliases": [],
230
- "id": "jayree:automation:changeset:deploy",
261
+ "id": "jayree:packagedescription:get",
231
262
  "pluginAlias": "@jayree/sfdx-plugin-legacy",
232
263
  "pluginName": "@jayree/sfdx-plugin-legacy",
233
264
  "pluginType": "core",
@@ -235,66 +266,21 @@
235
266
  "parse": true,
236
267
  "parserOptions": {},
237
268
  "supportsUsername": false,
238
- "requiresUsername": true,
269
+ "requiresUsername": false,
239
270
  "supportsDevhubUsername": false,
240
271
  "requiresDevhubUsername": false,
241
272
  "requiresProject": false,
242
273
  "result": {},
243
274
  "varargs": false,
244
275
  "flagsConfig": {
245
- "changeset": {
246
- "kind": "string",
247
- "char": "s",
248
- "description": "name of changeset to deploy",
249
- "required": false,
250
- "input": [],
251
- "multiple": false,
252
- "type": "option"
253
- },
254
- "runtests": {
255
- "kind": "string",
256
- "char": "r",
257
- "description": "tests to run if --testlevel RunSpecifiedTests",
258
- "required": false,
259
- "dependsOn": [
260
- "testlevel"
261
- ],
262
- "input": [],
263
- "multiple": false,
264
- "type": "option"
265
- },
266
- "testlevel": {
276
+ "file": {
267
277
  "kind": "string",
268
- "char": "l",
269
- "description": "deployment testing level (Default,RunSpecifiedTests,RunLocalTests,RunAllTestsInOrg)",
270
- "required": false,
271
- "options": [
272
- "Default",
273
- "RunSpecifiedTests",
274
- "RunLocalTests",
275
- "RunAllTestsInOrg"
276
- ],
278
+ "char": "f",
279
+ "description": "file to read",
280
+ "required": true,
277
281
  "input": [],
278
282
  "multiple": false,
279
283
  "type": "option"
280
- },
281
- "checkonly": {
282
- "kind": "boolean",
283
- "char": "c",
284
- "description": "validate deploy but don’t save to the org (default:false)",
285
- "required": false,
286
- "allowNo": false,
287
- "type": "boolean"
288
- },
289
- "nodialog": {
290
- "kind": "boolean",
291
- "description": "don't show the dialog wizard",
292
- "required": false,
293
- "dependsOn": [
294
- "changeset"
295
- ],
296
- "allowNo": false,
297
- "type": "boolean"
298
284
  }
299
285
  },
300
286
  "isESM": true,
@@ -302,19 +288,25 @@
302
288
  "lib",
303
289
  "commands",
304
290
  "jayree",
305
- "automation",
306
- "changeset",
307
- "deploy.js"
291
+ "packagedescription",
292
+ "get.js"
308
293
  ]
309
294
  },
310
- "jayree:automation:changeset:list": {
295
+ "jayree:packagedescription:remove": {
311
296
  "aliases": [],
312
- "args": {},
313
- "description": "list incomming change sets of an org (beta)",
297
+ "args": {
298
+ "file": {
299
+ "name": "file"
300
+ }
301
+ },
302
+ "description": "remove the description within a package",
303
+ "examples": [
304
+ "$ sfdx jayree:packagedescription:remove --file FILENAME\n "
305
+ ],
314
306
  "flags": {},
315
307
  "hasDynamicHelp": false,
316
308
  "hiddenAliases": [],
317
- "id": "jayree:automation:changeset:list",
309
+ "id": "jayree:packagedescription:remove",
318
310
  "pluginAlias": "@jayree/sfdx-plugin-legacy",
319
311
  "pluginName": "@jayree/sfdx-plugin-legacy",
320
312
  "pluginType": "core",
@@ -322,33 +314,47 @@
322
314
  "parse": true,
323
315
  "parserOptions": {},
324
316
  "supportsUsername": false,
325
- "requiresUsername": true,
317
+ "requiresUsername": false,
326
318
  "supportsDevhubUsername": false,
327
319
  "requiresDevhubUsername": false,
328
320
  "requiresProject": false,
329
321
  "result": {},
330
322
  "varargs": false,
323
+ "flagsConfig": {
324
+ "file": {
325
+ "kind": "string",
326
+ "char": "f",
327
+ "description": "file to read",
328
+ "required": true,
329
+ "input": [],
330
+ "multiple": false,
331
+ "type": "option"
332
+ }
333
+ },
331
334
  "isESM": true,
332
335
  "relativePath": [
333
336
  "lib",
334
337
  "commands",
335
338
  "jayree",
336
- "automation",
337
- "changeset",
338
- "list.js"
339
+ "packagedescription",
340
+ "remove.js"
339
341
  ]
340
342
  },
341
- "jayree:automation:ltngsync:status": {
343
+ "jayree:packagedescription:set": {
342
344
  "aliases": [],
343
- "args": {},
344
- "description": "check the Lightning Sync User Sync Status and reset sync if needed (beta)",
345
+ "args": {
346
+ "file": {
347
+ "name": "file"
348
+ }
349
+ },
350
+ "description": "set the description within a package",
345
351
  "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"
352
+ "$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'\n "
347
353
  ],
348
354
  "flags": {},
349
355
  "hasDynamicHelp": false,
350
356
  "hiddenAliases": [],
351
- "id": "jayree:automation:ltngsync:status",
357
+ "id": "jayree:packagedescription:set",
352
358
  "pluginAlias": "@jayree/sfdx-plugin-legacy",
353
359
  "pluginName": "@jayree/sfdx-plugin-legacy",
354
360
  "pluginType": "core",
@@ -356,35 +362,30 @@
356
362
  "parse": true,
357
363
  "parserOptions": {},
358
364
  "supportsUsername": false,
359
- "requiresUsername": true,
365
+ "requiresUsername": false,
360
366
  "supportsDevhubUsername": false,
361
367
  "requiresDevhubUsername": false,
362
368
  "requiresProject": false,
363
369
  "result": {},
364
370
  "varargs": false,
365
371
  "flagsConfig": {
366
- "officeuser": {
372
+ "file": {
367
373
  "kind": "string",
368
- "char": "o",
369
- "description": "'name' (firstname lastname) of the SF user",
374
+ "char": "f",
375
+ "description": "file to read",
370
376
  "required": true,
371
377
  "input": [],
372
378
  "multiple": false,
373
379
  "type": "option"
374
380
  },
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,
381
+ "description": {
382
+ "kind": "string",
383
+ "char": "d",
384
+ "description": "new description value",
385
+ "dependsOn": [
386
+ "file"
387
+ ],
388
+ "required": true,
388
389
  "input": [],
389
390
  "multiple": false,
390
391
  "type": "option"
@@ -395,11 +396,10 @@
395
396
  "lib",
396
397
  "commands",
397
398
  "jayree",
398
- "automation",
399
- "ltngsync",
400
- "status.js"
399
+ "packagedescription",
400
+ "set.js"
401
401
  ]
402
402
  }
403
403
  },
404
- "version": "1.1.74"
404
+ "version": "1.1.75"
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.74",
4
+ "version": "1.1.75",
5
5
  "author": "jayree",
6
6
  "bugs": "https://github.com/jayree/sfdx-plugin-legacy/issues",
7
7
  "type": "module",
@@ -13,12 +13,12 @@
13
13
  "fast-xml-parser": "^4.3.4",
14
14
  "fs-extra": "^11.2.0",
15
15
  "inquirer": "^9.2.14",
16
- "puppeteer": "^21.10.0",
16
+ "puppeteer": "^22.0.0",
17
17
  "tslib": "^2.6.2"
18
18
  },
19
19
  "devDependencies": {
20
- "@commitlint/cli": "^18.6.0",
21
- "@commitlint/config-conventional": "^18.6.0",
20
+ "@commitlint/cli": "^18.6.1",
21
+ "@commitlint/config-conventional": "^18.6.2",
22
22
  "@oclif/plugin-command-snapshot": "^4.0.14",
23
23
  "@oclif/plugin-help": "^6.0.12",
24
24
  "@salesforce/dev-config": "^4.1.0",
@@ -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.11.17",
33
+ "@types/node": "^20.11.19",
34
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.3",
37
+ "chai": "^5.1.0",
38
38
  "codecov": "^3.8.3",
39
39
  "deepmerge": "^4.3.1",
40
40
  "eslint": "^8.55.0",
@@ -43,10 +43,10 @@
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.6",
46
+ "eslint-plugin-jsdoc": "^48.1.0",
47
47
  "eslint-plugin-prettier": "^5.1.3",
48
48
  "eslint-plugin-sf-plugin": "^1.17.3",
49
- "husky": "^9.0.10",
49
+ "husky": "^9.0.11",
50
50
  "is-ci": "^3.0.1",
51
51
  "mocha": "^10.3.0",
52
52
  "nock": "^13.5.1",
@@ -55,7 +55,7 @@
55
55
  "patch-package": "^7.0.2",
56
56
  "pinst": "^3.0.0",
57
57
  "prettier": "^3.2.5",
58
- "pretty-quick": "^3.1.3",
58
+ "pretty-quick": "^4.0.0",
59
59
  "shx": "^0.3.4",
60
60
  "sinon": "^17.0.1",
61
61
  "source-map-support": "^0.5.21",