@salesforce/plugin-community 3.3.12 → 3.3.14
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/README.md +3 -3
- package/npm-shrinkwrap.json +28 -246
- package/oclif.lock +27 -58
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -165,7 +165,7 @@ FLAG DESCRIPTIONS
|
|
|
165
165
|
available in your org.
|
|
166
166
|
```
|
|
167
167
|
|
|
168
|
-
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.
|
|
168
|
+
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.14/src/commands/community/create.ts)_
|
|
169
169
|
|
|
170
170
|
## `sf community list template`
|
|
171
171
|
|
|
@@ -200,7 +200,7 @@ EXAMPLES
|
|
|
200
200
|
$ sf community list template --target-org my-scratch-org
|
|
201
201
|
```
|
|
202
202
|
|
|
203
|
-
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.
|
|
203
|
+
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.14/src/commands/community/list/template.ts)_
|
|
204
204
|
|
|
205
205
|
## `sf community publish`
|
|
206
206
|
|
|
@@ -249,6 +249,6 @@ EXAMPLES
|
|
|
249
249
|
$ sf community publish --name 'My Customer Site'
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.
|
|
252
|
+
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.3.14/src/commands/community/publish.ts)_
|
|
253
253
|
|
|
254
254
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.14",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-community",
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.14",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.8.
|
|
12
|
+
"@salesforce/core": "^8.8.4",
|
|
13
13
|
"@salesforce/kit": "^3.2.3",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^12.
|
|
14
|
+
"@salesforce/sf-plugins-core": "^12.2.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@jsforce/jsforce-node": "^3.6.5",
|
|
18
|
-
"@oclif/core": "^4.2.
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
18
|
+
"@oclif/core": "^4.2.8",
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.2.36",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
21
|
-
"@salesforce/dev-scripts": "^10.2.
|
|
21
|
+
"@salesforce/dev-scripts": "^10.2.12",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.1.43",
|
|
23
23
|
"@salesforce/ts-types": "^2.0.11",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.14",
|
|
@@ -94,33 +94,6 @@
|
|
|
94
94
|
"node": ">=16.0.0"
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
|
-
"node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types": {
|
|
98
|
-
"version": "3.686.0",
|
|
99
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
|
|
100
|
-
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
|
|
101
|
-
"dev": true,
|
|
102
|
-
"license": "Apache-2.0",
|
|
103
|
-
"dependencies": {
|
|
104
|
-
"@smithy/types": "^3.6.0",
|
|
105
|
-
"tslib": "^2.6.2"
|
|
106
|
-
},
|
|
107
|
-
"engines": {
|
|
108
|
-
"node": ">=16.0.0"
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
"node_modules/@aws-crypto/crc32/node_modules/@smithy/types": {
|
|
112
|
-
"version": "3.6.0",
|
|
113
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
|
|
114
|
-
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
|
|
115
|
-
"dev": true,
|
|
116
|
-
"license": "Apache-2.0",
|
|
117
|
-
"dependencies": {
|
|
118
|
-
"tslib": "^2.6.2"
|
|
119
|
-
},
|
|
120
|
-
"engines": {
|
|
121
|
-
"node": ">=16.0.0"
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
97
|
"node_modules/@aws-crypto/crc32c": {
|
|
125
98
|
"version": "5.2.0",
|
|
126
99
|
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32c/-/crc32c-5.2.0.tgz",
|
|
@@ -133,33 +106,6 @@
|
|
|
133
106
|
"tslib": "^2.6.2"
|
|
134
107
|
}
|
|
135
108
|
},
|
|
136
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@aws-sdk/types": {
|
|
137
|
-
"version": "3.686.0",
|
|
138
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
|
|
139
|
-
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
|
|
140
|
-
"dev": true,
|
|
141
|
-
"license": "Apache-2.0",
|
|
142
|
-
"dependencies": {
|
|
143
|
-
"@smithy/types": "^3.6.0",
|
|
144
|
-
"tslib": "^2.6.2"
|
|
145
|
-
},
|
|
146
|
-
"engines": {
|
|
147
|
-
"node": ">=16.0.0"
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@smithy/types": {
|
|
151
|
-
"version": "3.6.0",
|
|
152
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
|
|
153
|
-
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
|
|
154
|
-
"dev": true,
|
|
155
|
-
"license": "Apache-2.0",
|
|
156
|
-
"dependencies": {
|
|
157
|
-
"tslib": "^2.6.2"
|
|
158
|
-
},
|
|
159
|
-
"engines": {
|
|
160
|
-
"node": ">=16.0.0"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
109
|
"node_modules/@aws-crypto/sha1-browser": {
|
|
164
110
|
"version": "5.2.0",
|
|
165
111
|
"resolved": "https://registry.npmjs.org/@aws-crypto/sha1-browser/-/sha1-browser-5.2.0.tgz",
|
|
@@ -175,20 +121,6 @@
|
|
|
175
121
|
"tslib": "^2.6.2"
|
|
176
122
|
}
|
|
177
123
|
},
|
|
178
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@aws-sdk/types": {
|
|
179
|
-
"version": "3.686.0",
|
|
180
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
|
|
181
|
-
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
|
|
182
|
-
"dev": true,
|
|
183
|
-
"license": "Apache-2.0",
|
|
184
|
-
"dependencies": {
|
|
185
|
-
"@smithy/types": "^3.6.0",
|
|
186
|
-
"tslib": "^2.6.2"
|
|
187
|
-
},
|
|
188
|
-
"engines": {
|
|
189
|
-
"node": ">=16.0.0"
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
124
|
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer": {
|
|
193
125
|
"version": "2.2.0",
|
|
194
126
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
|
|
@@ -202,19 +134,6 @@
|
|
|
202
134
|
"node": ">=14.0.0"
|
|
203
135
|
}
|
|
204
136
|
},
|
|
205
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/types": {
|
|
206
|
-
"version": "3.6.0",
|
|
207
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
|
|
208
|
-
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
|
|
209
|
-
"dev": true,
|
|
210
|
-
"license": "Apache-2.0",
|
|
211
|
-
"dependencies": {
|
|
212
|
-
"tslib": "^2.6.2"
|
|
213
|
-
},
|
|
214
|
-
"engines": {
|
|
215
|
-
"node": ">=16.0.0"
|
|
216
|
-
}
|
|
217
|
-
},
|
|
218
137
|
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from": {
|
|
219
138
|
"version": "2.2.0",
|
|
220
139
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
|
|
@@ -259,20 +178,6 @@
|
|
|
259
178
|
"tslib": "^2.6.2"
|
|
260
179
|
}
|
|
261
180
|
},
|
|
262
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types": {
|
|
263
|
-
"version": "3.686.0",
|
|
264
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
|
|
265
|
-
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
|
|
266
|
-
"dev": true,
|
|
267
|
-
"license": "Apache-2.0",
|
|
268
|
-
"dependencies": {
|
|
269
|
-
"@smithy/types": "^3.6.0",
|
|
270
|
-
"tslib": "^2.6.2"
|
|
271
|
-
},
|
|
272
|
-
"engines": {
|
|
273
|
-
"node": ">=16.0.0"
|
|
274
|
-
}
|
|
275
|
-
},
|
|
276
181
|
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer": {
|
|
277
182
|
"version": "2.2.0",
|
|
278
183
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
|
|
@@ -286,19 +191,6 @@
|
|
|
286
191
|
"node": ">=14.0.0"
|
|
287
192
|
}
|
|
288
193
|
},
|
|
289
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types": {
|
|
290
|
-
"version": "3.6.0",
|
|
291
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
|
|
292
|
-
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
|
|
293
|
-
"dev": true,
|
|
294
|
-
"license": "Apache-2.0",
|
|
295
|
-
"dependencies": {
|
|
296
|
-
"tslib": "^2.6.2"
|
|
297
|
-
},
|
|
298
|
-
"engines": {
|
|
299
|
-
"node": ">=16.0.0"
|
|
300
|
-
}
|
|
301
|
-
},
|
|
302
194
|
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from": {
|
|
303
195
|
"version": "2.2.0",
|
|
304
196
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
|
|
@@ -342,33 +234,6 @@
|
|
|
342
234
|
"node": ">=16.0.0"
|
|
343
235
|
}
|
|
344
236
|
},
|
|
345
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types": {
|
|
346
|
-
"version": "3.686.0",
|
|
347
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
|
|
348
|
-
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
|
|
349
|
-
"dev": true,
|
|
350
|
-
"license": "Apache-2.0",
|
|
351
|
-
"dependencies": {
|
|
352
|
-
"@smithy/types": "^3.6.0",
|
|
353
|
-
"tslib": "^2.6.2"
|
|
354
|
-
},
|
|
355
|
-
"engines": {
|
|
356
|
-
"node": ">=16.0.0"
|
|
357
|
-
}
|
|
358
|
-
},
|
|
359
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types": {
|
|
360
|
-
"version": "3.6.0",
|
|
361
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
|
|
362
|
-
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
|
|
363
|
-
"dev": true,
|
|
364
|
-
"license": "Apache-2.0",
|
|
365
|
-
"dependencies": {
|
|
366
|
-
"tslib": "^2.6.2"
|
|
367
|
-
},
|
|
368
|
-
"engines": {
|
|
369
|
-
"node": ">=16.0.0"
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
237
|
"node_modules/@aws-crypto/supports-web-crypto": {
|
|
373
238
|
"version": "5.2.0",
|
|
374
239
|
"resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-5.2.0.tgz",
|
|
@@ -391,20 +256,6 @@
|
|
|
391
256
|
"tslib": "^2.6.2"
|
|
392
257
|
}
|
|
393
258
|
},
|
|
394
|
-
"node_modules/@aws-crypto/util/node_modules/@aws-sdk/types": {
|
|
395
|
-
"version": "3.686.0",
|
|
396
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
|
|
397
|
-
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
|
|
398
|
-
"dev": true,
|
|
399
|
-
"license": "Apache-2.0",
|
|
400
|
-
"dependencies": {
|
|
401
|
-
"@smithy/types": "^3.6.0",
|
|
402
|
-
"tslib": "^2.6.2"
|
|
403
|
-
},
|
|
404
|
-
"engines": {
|
|
405
|
-
"node": ">=16.0.0"
|
|
406
|
-
}
|
|
407
|
-
},
|
|
408
259
|
"node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer": {
|
|
409
260
|
"version": "2.2.0",
|
|
410
261
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
|
|
@@ -418,19 +269,6 @@
|
|
|
418
269
|
"node": ">=14.0.0"
|
|
419
270
|
}
|
|
420
271
|
},
|
|
421
|
-
"node_modules/@aws-crypto/util/node_modules/@smithy/types": {
|
|
422
|
-
"version": "3.6.0",
|
|
423
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
|
|
424
|
-
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
|
|
425
|
-
"dev": true,
|
|
426
|
-
"license": "Apache-2.0",
|
|
427
|
-
"dependencies": {
|
|
428
|
-
"tslib": "^2.6.2"
|
|
429
|
-
},
|
|
430
|
-
"engines": {
|
|
431
|
-
"node": ">=16.0.0"
|
|
432
|
-
}
|
|
433
|
-
},
|
|
434
272
|
"node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from": {
|
|
435
273
|
"version": "2.2.0",
|
|
436
274
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
|
|
@@ -2319,15 +2157,6 @@
|
|
|
2319
2157
|
"node": ">=18"
|
|
2320
2158
|
}
|
|
2321
2159
|
},
|
|
2322
|
-
"node_modules/@inquirer/confirm/node_modules/@inquirer/figures": {
|
|
2323
|
-
"version": "1.0.7",
|
|
2324
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.7.tgz",
|
|
2325
|
-
"integrity": "sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==",
|
|
2326
|
-
"license": "MIT",
|
|
2327
|
-
"engines": {
|
|
2328
|
-
"node": ">=18"
|
|
2329
|
-
}
|
|
2330
|
-
},
|
|
2331
2160
|
"node_modules/@inquirer/confirm/node_modules/@inquirer/type": {
|
|
2332
2161
|
"version": "1.5.3",
|
|
2333
2162
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
@@ -2436,7 +2265,6 @@
|
|
|
2436
2265
|
"version": "1.0.9",
|
|
2437
2266
|
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.9.tgz",
|
|
2438
2267
|
"integrity": "sha512-BXvGj0ehzrngHTPTDqUoDT3NXL8U0RxUk2zJm2A66RhCEIWdtU1v6GuUqNAgArW4PQ9CinqIWyHdQgdwOj06zQ==",
|
|
2439
|
-
"dev": true,
|
|
2440
2268
|
"license": "MIT",
|
|
2441
2269
|
"engines": {
|
|
2442
2270
|
"node": ">=18"
|
|
@@ -2481,16 +2309,6 @@
|
|
|
2481
2309
|
"node": ">=18"
|
|
2482
2310
|
}
|
|
2483
2311
|
},
|
|
2484
|
-
"node_modules/@inquirer/input/node_modules/@inquirer/figures": {
|
|
2485
|
-
"version": "1.0.7",
|
|
2486
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.7.tgz",
|
|
2487
|
-
"integrity": "sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==",
|
|
2488
|
-
"dev": true,
|
|
2489
|
-
"license": "MIT",
|
|
2490
|
-
"engines": {
|
|
2491
|
-
"node": ">=18"
|
|
2492
|
-
}
|
|
2493
|
-
},
|
|
2494
2312
|
"node_modules/@inquirer/input/node_modules/@inquirer/type": {
|
|
2495
2313
|
"version": "1.5.3",
|
|
2496
2314
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
@@ -2572,15 +2390,6 @@
|
|
|
2572
2390
|
"node": ">=18"
|
|
2573
2391
|
}
|
|
2574
2392
|
},
|
|
2575
|
-
"node_modules/@inquirer/password/node_modules/@inquirer/figures": {
|
|
2576
|
-
"version": "1.0.7",
|
|
2577
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.7.tgz",
|
|
2578
|
-
"integrity": "sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==",
|
|
2579
|
-
"license": "MIT",
|
|
2580
|
-
"engines": {
|
|
2581
|
-
"node": ">=18"
|
|
2582
|
-
}
|
|
2583
|
-
},
|
|
2584
2393
|
"node_modules/@inquirer/password/node_modules/@inquirer/type": {
|
|
2585
2394
|
"version": "1.5.3",
|
|
2586
2395
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
@@ -2781,16 +2590,6 @@
|
|
|
2781
2590
|
"node": ">=18"
|
|
2782
2591
|
}
|
|
2783
2592
|
},
|
|
2784
|
-
"node_modules/@inquirer/select/node_modules/@inquirer/figures": {
|
|
2785
|
-
"version": "1.0.7",
|
|
2786
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.7.tgz",
|
|
2787
|
-
"integrity": "sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==",
|
|
2788
|
-
"dev": true,
|
|
2789
|
-
"license": "MIT",
|
|
2790
|
-
"engines": {
|
|
2791
|
-
"node": ">=18"
|
|
2792
|
-
}
|
|
2793
|
-
},
|
|
2794
2593
|
"node_modules/@inquirer/select/node_modules/@inquirer/type": {
|
|
2795
2594
|
"version": "1.5.3",
|
|
2796
2595
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
@@ -3080,13 +2879,13 @@
|
|
|
3080
2879
|
}
|
|
3081
2880
|
},
|
|
3082
2881
|
"node_modules/@oclif/core": {
|
|
3083
|
-
"version": "4.2.
|
|
3084
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
3085
|
-
"integrity": "sha512-
|
|
2882
|
+
"version": "4.2.8",
|
|
2883
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.8.tgz",
|
|
2884
|
+
"integrity": "sha512-OWv4Va6bERxIhrYcnUGzyhGRqktc64lJO6cZ3UwkzJDpfR8ZrbCxRfKRBBah1i8kzUlOAeAXnpbMBMah3skKwA==",
|
|
3086
2885
|
"license": "MIT",
|
|
3087
2886
|
"dependencies": {
|
|
3088
2887
|
"ansi-escapes": "^4.3.2",
|
|
3089
|
-
"ansis": "^3.
|
|
2888
|
+
"ansis": "^3.16.0",
|
|
3090
2889
|
"clean-stack": "^3.0.1",
|
|
3091
2890
|
"cli-spinners": "^2.9.2",
|
|
3092
2891
|
"debug": "^4.4.0",
|
|
@@ -3171,14 +2970,14 @@
|
|
|
3171
2970
|
}
|
|
3172
2971
|
},
|
|
3173
2972
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3174
|
-
"version": "5.2.
|
|
3175
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
3176
|
-
"integrity": "sha512-
|
|
2973
|
+
"version": "5.2.36",
|
|
2974
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.36.tgz",
|
|
2975
|
+
"integrity": "sha512-NM8up8CGfybXPVESMaeubBqY5jMtIzZYGVrzhMI92Du46O46Ld1IX4jSdnNMjwnTRzTYdz3Br57d5IpnfpEcKw==",
|
|
3177
2976
|
"dev": true,
|
|
3178
2977
|
"license": "MIT",
|
|
3179
2978
|
"dependencies": {
|
|
3180
2979
|
"@oclif/core": "^4",
|
|
3181
|
-
"ansis": "^3.
|
|
2980
|
+
"ansis": "^3.16.0",
|
|
3182
2981
|
"globby": "^14.1.0",
|
|
3183
2982
|
"just-diff": "^5.2.0",
|
|
3184
2983
|
"lodash.difference": "^4.5.0",
|
|
@@ -3191,23 +2990,6 @@
|
|
|
3191
2990
|
"node": ">=18.0.0"
|
|
3192
2991
|
}
|
|
3193
2992
|
},
|
|
3194
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/fast-glob": {
|
|
3195
|
-
"version": "3.3.3",
|
|
3196
|
-
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
|
|
3197
|
-
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
|
|
3198
|
-
"dev": true,
|
|
3199
|
-
"license": "MIT",
|
|
3200
|
-
"dependencies": {
|
|
3201
|
-
"@nodelib/fs.stat": "^2.0.2",
|
|
3202
|
-
"@nodelib/fs.walk": "^1.2.3",
|
|
3203
|
-
"glob-parent": "^5.1.2",
|
|
3204
|
-
"merge2": "^1.3.0",
|
|
3205
|
-
"micromatch": "^4.0.8"
|
|
3206
|
-
},
|
|
3207
|
-
"engines": {
|
|
3208
|
-
"node": ">=8.6.0"
|
|
3209
|
-
}
|
|
3210
|
-
},
|
|
3211
2993
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
3212
2994
|
"version": "14.1.0",
|
|
3213
2995
|
"resolved": "https://registry.npmjs.org/globby/-/globby-14.1.0.tgz",
|
|
@@ -3573,9 +3355,9 @@
|
|
|
3573
3355
|
}
|
|
3574
3356
|
},
|
|
3575
3357
|
"node_modules/@salesforce/core": {
|
|
3576
|
-
"version": "8.8.
|
|
3577
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.
|
|
3578
|
-
"integrity": "sha512-
|
|
3358
|
+
"version": "8.8.4",
|
|
3359
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.4.tgz",
|
|
3360
|
+
"integrity": "sha512-TKioMWh/QWmXjnD0bMNvFHEqaH175TCYWNXUCO1CixdhhI0p1MQj4AnQsk8wuRJiH5kVhiYw6Z7NukcIxLtbUw==",
|
|
3579
3361
|
"license": "BSD-3-Clause",
|
|
3580
3362
|
"dependencies": {
|
|
3581
3363
|
"@jsforce/jsforce-node": "^3.6.5",
|
|
@@ -3631,9 +3413,9 @@
|
|
|
3631
3413
|
"license": "BSD-3-Clause"
|
|
3632
3414
|
},
|
|
3633
3415
|
"node_modules/@salesforce/dev-scripts": {
|
|
3634
|
-
"version": "10.2.
|
|
3635
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.
|
|
3636
|
-
"integrity": "sha512-
|
|
3416
|
+
"version": "10.2.12",
|
|
3417
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.12.tgz",
|
|
3418
|
+
"integrity": "sha512-sQFrUm16PLefZ3U4scEP0+jCKrUvaVjvyMADoM7KK2sXCu9TkvwAD5XtPeBoUsf9SdWhdFf2isv1X8DKM5q/6w==",
|
|
3637
3419
|
"dev": true,
|
|
3638
3420
|
"license": "BSD-3-Clause",
|
|
3639
3421
|
"dependencies": {
|
|
@@ -3822,9 +3604,9 @@
|
|
|
3822
3604
|
"license": "ISC"
|
|
3823
3605
|
},
|
|
3824
3606
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3825
|
-
"version": "12.
|
|
3826
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.
|
|
3827
|
-
"integrity": "sha512-
|
|
3607
|
+
"version": "12.2.0",
|
|
3608
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.0.tgz",
|
|
3609
|
+
"integrity": "sha512-aGNk74rMt8I+HTP7hRsX6kxiGTuun9ONrWkX7JvWDdtIoO9TsEbNVZENH8GFxHFalWPFCj31IMUQD/bGbxMFbg==",
|
|
3828
3610
|
"license": "BSD-3-Clause",
|
|
3829
3611
|
"dependencies": {
|
|
3830
3612
|
"@inquirer/confirm": "^3.1.22",
|
|
@@ -7754,16 +7536,16 @@
|
|
|
7754
7536
|
"license": "MIT"
|
|
7755
7537
|
},
|
|
7756
7538
|
"node_modules/fast-glob": {
|
|
7757
|
-
"version": "3.3.
|
|
7758
|
-
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.
|
|
7759
|
-
"integrity": "sha512-
|
|
7539
|
+
"version": "3.3.3",
|
|
7540
|
+
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
|
|
7541
|
+
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
|
|
7760
7542
|
"license": "MIT",
|
|
7761
7543
|
"dependencies": {
|
|
7762
7544
|
"@nodelib/fs.stat": "^2.0.2",
|
|
7763
7545
|
"@nodelib/fs.walk": "^1.2.3",
|
|
7764
7546
|
"glob-parent": "^5.1.2",
|
|
7765
7547
|
"merge2": "^1.3.0",
|
|
7766
|
-
"micromatch": "^4.0.
|
|
7548
|
+
"micromatch": "^4.0.8"
|
|
7767
7549
|
},
|
|
7768
7550
|
"engines": {
|
|
7769
7551
|
"node": ">=8.6.0"
|
package/oclif.lock
CHANGED
|
@@ -566,7 +566,7 @@
|
|
|
566
566
|
"@smithy/types" "^4.1.0"
|
|
567
567
|
tslib "^2.6.2"
|
|
568
568
|
|
|
569
|
-
"@aws-sdk/types@3.734.0":
|
|
569
|
+
"@aws-sdk/types@3.734.0", "@aws-sdk/types@^3.222.0":
|
|
570
570
|
version "3.734.0"
|
|
571
571
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.734.0.tgz#af5e620b0e761918282aa1c8e53cac6091d169a2"
|
|
572
572
|
integrity sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==
|
|
@@ -574,14 +574,6 @@
|
|
|
574
574
|
"@smithy/types" "^4.1.0"
|
|
575
575
|
tslib "^2.6.2"
|
|
576
576
|
|
|
577
|
-
"@aws-sdk/types@^3.222.0":
|
|
578
|
-
version "3.686.0"
|
|
579
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.686.0.tgz#01aa5307c727de9e69969c538f99ae8b53f1074f"
|
|
580
|
-
integrity sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==
|
|
581
|
-
dependencies:
|
|
582
|
-
"@smithy/types" "^3.6.0"
|
|
583
|
-
tslib "^2.6.2"
|
|
584
|
-
|
|
585
577
|
"@aws-sdk/util-arn-parser@3.723.0":
|
|
586
578
|
version "3.723.0"
|
|
587
579
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.723.0.tgz#e9bff2b13918a92d60e0012101dad60ed7db292c"
|
|
@@ -1092,12 +1084,7 @@
|
|
|
1092
1084
|
"@inquirer/type" "^3.0.2"
|
|
1093
1085
|
yoctocolors-cjs "^2.1.2"
|
|
1094
1086
|
|
|
1095
|
-
"@inquirer/figures@^1.0.5":
|
|
1096
|
-
version "1.0.7"
|
|
1097
|
-
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.7.tgz#d050ccc0eabfacc0248c4ff647a9dfba1b01594b"
|
|
1098
|
-
integrity sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==
|
|
1099
|
-
|
|
1100
|
-
"@inquirer/figures@^1.0.9":
|
|
1087
|
+
"@inquirer/figures@^1.0.5", "@inquirer/figures@^1.0.9":
|
|
1101
1088
|
version "1.0.9"
|
|
1102
1089
|
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.9.tgz#9d8128f8274cde4ca009ca8547337cab3f37a4a3"
|
|
1103
1090
|
integrity sha512-BXvGj0ehzrngHTPTDqUoDT3NXL8U0RxUk2zJm2A66RhCEIWdtU1v6GuUqNAgArW4PQ9CinqIWyHdQgdwOj06zQ==
|
|
@@ -1326,13 +1313,13 @@
|
|
|
1326
1313
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1327
1314
|
fastq "^1.6.0"
|
|
1328
1315
|
|
|
1329
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4", "@oclif/core@^4.2.
|
|
1330
|
-
version "4.2.
|
|
1331
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.
|
|
1332
|
-
integrity sha512-
|
|
1316
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4", "@oclif/core@^4.2.8":
|
|
1317
|
+
version "4.2.8"
|
|
1318
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.8.tgz#6e71c76b8ea91064ffc8390a3fd2502c5d32a3db"
|
|
1319
|
+
integrity sha512-OWv4Va6bERxIhrYcnUGzyhGRqktc64lJO6cZ3UwkzJDpfR8ZrbCxRfKRBBah1i8kzUlOAeAXnpbMBMah3skKwA==
|
|
1333
1320
|
dependencies:
|
|
1334
1321
|
ansi-escapes "^4.3.2"
|
|
1335
|
-
ansis "^3.
|
|
1322
|
+
ansis "^3.16.0"
|
|
1336
1323
|
clean-stack "^3.0.1"
|
|
1337
1324
|
cli-spinners "^2.9.2"
|
|
1338
1325
|
debug "^4.4.0"
|
|
@@ -1350,13 +1337,13 @@
|
|
|
1350
1337
|
wordwrap "^1.0.0"
|
|
1351
1338
|
wrap-ansi "^7.0.0"
|
|
1352
1339
|
|
|
1353
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
|
1354
|
-
version "5.2.
|
|
1355
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
1356
|
-
integrity sha512-
|
|
1340
|
+
"@oclif/plugin-command-snapshot@^5.2.36":
|
|
1341
|
+
version "5.2.36"
|
|
1342
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.36.tgz#83b4ff3fcb0be14416a486405a15d29867a081d1"
|
|
1343
|
+
integrity sha512-NM8up8CGfybXPVESMaeubBqY5jMtIzZYGVrzhMI92Du46O46Ld1IX4jSdnNMjwnTRzTYdz3Br57d5IpnfpEcKw==
|
|
1357
1344
|
dependencies:
|
|
1358
1345
|
"@oclif/core" "^4"
|
|
1359
|
-
ansis "^3.
|
|
1346
|
+
ansis "^3.16.0"
|
|
1360
1347
|
globby "^14.1.0"
|
|
1361
1348
|
just-diff "^5.2.0"
|
|
1362
1349
|
lodash.difference "^4.5.0"
|
|
@@ -1451,10 +1438,10 @@
|
|
|
1451
1438
|
strip-ansi "6.0.1"
|
|
1452
1439
|
ts-retry-promise "^0.8.1"
|
|
1453
1440
|
|
|
1454
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2", "@salesforce/core@^8.8.
|
|
1455
|
-
version "8.8.
|
|
1456
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.
|
|
1457
|
-
integrity sha512-
|
|
1441
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2", "@salesforce/core@^8.8.4":
|
|
1442
|
+
version "8.8.4"
|
|
1443
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.4.tgz#1995d387a62c48810b4e0a66c68192ccdcf8001f"
|
|
1444
|
+
integrity sha512-TKioMWh/QWmXjnD0bMNvFHEqaH175TCYWNXUCO1CixdhhI0p1MQj4AnQsk8wuRJiH5kVhiYw6Z7NukcIxLtbUw==
|
|
1458
1445
|
dependencies:
|
|
1459
1446
|
"@jsforce/jsforce-node" "^3.6.5"
|
|
1460
1447
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -1480,10 +1467,10 @@
|
|
|
1480
1467
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
|
|
1481
1468
|
integrity sha512-rO6axodoRF2SA1kknGttIWuL7HhIwSmweGlBzM8y2m5TH8DeIv4xsqYc8Cu+SrR3JT1FN4nh6XgrogI83AJfKg==
|
|
1482
1469
|
|
|
1483
|
-
"@salesforce/dev-scripts@^10.2.
|
|
1484
|
-
version "10.2.
|
|
1485
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.
|
|
1486
|
-
integrity sha512-
|
|
1470
|
+
"@salesforce/dev-scripts@^10.2.12":
|
|
1471
|
+
version "10.2.12"
|
|
1472
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.12.tgz#05cb48e60cf1a204ec8402aa803093c924b02bf7"
|
|
1473
|
+
integrity sha512-sQFrUm16PLefZ3U4scEP0+jCKrUvaVjvyMADoM7KK2sXCu9TkvwAD5XtPeBoUsf9SdWhdFf2isv1X8DKM5q/6w==
|
|
1487
1474
|
dependencies:
|
|
1488
1475
|
"@commitlint/cli" "^17.1.2"
|
|
1489
1476
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -1561,10 +1548,10 @@
|
|
|
1561
1548
|
string-width "^7.2.0"
|
|
1562
1549
|
terminal-link "^3.0.0"
|
|
1563
1550
|
|
|
1564
|
-
"@salesforce/sf-plugins-core@^12.
|
|
1565
|
-
version "12.
|
|
1566
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.
|
|
1567
|
-
integrity sha512-
|
|
1551
|
+
"@salesforce/sf-plugins-core@^12.2.0":
|
|
1552
|
+
version "12.2.0"
|
|
1553
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.0.tgz#c53f5342841cc490752b78f2707e84d8946dd740"
|
|
1554
|
+
integrity sha512-aGNk74rMt8I+HTP7hRsX6kxiGTuun9ONrWkX7JvWDdtIoO9TsEbNVZENH8GFxHFalWPFCj31IMUQD/bGbxMFbg==
|
|
1568
1555
|
dependencies:
|
|
1569
1556
|
"@inquirer/confirm" "^3.1.22"
|
|
1570
1557
|
"@inquirer/password" "^2.2.0"
|
|
@@ -1987,13 +1974,6 @@
|
|
|
1987
1974
|
"@smithy/util-stream" "^4.1.1"
|
|
1988
1975
|
tslib "^2.6.2"
|
|
1989
1976
|
|
|
1990
|
-
"@smithy/types@^3.6.0":
|
|
1991
|
-
version "3.6.0"
|
|
1992
|
-
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-3.6.0.tgz#03a52bfd62ee4b7b2a1842c8ae3ada7a0a5ff3a4"
|
|
1993
|
-
integrity sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==
|
|
1994
|
-
dependencies:
|
|
1995
|
-
tslib "^2.6.2"
|
|
1996
|
-
|
|
1997
1977
|
"@smithy/types@^4.1.0":
|
|
1998
1978
|
version "4.1.0"
|
|
1999
1979
|
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.1.0.tgz#19de0b6087bccdd4182a334eb5d3d2629699370f"
|
|
@@ -2573,7 +2553,7 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
|
|
|
2573
2553
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
|
|
2574
2554
|
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
|
|
2575
2555
|
|
|
2576
|
-
ansis@^3.
|
|
2556
|
+
ansis@^3.16.0, ansis@^3.3.2, ansis@^3.5.2:
|
|
2577
2557
|
version "3.16.0"
|
|
2578
2558
|
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.16.0.tgz#5e365fd173133756a01199c77fc9146bb22fb5eb"
|
|
2579
2559
|
integrity sha512-sU7d/tfZiYrsIAXbdL/CNZld5bCkruzwT5KmqmadCJYxuLxHAOBjidxD5+iLmN/6xEfjcQq1l7OpsiCBlc4LzA==
|
|
@@ -3914,18 +3894,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
|
|
3914
3894
|
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
|
3915
3895
|
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
|
3916
3896
|
|
|
3917
|
-
fast-glob@^3.2.11, fast-glob@^3.2.9:
|
|
3918
|
-
version "3.3.2"
|
|
3919
|
-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
|
|
3920
|
-
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
|
|
3921
|
-
dependencies:
|
|
3922
|
-
"@nodelib/fs.stat" "^2.0.2"
|
|
3923
|
-
"@nodelib/fs.walk" "^1.2.3"
|
|
3924
|
-
glob-parent "^5.1.2"
|
|
3925
|
-
merge2 "^1.3.0"
|
|
3926
|
-
micromatch "^4.0.4"
|
|
3927
|
-
|
|
3928
|
-
fast-glob@^3.3.3:
|
|
3897
|
+
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.3:
|
|
3929
3898
|
version "3.3.3"
|
|
3930
3899
|
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
|
|
3931
3900
|
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
|
|
@@ -5519,7 +5488,7 @@ merge2@^1.3.0, merge2@^1.4.1:
|
|
|
5519
5488
|
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
|
|
5520
5489
|
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
|
|
5521
5490
|
|
|
5522
|
-
micromatch@^4.0.2, micromatch@^4.0.
|
|
5491
|
+
micromatch@^4.0.2, micromatch@^4.0.8:
|
|
5523
5492
|
version "4.0.8"
|
|
5524
5493
|
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
|
|
5525
5494
|
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
3
|
"description": "Community commands to create and publish an Experience Cloud site, and view a list of available templates in you org.",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.14",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@salesforce/core": "^8.8.
|
|
8
|
+
"@salesforce/core": "^8.8.4",
|
|
9
9
|
"@salesforce/kit": "^3.2.3",
|
|
10
|
-
"@salesforce/sf-plugins-core": "^12.
|
|
10
|
+
"@salesforce/sf-plugins-core": "^12.2.0"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@jsforce/jsforce-node": "^3.6.5",
|
|
14
|
-
"@oclif/core": "^4.2.
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
14
|
+
"@oclif/core": "^4.2.8",
|
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.2.36",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
17
|
-
"@salesforce/dev-scripts": "^10.2.
|
|
17
|
+
"@salesforce/dev-scripts": "^10.2.12",
|
|
18
18
|
"@salesforce/plugin-command-reference": "^3.1.43",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.20.14",
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"exports": "./lib/index.js",
|
|
205
205
|
"type": "module",
|
|
206
206
|
"sfdx": {
|
|
207
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.
|
|
208
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.
|
|
207
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.14.crt",
|
|
208
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.3.14.sig"
|
|
209
209
|
}
|
|
210
210
|
}
|