rflib-plugin 0.19.4 → 0.19.6
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/oclif.lock +248 -386
- package/oclif.manifest.json +101 -101
- package/package.json +3 -3
package/oclif.lock
CHANGED
|
@@ -87,31 +87,31 @@
|
|
|
87
87
|
tslib "^2.6.2"
|
|
88
88
|
|
|
89
89
|
"@aws-sdk/client-cloudfront@^3.1009.0":
|
|
90
|
-
version "3.
|
|
91
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudfront/-/client-cloudfront-3.
|
|
92
|
-
integrity sha512-
|
|
90
|
+
version "3.1058.0"
|
|
91
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudfront/-/client-cloudfront-3.1058.0.tgz#8319858e799c2048c3c834cac7da702b6bed2d26"
|
|
92
|
+
integrity sha512-hmjEJmrmjN2H6W//qDnS0Xszn4DW60gXyau3j2x5tgFOWPMQsHU6luNx1PLE+cqsdHW1nB+WJ9pmdZPbKhaAXw==
|
|
93
93
|
dependencies:
|
|
94
94
|
"@aws-crypto/sha256-browser" "5.2.0"
|
|
95
95
|
"@aws-crypto/sha256-js" "5.2.0"
|
|
96
|
-
"@aws-sdk/core" "^3.974.
|
|
97
|
-
"@aws-sdk/credential-provider-node" "^3.972.
|
|
98
|
-
"@aws-sdk/types" "^3.973.
|
|
99
|
-
"@smithy/core" "^3.24.
|
|
100
|
-
"@smithy/fetch-http-handler" "^5.4.
|
|
101
|
-
"@smithy/node-http-handler" "^4.7.
|
|
102
|
-
"@smithy/types" "^4.14.
|
|
96
|
+
"@aws-sdk/core" "^3.974.15"
|
|
97
|
+
"@aws-sdk/credential-provider-node" "^3.972.48"
|
|
98
|
+
"@aws-sdk/types" "^3.973.9"
|
|
99
|
+
"@smithy/core" "^3.24.5"
|
|
100
|
+
"@smithy/fetch-http-handler" "^5.4.5"
|
|
101
|
+
"@smithy/node-http-handler" "^4.7.5"
|
|
102
|
+
"@smithy/types" "^4.14.2"
|
|
103
103
|
tslib "^2.6.2"
|
|
104
104
|
|
|
105
105
|
"@aws-sdk/client-s3@^3.1053.0":
|
|
106
|
-
version "3.
|
|
107
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.
|
|
108
|
-
integrity sha512-
|
|
106
|
+
version "3.1058.0"
|
|
107
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.1058.0.tgz#e407edb97b426e9508e6dcd75aa9945b28eb9ff6"
|
|
108
|
+
integrity sha512-AfED3hhaBZ121NuiBImgnlF98kQRMk6hGPMGfj/Oo1hSaoMFRzM+N4nlICCasUSM2R8QaIRZRYGpZ3fy0ilGZQ==
|
|
109
109
|
dependencies:
|
|
110
110
|
"@aws-crypto/sha1-browser" "5.2.0"
|
|
111
111
|
"@aws-crypto/sha256-browser" "5.2.0"
|
|
112
112
|
"@aws-crypto/sha256-js" "5.2.0"
|
|
113
113
|
"@aws-sdk/core" "^3.974.15"
|
|
114
|
-
"@aws-sdk/credential-provider-node" "^3.972.
|
|
114
|
+
"@aws-sdk/credential-provider-node" "^3.972.48"
|
|
115
115
|
"@aws-sdk/middleware-bucket-endpoint" "^3.972.17"
|
|
116
116
|
"@aws-sdk/middleware-expect-continue" "^3.972.14"
|
|
117
117
|
"@aws-sdk/middleware-flexible-checksums" "^3.974.23"
|
|
@@ -126,20 +126,6 @@
|
|
|
126
126
|
"@smithy/types" "^4.14.2"
|
|
127
127
|
tslib "^2.6.2"
|
|
128
128
|
|
|
129
|
-
"@aws-sdk/core@^3.974.11":
|
|
130
|
-
version "3.974.11"
|
|
131
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.974.11.tgz#7ff1a193d1e512a1e667734028a5d52cee019d25"
|
|
132
|
-
integrity sha512-QpnINq5FZH6EOaDEkmHdT7eUunbvD27pDNQypaWjFyYz7Zl1q3UCMQErBZxpmfGfI7MvI2TlK8KTkgNpv8b1ug==
|
|
133
|
-
dependencies:
|
|
134
|
-
"@aws-sdk/types" "^3.973.8"
|
|
135
|
-
"@aws-sdk/xml-builder" "^3.972.24"
|
|
136
|
-
"@aws/lambda-invoke-store" "^0.2.2"
|
|
137
|
-
"@smithy/core" "^3.24.2"
|
|
138
|
-
"@smithy/signature-v4" "^5.4.2"
|
|
139
|
-
"@smithy/types" "^4.14.1"
|
|
140
|
-
bowser "^2.11.0"
|
|
141
|
-
tslib "^2.6.2"
|
|
142
|
-
|
|
143
129
|
"@aws-sdk/core@^3.974.15":
|
|
144
130
|
version "3.974.15"
|
|
145
131
|
resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.974.15.tgz#841395d805ed33b8e4f30b1b86749922a0c6a058"
|
|
@@ -162,17 +148,6 @@
|
|
|
162
148
|
"@smithy/types" "^4.14.2"
|
|
163
149
|
tslib "^2.6.2"
|
|
164
150
|
|
|
165
|
-
"@aws-sdk/credential-provider-env@^3.972.37":
|
|
166
|
-
version "3.972.37"
|
|
167
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.37.tgz#b79ce974dd0cfe291a549dc60a11b672b602090e"
|
|
168
|
-
integrity sha512-/jpPvEh6f7ntmIzf7dNxoNX6Q8vt8UpesCjbW6mFfk4V1NW6bIy9qxcQ6WbA8As5yQhsZOe+xeNd4xHX8kdY2Q==
|
|
169
|
-
dependencies:
|
|
170
|
-
"@aws-sdk/core" "^3.974.11"
|
|
171
|
-
"@aws-sdk/types" "^3.973.8"
|
|
172
|
-
"@smithy/core" "^3.24.2"
|
|
173
|
-
"@smithy/types" "^4.14.1"
|
|
174
|
-
tslib "^2.6.2"
|
|
175
|
-
|
|
176
151
|
"@aws-sdk/credential-provider-env@^3.972.41":
|
|
177
152
|
version "3.972.41"
|
|
178
153
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.41.tgz#753b584626798be5310cf87976f3c72d410f709a"
|
|
@@ -184,19 +159,6 @@
|
|
|
184
159
|
"@smithy/types" "^4.14.2"
|
|
185
160
|
tslib "^2.6.2"
|
|
186
161
|
|
|
187
|
-
"@aws-sdk/credential-provider-http@^3.972.39":
|
|
188
|
-
version "3.972.39"
|
|
189
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.39.tgz#3145f9e82ad9d25289cb2ce74c5cd83a7d10610d"
|
|
190
|
-
integrity sha512-pIgTpisWyWg7X1bUbzSjuUYosYTD0Ghz2M0hkSTmb3a6i3qV3uU+NYJPI/E2XSC0HcsZh5rsLPzeXrkb2DS0Cg==
|
|
191
|
-
dependencies:
|
|
192
|
-
"@aws-sdk/core" "^3.974.11"
|
|
193
|
-
"@aws-sdk/types" "^3.973.8"
|
|
194
|
-
"@smithy/core" "^3.24.2"
|
|
195
|
-
"@smithy/fetch-http-handler" "^5.4.2"
|
|
196
|
-
"@smithy/node-http-handler" "^4.7.2"
|
|
197
|
-
"@smithy/types" "^4.14.1"
|
|
198
|
-
tslib "^2.6.2"
|
|
199
|
-
|
|
200
162
|
"@aws-sdk/credential-provider-http@^3.972.43":
|
|
201
163
|
version "3.972.43"
|
|
202
164
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.43.tgz#bc9af93cdba81df5ce487a3e46f232d677092c97"
|
|
@@ -210,25 +172,6 @@
|
|
|
210
172
|
"@smithy/types" "^4.14.2"
|
|
211
173
|
tslib "^2.6.2"
|
|
212
174
|
|
|
213
|
-
"@aws-sdk/credential-provider-ini@^3.972.41":
|
|
214
|
-
version "3.972.41"
|
|
215
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.41.tgz#32f25a66c1f4902015493a69240def5759c3df1a"
|
|
216
|
-
integrity sha512-u2tyjaxJJzW8UtW4SM1ZcPMDwO6y+kV+llvou+Adts0FAKyzes5jG4izQN+KX3yE8ZROpS5y1LJ//xL2iSf76w==
|
|
217
|
-
dependencies:
|
|
218
|
-
"@aws-sdk/core" "^3.974.11"
|
|
219
|
-
"@aws-sdk/credential-provider-env" "^3.972.37"
|
|
220
|
-
"@aws-sdk/credential-provider-http" "^3.972.39"
|
|
221
|
-
"@aws-sdk/credential-provider-login" "^3.972.41"
|
|
222
|
-
"@aws-sdk/credential-provider-process" "^3.972.37"
|
|
223
|
-
"@aws-sdk/credential-provider-sso" "^3.972.41"
|
|
224
|
-
"@aws-sdk/credential-provider-web-identity" "^3.972.41"
|
|
225
|
-
"@aws-sdk/nested-clients" "^3.997.9"
|
|
226
|
-
"@aws-sdk/types" "^3.973.8"
|
|
227
|
-
"@smithy/core" "^3.24.2"
|
|
228
|
-
"@smithy/credential-provider-imds" "^4.3.2"
|
|
229
|
-
"@smithy/types" "^4.14.1"
|
|
230
|
-
tslib "^2.6.2"
|
|
231
|
-
|
|
232
175
|
"@aws-sdk/credential-provider-ini@^3.972.46":
|
|
233
176
|
version "3.972.46"
|
|
234
177
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.46.tgz#3fea86be2fb9593ac7d339cb4c6ff78e9f69df30"
|
|
@@ -248,18 +191,6 @@
|
|
|
248
191
|
"@smithy/types" "^4.14.2"
|
|
249
192
|
tslib "^2.6.2"
|
|
250
193
|
|
|
251
|
-
"@aws-sdk/credential-provider-login@^3.972.41":
|
|
252
|
-
version "3.972.41"
|
|
253
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.41.tgz#1199f4ce0213c36cab5561fc4a783edf91876dd0"
|
|
254
|
-
integrity sha512-0LBitxXiAiaE5nlFPfpNIww/8FRY/I7WIndWsc9GmNFOM7cE1wNpVNQEGEk9Outg5l8xl+3vybxFyUy4l9q/LQ==
|
|
255
|
-
dependencies:
|
|
256
|
-
"@aws-sdk/core" "^3.974.11"
|
|
257
|
-
"@aws-sdk/nested-clients" "^3.997.9"
|
|
258
|
-
"@aws-sdk/types" "^3.973.8"
|
|
259
|
-
"@smithy/core" "^3.24.2"
|
|
260
|
-
"@smithy/types" "^4.14.1"
|
|
261
|
-
tslib "^2.6.2"
|
|
262
|
-
|
|
263
194
|
"@aws-sdk/credential-provider-login@^3.972.45":
|
|
264
195
|
version "3.972.45"
|
|
265
196
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.45.tgz#e11744272965d423ace09d3aa2b389248d665699"
|
|
@@ -272,27 +203,10 @@
|
|
|
272
203
|
"@smithy/types" "^4.14.2"
|
|
273
204
|
tslib "^2.6.2"
|
|
274
205
|
|
|
275
|
-
"@aws-sdk/credential-provider-node@^3.972.
|
|
276
|
-
version "3.972.
|
|
277
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.
|
|
278
|
-
integrity sha512-
|
|
279
|
-
dependencies:
|
|
280
|
-
"@aws-sdk/credential-provider-env" "^3.972.37"
|
|
281
|
-
"@aws-sdk/credential-provider-http" "^3.972.39"
|
|
282
|
-
"@aws-sdk/credential-provider-ini" "^3.972.41"
|
|
283
|
-
"@aws-sdk/credential-provider-process" "^3.972.37"
|
|
284
|
-
"@aws-sdk/credential-provider-sso" "^3.972.41"
|
|
285
|
-
"@aws-sdk/credential-provider-web-identity" "^3.972.41"
|
|
286
|
-
"@aws-sdk/types" "^3.973.8"
|
|
287
|
-
"@smithy/core" "^3.24.2"
|
|
288
|
-
"@smithy/credential-provider-imds" "^4.3.2"
|
|
289
|
-
"@smithy/types" "^4.14.1"
|
|
290
|
-
tslib "^2.6.2"
|
|
291
|
-
|
|
292
|
-
"@aws-sdk/credential-provider-node@^3.972.47":
|
|
293
|
-
version "3.972.47"
|
|
294
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.47.tgz#f25a77bce8924688bb581e87f8d7ef1477eab9a0"
|
|
295
|
-
integrity sha512-HrId+C0DWA5qDIyLG64/kjUB2RNtPypxmABnIctK+TA1P1kHlOYoE/Wf5T5tKOMKgb08P7k/zNyhvfJ3lh5Oag==
|
|
206
|
+
"@aws-sdk/credential-provider-node@^3.972.48":
|
|
207
|
+
version "3.972.48"
|
|
208
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.48.tgz#31872405860d450231ffe2d9075a6316489139ae"
|
|
209
|
+
integrity sha512-QIbtJP0olSLZ2ImEu636pP+7JJbPfaL3xSJIFXhu472CWuondCc4bGOa8OeyhOFet8z4H1D/ZFKXc39FboWwYA==
|
|
296
210
|
dependencies:
|
|
297
211
|
"@aws-sdk/credential-provider-env" "^3.972.41"
|
|
298
212
|
"@aws-sdk/credential-provider-http" "^3.972.43"
|
|
@@ -306,17 +220,6 @@
|
|
|
306
220
|
"@smithy/types" "^4.14.2"
|
|
307
221
|
tslib "^2.6.2"
|
|
308
222
|
|
|
309
|
-
"@aws-sdk/credential-provider-process@^3.972.37":
|
|
310
|
-
version "3.972.37"
|
|
311
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.37.tgz#4d6ac5c3ccda1dab2b4a3ce47cc93cc2cc7ad6d3"
|
|
312
|
-
integrity sha512-7nVaHBUaWIddASYfVaA9O4D5ZVjewU3sCol9WqZPGfW0nR+0WqE0xHZnD/U2L33PlOB8KNXGKZ6wOES/QijKzg==
|
|
313
|
-
dependencies:
|
|
314
|
-
"@aws-sdk/core" "^3.974.11"
|
|
315
|
-
"@aws-sdk/types" "^3.973.8"
|
|
316
|
-
"@smithy/core" "^3.24.2"
|
|
317
|
-
"@smithy/types" "^4.14.1"
|
|
318
|
-
tslib "^2.6.2"
|
|
319
|
-
|
|
320
223
|
"@aws-sdk/credential-provider-process@^3.972.41":
|
|
321
224
|
version "3.972.41"
|
|
322
225
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.41.tgz#68d2a4f46ec15e8cd0da1d1d3e56b8889df9b926"
|
|
@@ -328,19 +231,6 @@
|
|
|
328
231
|
"@smithy/types" "^4.14.2"
|
|
329
232
|
tslib "^2.6.2"
|
|
330
233
|
|
|
331
|
-
"@aws-sdk/credential-provider-sso@^3.972.41":
|
|
332
|
-
version "3.972.41"
|
|
333
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.41.tgz#110e5b51bd77a8c93dd8d564024bbe4f791788a2"
|
|
334
|
-
integrity sha512-IOWAWEHe5LkjSKkkUUX9ciV6Y1scHTsnfEkdt5yyC4Slrc7AGbkLPrpntjqh18ksJAMOaVhoBsO8p2WyTcY2wQ==
|
|
335
|
-
dependencies:
|
|
336
|
-
"@aws-sdk/core" "^3.974.11"
|
|
337
|
-
"@aws-sdk/nested-clients" "^3.997.9"
|
|
338
|
-
"@aws-sdk/token-providers" "3.1048.0"
|
|
339
|
-
"@aws-sdk/types" "^3.973.8"
|
|
340
|
-
"@smithy/core" "^3.24.2"
|
|
341
|
-
"@smithy/types" "^4.14.1"
|
|
342
|
-
tslib "^2.6.2"
|
|
343
|
-
|
|
344
234
|
"@aws-sdk/credential-provider-sso@^3.972.45":
|
|
345
235
|
version "3.972.45"
|
|
346
236
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.45.tgz#6c934ed4905f1d0966f6ada39d07432b166b201a"
|
|
@@ -354,18 +244,6 @@
|
|
|
354
244
|
"@smithy/types" "^4.14.2"
|
|
355
245
|
tslib "^2.6.2"
|
|
356
246
|
|
|
357
|
-
"@aws-sdk/credential-provider-web-identity@^3.972.41":
|
|
358
|
-
version "3.972.41"
|
|
359
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.41.tgz#894a98200efd95c066bf8108aebf843899ffbff4"
|
|
360
|
-
integrity sha512-mbACk9Yypa8nm4iGZLs0PofOXEcTDOUw6wDnsPXNDNSd2WNXs1tSo+6nc/fh0jLYdfVZThhBL98PHW4aXFsG5A==
|
|
361
|
-
dependencies:
|
|
362
|
-
"@aws-sdk/core" "^3.974.11"
|
|
363
|
-
"@aws-sdk/nested-clients" "^3.997.9"
|
|
364
|
-
"@aws-sdk/types" "^3.973.8"
|
|
365
|
-
"@smithy/core" "^3.24.2"
|
|
366
|
-
"@smithy/types" "^4.14.1"
|
|
367
|
-
tslib "^2.6.2"
|
|
368
|
-
|
|
369
247
|
"@aws-sdk/credential-provider-web-identity@^3.972.45":
|
|
370
248
|
version "3.972.45"
|
|
371
249
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.45.tgz#a8d189321695bf90a69344165814ef0274959221"
|
|
@@ -460,33 +338,6 @@
|
|
|
460
338
|
"@smithy/types" "^4.14.2"
|
|
461
339
|
tslib "^2.6.2"
|
|
462
340
|
|
|
463
|
-
"@aws-sdk/nested-clients@^3.997.9":
|
|
464
|
-
version "3.997.9"
|
|
465
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/nested-clients/-/nested-clients-3.997.9.tgz#aa58ca9c6a0447f74afe36026fc1fd03e843837d"
|
|
466
|
-
integrity sha512-jPR3rnmRI4hWYyzfmTGBr7NblMp8QYYeflHXba1H6+7CGrWVqWKQzaXFQ4qbExqPRsXN3T3L3JxFhr6aouXUGQ==
|
|
467
|
-
dependencies:
|
|
468
|
-
"@aws-crypto/sha256-browser" "5.2.0"
|
|
469
|
-
"@aws-crypto/sha256-js" "5.2.0"
|
|
470
|
-
"@aws-sdk/core" "^3.974.11"
|
|
471
|
-
"@aws-sdk/signature-v4-multi-region" "^3.996.27"
|
|
472
|
-
"@aws-sdk/types" "^3.973.8"
|
|
473
|
-
"@smithy/core" "^3.24.2"
|
|
474
|
-
"@smithy/fetch-http-handler" "^5.4.2"
|
|
475
|
-
"@smithy/node-http-handler" "^4.7.2"
|
|
476
|
-
"@smithy/types" "^4.14.1"
|
|
477
|
-
tslib "^2.6.2"
|
|
478
|
-
|
|
479
|
-
"@aws-sdk/signature-v4-multi-region@^3.996.27":
|
|
480
|
-
version "3.996.27"
|
|
481
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.27.tgz#69cca231af7317afbb728417e7e0e84707206a82"
|
|
482
|
-
integrity sha512-0Phbz4t6HI3D3skxvG2uI+VWU034/nSIw1T8d+FPzzQG9EQTrw94o9mOKO2Gv3n3Oc8P7JD7RAUxkoneLWv5Eg==
|
|
483
|
-
dependencies:
|
|
484
|
-
"@aws-sdk/types" "^3.973.8"
|
|
485
|
-
"@smithy/core" "^3.24.2"
|
|
486
|
-
"@smithy/signature-v4" "^5.4.2"
|
|
487
|
-
"@smithy/types" "^4.14.1"
|
|
488
|
-
tslib "^2.6.2"
|
|
489
|
-
|
|
490
341
|
"@aws-sdk/signature-v4-multi-region@^3.996.30":
|
|
491
342
|
version "3.996.30"
|
|
492
343
|
resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.30.tgz#78e324094413c0c1e2e4b8c77d6981d1a2393c9f"
|
|
@@ -497,18 +348,6 @@
|
|
|
497
348
|
"@smithy/types" "^4.14.2"
|
|
498
349
|
tslib "^2.6.2"
|
|
499
350
|
|
|
500
|
-
"@aws-sdk/token-providers@3.1048.0":
|
|
501
|
-
version "3.1048.0"
|
|
502
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.1048.0.tgz#d744de5604fcafa3389bb9ff89aaa5c4836db88f"
|
|
503
|
-
integrity sha512-k0y/GcuesuSfWyUM0WamrGyeZmltRYaPbHO82UDA6mZ/doB+FOHKutikPAtSXMn/hDz970cF+iRuuiYO9VEbAA==
|
|
504
|
-
dependencies:
|
|
505
|
-
"@aws-sdk/core" "^3.974.11"
|
|
506
|
-
"@aws-sdk/nested-clients" "^3.997.9"
|
|
507
|
-
"@aws-sdk/types" "^3.973.8"
|
|
508
|
-
"@smithy/core" "^3.24.2"
|
|
509
|
-
"@smithy/types" "^4.14.1"
|
|
510
|
-
tslib "^2.6.2"
|
|
511
|
-
|
|
512
351
|
"@aws-sdk/token-providers@3.1056.0":
|
|
513
352
|
version "3.1056.0"
|
|
514
353
|
resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.1056.0.tgz#a61372715ebc6527c4849c671539461fee4ca050"
|
|
@@ -529,14 +368,6 @@
|
|
|
529
368
|
"@smithy/types" "^4.12.0"
|
|
530
369
|
tslib "^2.6.2"
|
|
531
370
|
|
|
532
|
-
"@aws-sdk/types@^3.973.8":
|
|
533
|
-
version "3.973.8"
|
|
534
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.973.8.tgz#7352cb74a5f8bae1218eee63e714cf94302911c5"
|
|
535
|
-
integrity sha512-gjlAdtHMbtR9X5iIhVUvbVcy55KnznpC6bkDUWW9z915bi0ckdUr5cjf16Kp6xq0bP5HBD2xzgbL9F9Quv5vUw==
|
|
536
|
-
dependencies:
|
|
537
|
-
"@smithy/types" "^4.14.1"
|
|
538
|
-
tslib "^2.6.2"
|
|
539
|
-
|
|
540
371
|
"@aws-sdk/types@^3.973.9":
|
|
541
372
|
version "3.973.9"
|
|
542
373
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.973.9.tgz#7d1c08cc6e82ec2ac2f2da102a7dd55806592f7f"
|
|
@@ -552,16 +383,6 @@
|
|
|
552
383
|
dependencies:
|
|
553
384
|
tslib "^2.6.2"
|
|
554
385
|
|
|
555
|
-
"@aws-sdk/xml-builder@^3.972.24":
|
|
556
|
-
version "3.972.24"
|
|
557
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/xml-builder/-/xml-builder-3.972.24.tgz#83ae19e48bdb897dff595a5430103dd1b4f7b6ff"
|
|
558
|
-
integrity sha512-V8z5YcDPfsvzrBlj0xR1vhRtocblhYbqdreCJB/voGd4Sr5zjNAeWxexbnqVtskTJe0vFb5KMqbSL++ePl+zRw==
|
|
559
|
-
dependencies:
|
|
560
|
-
"@nodable/entities" "2.1.0"
|
|
561
|
-
"@smithy/types" "^4.14.1"
|
|
562
|
-
fast-xml-parser "5.7.3"
|
|
563
|
-
tslib "^2.6.2"
|
|
564
|
-
|
|
565
386
|
"@aws-sdk/xml-builder@^3.972.26":
|
|
566
387
|
version "3.972.26"
|
|
567
388
|
resolved "https://registry.yarnpkg.com/@aws-sdk/xml-builder/-/xml-builder-3.972.26.tgz#949366fe7c195f676f0ab9e002dd95b70942410c"
|
|
@@ -1115,10 +936,10 @@
|
|
|
1115
936
|
resolved "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.2.tgz"
|
|
1116
937
|
integrity sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==
|
|
1117
938
|
|
|
1118
|
-
"@inquirer/ansi@^2.0.
|
|
1119
|
-
version "2.0.
|
|
1120
|
-
resolved "https://registry.yarnpkg.com/@inquirer/ansi/-/ansi-2.0.
|
|
1121
|
-
integrity sha512-
|
|
939
|
+
"@inquirer/ansi@^2.0.7":
|
|
940
|
+
version "2.0.7"
|
|
941
|
+
resolved "https://registry.yarnpkg.com/@inquirer/ansi/-/ansi-2.0.7.tgz#86de22810cac3ed406ec10f8d66016815b8226b4"
|
|
942
|
+
integrity sha512-3eTuUO1vH2cZm2ZKHeQxnOqlTi9EfZDGgIe3BL3I4u+rJHocr9Fz86M4fjYABPvFnQG/gGK551HqDiIcETwU6Q==
|
|
1122
943
|
|
|
1123
944
|
"@inquirer/checkbox@^4.3.2":
|
|
1124
945
|
version "4.3.2"
|
|
@@ -1147,13 +968,13 @@
|
|
|
1147
968
|
"@inquirer/core" "^10.3.2"
|
|
1148
969
|
"@inquirer/type" "^3.0.10"
|
|
1149
970
|
|
|
1150
|
-
"@inquirer/confirm@^6.
|
|
1151
|
-
version "6.
|
|
1152
|
-
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-6.
|
|
1153
|
-
integrity sha512-
|
|
971
|
+
"@inquirer/confirm@^6.1.1":
|
|
972
|
+
version "6.1.1"
|
|
973
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-6.1.1.tgz#9c6a7d79c6132b2af57fdb75747f056204e55356"
|
|
974
|
+
integrity sha512-eb8DBZcz/2qHWQda4rk2JiQk5h9QV/cVHi1yjt0f69WFZMRFn0sJTye3EAP8icut8UDMjQPsaH5KbcOogefrFQ==
|
|
1154
975
|
dependencies:
|
|
1155
|
-
"@inquirer/core" "^11.1
|
|
1156
|
-
"@inquirer/type" "^4.0.
|
|
976
|
+
"@inquirer/core" "^11.2.1"
|
|
977
|
+
"@inquirer/type" "^4.0.7"
|
|
1157
978
|
|
|
1158
979
|
"@inquirer/core@^10.3.2":
|
|
1159
980
|
version "10.3.2"
|
|
@@ -1169,14 +990,14 @@
|
|
|
1169
990
|
wrap-ansi "^6.2.0"
|
|
1170
991
|
yoctocolors-cjs "^2.1.3"
|
|
1171
992
|
|
|
1172
|
-
"@inquirer/core@^11.1
|
|
1173
|
-
version "11.1
|
|
1174
|
-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-11.1.
|
|
1175
|
-
integrity sha512-
|
|
993
|
+
"@inquirer/core@^11.2.1":
|
|
994
|
+
version "11.2.1"
|
|
995
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-11.2.1.tgz#54ccd8f7d47852140b6066cbd77d63b2c2b168fd"
|
|
996
|
+
integrity sha512-Qd6GJT1yVyrZZCfN8W2qKF5ApmqryXRhRKCuip8h01x2w/esJQ2XIYc6f9abMIHgKQdBfFTSOdbHRLAhuM09UA==
|
|
1176
997
|
dependencies:
|
|
1177
|
-
"@inquirer/ansi" "^2.0.
|
|
1178
|
-
"@inquirer/figures" "^2.0.
|
|
1179
|
-
"@inquirer/type" "^4.0.
|
|
998
|
+
"@inquirer/ansi" "^2.0.7"
|
|
999
|
+
"@inquirer/figures" "^2.0.7"
|
|
1000
|
+
"@inquirer/type" "^4.0.7"
|
|
1180
1001
|
cli-width "^4.1.0"
|
|
1181
1002
|
fast-wrap-ansi "^0.2.0"
|
|
1182
1003
|
mute-stream "^3.0.0"
|
|
@@ -1231,10 +1052,10 @@
|
|
|
1231
1052
|
resolved "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz"
|
|
1232
1053
|
integrity sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==
|
|
1233
1054
|
|
|
1234
|
-
"@inquirer/figures@^2.0.
|
|
1235
|
-
version "2.0.
|
|
1236
|
-
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-2.0.
|
|
1237
|
-
integrity sha512-
|
|
1055
|
+
"@inquirer/figures@^2.0.7":
|
|
1056
|
+
version "2.0.7"
|
|
1057
|
+
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-2.0.7.tgz#f5cc5843732a81304d06a0db4b53cc7dbda15541"
|
|
1058
|
+
integrity sha512-aJ8TBPOGB6f/2qziPfElISTCEd5XOYTFckA2SGjhNmiKzfK/u4ot3v0DUzGVdUnKjN10EqnnEPck36BkyfLnJw==
|
|
1238
1059
|
|
|
1239
1060
|
"@inquirer/input@^2.2.4":
|
|
1240
1061
|
version "2.3.0"
|
|
@@ -1269,14 +1090,14 @@
|
|
|
1269
1090
|
"@inquirer/core" "^10.3.2"
|
|
1270
1091
|
"@inquirer/type" "^3.0.10"
|
|
1271
1092
|
|
|
1272
|
-
"@inquirer/password@^5.
|
|
1273
|
-
version "5.
|
|
1274
|
-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-5.
|
|
1275
|
-
integrity sha512-
|
|
1093
|
+
"@inquirer/password@^5.1.1":
|
|
1094
|
+
version "5.1.1"
|
|
1095
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-5.1.1.tgz#f21efb614da9c905095262f51781fd2a721fceac"
|
|
1096
|
+
integrity sha512-3XBfF7DAsp5qeDsvN5Rd1HmbNokVvEQoUM0QLrRcybC9nX96w3Pbmu7qUsb3IT3J3jBvs2+mTXaKHOUsgHMLzg==
|
|
1276
1097
|
dependencies:
|
|
1277
|
-
"@inquirer/ansi" "^2.0.
|
|
1278
|
-
"@inquirer/core" "^11.1
|
|
1279
|
-
"@inquirer/type" "^4.0.
|
|
1098
|
+
"@inquirer/ansi" "^2.0.7"
|
|
1099
|
+
"@inquirer/core" "^11.2.1"
|
|
1100
|
+
"@inquirer/type" "^4.0.7"
|
|
1280
1101
|
|
|
1281
1102
|
"@inquirer/prompts@^7.10.1":
|
|
1282
1103
|
version "7.10.1"
|
|
@@ -1354,10 +1175,10 @@
|
|
|
1354
1175
|
resolved "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz"
|
|
1355
1176
|
integrity sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==
|
|
1356
1177
|
|
|
1357
|
-
"@inquirer/type@^4.0.
|
|
1358
|
-
version "4.0.
|
|
1359
|
-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-4.0.
|
|
1360
|
-
integrity sha512-
|
|
1178
|
+
"@inquirer/type@^4.0.7":
|
|
1179
|
+
version "4.0.7"
|
|
1180
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-4.0.7.tgz#9c6f0d857fe6ad549a3a932343b64e76acb34b10"
|
|
1181
|
+
integrity sha512-t28inv14nMQ1PhKpsJPY+kEs/c00qzeCOS2gTNRyTjG5d6qsVA2fItxW4hkvGZ5lvanGLdtCzVIx5dwdRpN1+g==
|
|
1361
1182
|
|
|
1362
1183
|
"@isaacs/cliui@^8.0.2":
|
|
1363
1184
|
version "8.0.2"
|
|
@@ -1495,10 +1316,10 @@
|
|
|
1495
1316
|
"@jsonjoy.com/buffers" "^1.0.0"
|
|
1496
1317
|
"@jsonjoy.com/codegen" "^1.0.0"
|
|
1497
1318
|
|
|
1498
|
-
"@nodable/entities
|
|
1499
|
-
version "2.1.
|
|
1500
|
-
resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-2.1.
|
|
1501
|
-
integrity sha512-
|
|
1319
|
+
"@nodable/entities@^2.1.0":
|
|
1320
|
+
version "2.1.1"
|
|
1321
|
+
resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-2.1.1.tgz#ce41931e9b72606d7f0598d665e46e889285d78a"
|
|
1322
|
+
integrity sha512-Pig3HxDIoMgjdEH8OCf/dkcTmLFjJRjWuq8jSnklu284/TKOPibSRERmOykiwmyXTtv61mP+44f3GMx0tLAyjg==
|
|
1502
1323
|
|
|
1503
1324
|
"@nodelib/fs.scandir@2.1.5":
|
|
1504
1325
|
version "2.1.5"
|
|
@@ -1521,10 +1342,34 @@
|
|
|
1521
1342
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1522
1343
|
fastq "^1.6.0"
|
|
1523
1344
|
|
|
1524
|
-
"@oclif/core@^4"
|
|
1525
|
-
version "4.
|
|
1526
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.
|
|
1527
|
-
integrity sha512-
|
|
1345
|
+
"@oclif/core@^4":
|
|
1346
|
+
version "4.10.2"
|
|
1347
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.2.tgz#9cda34a5cb389a7d225cd484c21c6e87f76bb5ee"
|
|
1348
|
+
integrity sha512-3GvDh5nqpIE8566qUF5cBHKog9DFV9XgBeuR0nUrz0OMuz2FPYHat1AZHOwyQbvH9OKL4gJNQZHcsDOqDM/FRA==
|
|
1349
|
+
dependencies:
|
|
1350
|
+
ansi-escapes "^4.3.2"
|
|
1351
|
+
ansis "^3.17.0"
|
|
1352
|
+
clean-stack "^3.0.1"
|
|
1353
|
+
cli-spinners "^2.9.2"
|
|
1354
|
+
debug "^4.4.3"
|
|
1355
|
+
ejs "^3.1.10"
|
|
1356
|
+
get-package-type "^0.1.0"
|
|
1357
|
+
indent-string "^4.0.0"
|
|
1358
|
+
is-wsl "^2.2.0"
|
|
1359
|
+
lilconfig "^3.1.3"
|
|
1360
|
+
minimatch "^10.2.4"
|
|
1361
|
+
semver "^7.7.3"
|
|
1362
|
+
string-width "^4.2.3"
|
|
1363
|
+
supports-color "^8"
|
|
1364
|
+
tinyglobby "^0.2.14"
|
|
1365
|
+
widest-line "^3.1.0"
|
|
1366
|
+
wordwrap "^1.0.0"
|
|
1367
|
+
wrap-ansi "^7.0.0"
|
|
1368
|
+
|
|
1369
|
+
"@oclif/core@^4.10.5", "@oclif/core@^4.11.4":
|
|
1370
|
+
version "4.11.4"
|
|
1371
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.4.tgz#14082760c0b8e677331aeba3f32e6bf75e2556c0"
|
|
1372
|
+
integrity sha512-URwiQ5ALx/sJ2iH4vzXEd+H4K6NAI7LRs6Jag3hrgKEpGmaE6alfRC8qjO4GIgb6A3ACaJumqP9twi/M9ywdHQ==
|
|
1528
1373
|
dependencies:
|
|
1529
1374
|
ansi-escapes "^4.3.2"
|
|
1530
1375
|
ansis "^3.17.0"
|
|
@@ -1537,7 +1382,7 @@
|
|
|
1537
1382
|
is-wsl "^2.2.0"
|
|
1538
1383
|
lilconfig "^3.1.3"
|
|
1539
1384
|
minimatch "^10.2.5"
|
|
1540
|
-
semver "^7.8.
|
|
1385
|
+
semver "^7.8.1"
|
|
1541
1386
|
string-width "^4.2.3"
|
|
1542
1387
|
supports-color "^8"
|
|
1543
1388
|
tinyglobby "^0.2.16"
|
|
@@ -1546,9 +1391,9 @@
|
|
|
1546
1391
|
wrap-ansi "^7.0.0"
|
|
1547
1392
|
|
|
1548
1393
|
"@oclif/plugin-command-snapshot@^5.3.22":
|
|
1549
|
-
version "5.3.
|
|
1550
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1551
|
-
integrity sha512-
|
|
1394
|
+
version "5.3.23"
|
|
1395
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.23.tgz#c2ad62ba11293e273577d4f03cb74c993a8ad6bd"
|
|
1396
|
+
integrity sha512-Hes42cYgcbznz8meI/PVIgJj9w3bHm2jXDSbiXxe1gP3K8K6Ebqupxvg6M62U/mMPCjzYODhVP+12wVdGk2tdQ==
|
|
1552
1397
|
dependencies:
|
|
1553
1398
|
"@oclif/core" "^4"
|
|
1554
1399
|
ansis "^3.17.0"
|
|
@@ -1568,31 +1413,31 @@
|
|
|
1568
1413
|
"@oclif/core" "^4"
|
|
1569
1414
|
|
|
1570
1415
|
"@oclif/plugin-not-found@^3.2.85":
|
|
1571
|
-
version "3.2.
|
|
1572
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
1573
|
-
integrity sha512-
|
|
1416
|
+
version "3.2.87"
|
|
1417
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.87.tgz#b70e062fe47b1a254d16db2229d791de12d1716a"
|
|
1418
|
+
integrity sha512-lKyZ4INrx5vB14HNWIkM6Vla/4rWVhOA2U7uCAj6gEBg36/KVmwYXxpZ9ckzZS0+jtLE84TVqS8NCYEhQiQojw==
|
|
1574
1419
|
dependencies:
|
|
1575
1420
|
"@inquirer/prompts" "^7.10.1"
|
|
1576
|
-
"@oclif/core" "^4.11.
|
|
1421
|
+
"@oclif/core" "^4.11.4"
|
|
1577
1422
|
ansis "^3.17.0"
|
|
1578
1423
|
fast-levenshtein "^3.0.0"
|
|
1579
1424
|
|
|
1580
|
-
"@oclif/plugin-warn-if-update-available@^3.1.
|
|
1581
|
-
version "3.1.
|
|
1582
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
1583
|
-
integrity sha512-
|
|
1425
|
+
"@oclif/plugin-warn-if-update-available@^3.1.65":
|
|
1426
|
+
version "3.1.65"
|
|
1427
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.65.tgz#21cb740ccec5ebfef1666c0e46480d97b5687fe4"
|
|
1428
|
+
integrity sha512-HcSJc8SeCVUBHwc063xDL0LcpdjcamAISlisSX14VDDYQayMantvtVNOo9PmciwYpXRXfAykeH1z066YkA9JvQ==
|
|
1584
1429
|
dependencies:
|
|
1585
1430
|
"@oclif/core" "^4"
|
|
1586
1431
|
ansis "^3.17.0"
|
|
1587
1432
|
debug "^4.4.3"
|
|
1588
1433
|
http-call "^5.2.2"
|
|
1589
|
-
lodash "^4.
|
|
1434
|
+
lodash "^4.18.1"
|
|
1590
1435
|
registry-auth-token "^5.1.1"
|
|
1591
1436
|
|
|
1592
|
-
"@oclif/table@^0.5.
|
|
1593
|
-
version "0.5.
|
|
1594
|
-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.
|
|
1595
|
-
integrity sha512
|
|
1437
|
+
"@oclif/table@^0.5.9":
|
|
1438
|
+
version "0.5.9"
|
|
1439
|
+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.9.tgz#e9d119c424eabb8c20da044fafabf2f55c40966b"
|
|
1440
|
+
integrity sha512-/bvSRF38rrZ8O3hsChEKb98bEpmY7GAMeMU5hRkt73RCEoAo1UuRKX4IO0zlkD6UooSs30LfEMJeSU2NZOkndA==
|
|
1596
1441
|
dependencies:
|
|
1597
1442
|
"@types/react" "^18.3.12"
|
|
1598
1443
|
change-case "^5.4.4"
|
|
@@ -1677,10 +1522,35 @@
|
|
|
1677
1522
|
strip-ansi "6.0.1"
|
|
1678
1523
|
ts-retry-promise "^0.8.1"
|
|
1679
1524
|
|
|
1680
|
-
"@salesforce/core@^8.23.1"
|
|
1681
|
-
version "8.
|
|
1682
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1683
|
-
integrity sha512-
|
|
1525
|
+
"@salesforce/core@^8.23.1":
|
|
1526
|
+
version "8.28.1"
|
|
1527
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.1.tgz#d83f8d0a8a83057c5a363aa6b5211b583fb9206b"
|
|
1528
|
+
integrity sha512-k9lPsULo+lOEZvpm1J1nJOFwKp5O5IfNqya7pw627QdKGcsWZm6v9caVHKUX9IjyB+S3dasNqaZT5O7l76C4oQ==
|
|
1529
|
+
dependencies:
|
|
1530
|
+
"@jsforce/jsforce-node" "^3.10.13"
|
|
1531
|
+
"@salesforce/kit" "^3.2.4"
|
|
1532
|
+
"@salesforce/ts-types" "^2.0.12"
|
|
1533
|
+
ajv "^8.18.0"
|
|
1534
|
+
change-case "^4.1.2"
|
|
1535
|
+
fast-levenshtein "^3.0.0"
|
|
1536
|
+
faye "^1.4.1"
|
|
1537
|
+
form-data "^4.0.4"
|
|
1538
|
+
js2xmlparser "^4.0.1"
|
|
1539
|
+
jsonwebtoken "9.0.3"
|
|
1540
|
+
jszip "3.10.1"
|
|
1541
|
+
memfs "4.38.1"
|
|
1542
|
+
pino "^9.7.0"
|
|
1543
|
+
pino-abstract-transport "^1.2.0"
|
|
1544
|
+
pino-pretty "^11.3.0"
|
|
1545
|
+
proper-lockfile "^4.1.2"
|
|
1546
|
+
semver "^7.7.3"
|
|
1547
|
+
ts-retry-promise "^0.8.1"
|
|
1548
|
+
zod "^4.1.12"
|
|
1549
|
+
|
|
1550
|
+
"@salesforce/core@^8.30.3", "@salesforce/core@^8.31.0":
|
|
1551
|
+
version "8.31.0"
|
|
1552
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.31.0.tgz#153beb193af8fce73d31cc39afee794c4c1ee1c0"
|
|
1553
|
+
integrity sha512-TXQoR7Bs0Dk5AuNY8eaNRhMeLDLcpJ8su7LVxn7VVfnRxITrRh4gkSuOAXdBKAqx0WcjRONDs1twedaOE7Xu4Q==
|
|
1684
1554
|
dependencies:
|
|
1685
1555
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
1686
1556
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -1739,7 +1609,14 @@
|
|
|
1739
1609
|
typescript "^5.5.4"
|
|
1740
1610
|
wireit "^0.14.12"
|
|
1741
1611
|
|
|
1742
|
-
"@salesforce/kit@^3.2.3", "@salesforce/kit@^3.2.4"
|
|
1612
|
+
"@salesforce/kit@^3.2.3", "@salesforce/kit@^3.2.4":
|
|
1613
|
+
version "3.2.4"
|
|
1614
|
+
resolved "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.4.tgz"
|
|
1615
|
+
integrity sha512-9buqZ2puIGWqjUFWYNroSeNih4d1s9kdQAzZfutr/Re/JMl6xBct0ATO5LVb1ty5UhdBruJrVaiTg03PqVKU+Q==
|
|
1616
|
+
dependencies:
|
|
1617
|
+
"@salesforce/ts-types" "^2.0.12"
|
|
1618
|
+
|
|
1619
|
+
"@salesforce/kit@^3.2.6":
|
|
1743
1620
|
version "3.2.6"
|
|
1744
1621
|
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.6.tgz#6a6c13b463b51694a43d61094af67171086ed4f5"
|
|
1745
1622
|
integrity sha512-O8S4LWerHa9Zosqh+IoQjgLtpxMOfObRxaRnUdRV4MLtFUi+bQxQiyFvve6eEaBaMP1b1xVDQpvSvQ+PXEDGFQ==
|
|
@@ -1751,16 +1628,16 @@
|
|
|
1751
1628
|
resolved "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz"
|
|
1752
1629
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
1753
1630
|
|
|
1754
|
-
"@salesforce/sf-plugins-core@^12.2.
|
|
1755
|
-
version "12.2.
|
|
1756
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
1757
|
-
integrity sha512
|
|
1631
|
+
"@salesforce/sf-plugins-core@^12.2.24":
|
|
1632
|
+
version "12.2.24"
|
|
1633
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.24.tgz#ead41c7e4b49a60bc72a52737a2eaacc686ec35c"
|
|
1634
|
+
integrity sha512-+lc7QMRz19Uk9f3lJO442LrUMvrRrfX6+xe1w42PihWjjoXpF9fZfZ7zk7H2WDF56PTo5SMJMrb5PjneiIrH3Q==
|
|
1758
1635
|
dependencies:
|
|
1759
|
-
"@inquirer/confirm" "^6.
|
|
1760
|
-
"@inquirer/password" "^5.
|
|
1761
|
-
"@oclif/core" "^4.11.
|
|
1762
|
-
"@oclif/table" "^0.5.
|
|
1763
|
-
"@salesforce/core" "^8.
|
|
1636
|
+
"@inquirer/confirm" "^6.1.1"
|
|
1637
|
+
"@inquirer/password" "^5.1.1"
|
|
1638
|
+
"@oclif/core" "^4.11.4"
|
|
1639
|
+
"@oclif/table" "^0.5.9"
|
|
1640
|
+
"@salesforce/core" "^8.31.0"
|
|
1764
1641
|
"@salesforce/kit" "^3.2.3"
|
|
1765
1642
|
"@salesforce/ts-types" "^2.0.12"
|
|
1766
1643
|
ansis "^3.3.2"
|
|
@@ -1909,58 +1786,31 @@
|
|
|
1909
1786
|
resolved "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.3.tgz"
|
|
1910
1787
|
integrity sha512-DE427ROAphMQzU4ENbliGYrBSYPXF+TtLg9S8vzeA+OF4ZKzoDdzfL8sxuMUGS/lgRhM6j1URSk9ghf7Xo1tyA==
|
|
1911
1788
|
|
|
1912
|
-
"@smithy/core@^3.24.
|
|
1913
|
-
version "3.24.
|
|
1914
|
-
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.24.
|
|
1915
|
-
integrity sha512-
|
|
1789
|
+
"@smithy/core@^3.24.5", "@smithy/core@^3.24.6":
|
|
1790
|
+
version "3.24.6"
|
|
1791
|
+
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.24.6.tgz#72891bad85d577b2e43f30a8fc67adf36d577798"
|
|
1792
|
+
integrity sha512-wBXDRup6UU97VKyaiRo8AssnfStPtG0oAAfpq/bC0a1YYau8pM86YB4kM6ccoVi1mS8l/UHbn9oDM+7uozr/ug==
|
|
1916
1793
|
dependencies:
|
|
1917
1794
|
"@aws-crypto/crc32" "5.2.0"
|
|
1918
|
-
"@smithy/types" "^4.14.
|
|
1919
|
-
tslib "^2.6.2"
|
|
1920
|
-
|
|
1921
|
-
"@smithy/core@^3.24.5":
|
|
1922
|
-
version "3.24.5"
|
|
1923
|
-
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.24.5.tgz#396ca5662afc6d83a8f41b7e492e427c48a0924e"
|
|
1924
|
-
integrity sha512-Kt8phUg45M15EjhYAbZ+fFikYneijLu9Liugz8ZsYz2i8j0hzGv27LWKpEHYRfvj+LyCOSijpcR/2i8RouV+cA==
|
|
1925
|
-
dependencies:
|
|
1926
|
-
"@aws-crypto/crc32" "5.2.0"
|
|
1927
|
-
"@smithy/types" "^4.14.2"
|
|
1928
|
-
tslib "^2.6.2"
|
|
1929
|
-
|
|
1930
|
-
"@smithy/credential-provider-imds@^4.3.2":
|
|
1931
|
-
version "4.3.3"
|
|
1932
|
-
resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-4.3.3.tgz#bead31aad6bebac48f034016bce77f68f8b2e4ab"
|
|
1933
|
-
integrity sha512-I2Bti0DKFo2IJyN28ijCsx51BAumEYR4/1yZ1FXyBygy9MqbnMqCev4JPth/MbpRfBSRAX35hITSnAdJRo1u5w==
|
|
1934
|
-
dependencies:
|
|
1935
|
-
"@smithy/core" "^3.24.3"
|
|
1936
|
-
"@smithy/types" "^4.14.2"
|
|
1795
|
+
"@smithy/types" "^4.14.3"
|
|
1937
1796
|
tslib "^2.6.2"
|
|
1938
1797
|
|
|
1939
1798
|
"@smithy/credential-provider-imds@^4.3.6":
|
|
1940
|
-
version "4.3.
|
|
1941
|
-
resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-4.3.
|
|
1942
|
-
integrity sha512-
|
|
1799
|
+
version "4.3.7"
|
|
1800
|
+
resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-4.3.7.tgz#f81a2208fc42e134ead1fed4a6c676cc8b89689b"
|
|
1801
|
+
integrity sha512-xj8gq/bjFABAh6qWPSDCYcY3kzQIm4b561C+YnHH4zGq8rOgzQ3Shk+JGlpUxSd41UGiO6FkLdUCtNX1FAeHgg==
|
|
1943
1802
|
dependencies:
|
|
1944
|
-
"@smithy/core" "^3.24.
|
|
1945
|
-
"@smithy/types" "^4.14.
|
|
1946
|
-
tslib "^2.6.2"
|
|
1947
|
-
|
|
1948
|
-
"@smithy/fetch-http-handler@^5.4.2":
|
|
1949
|
-
version "5.4.3"
|
|
1950
|
-
resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-5.4.3.tgz#ad6b505f2b6794c36468e2706ee12c489fa4a4ed"
|
|
1951
|
-
integrity sha512-F+DRf8IJazRJgYog2A/yJK7eYVc0rqTlRzO+5ZxjJd4WkZoKz0IJRncf7G6t1pdVT3kryJcwuTFhN1c5m6N47A==
|
|
1952
|
-
dependencies:
|
|
1953
|
-
"@smithy/core" "^3.24.3"
|
|
1954
|
-
"@smithy/types" "^4.14.2"
|
|
1803
|
+
"@smithy/core" "^3.24.6"
|
|
1804
|
+
"@smithy/types" "^4.14.3"
|
|
1955
1805
|
tslib "^2.6.2"
|
|
1956
1806
|
|
|
1957
1807
|
"@smithy/fetch-http-handler@^5.4.5":
|
|
1958
|
-
version "5.4.
|
|
1959
|
-
resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-5.4.
|
|
1960
|
-
integrity sha512-
|
|
1808
|
+
version "5.4.6"
|
|
1809
|
+
resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-5.4.6.tgz#745cdf8b6c333632672f8f48360bde04b8955b47"
|
|
1810
|
+
integrity sha512-FEwEYJ1jlBKdhe9TPzfghEi1bP55ZeEImlDkEa62bBBYzUcnB6RUCyuiS2mqKt6ZVjUbBgcNhzfIctH+Hevx9g==
|
|
1961
1811
|
dependencies:
|
|
1962
|
-
"@smithy/core" "^3.24.
|
|
1963
|
-
"@smithy/types" "^4.14.
|
|
1812
|
+
"@smithy/core" "^3.24.6"
|
|
1813
|
+
"@smithy/types" "^4.14.3"
|
|
1964
1814
|
tslib "^2.6.2"
|
|
1965
1815
|
|
|
1966
1816
|
"@smithy/is-array-buffer@^2.2.0":
|
|
@@ -1970,40 +1820,22 @@
|
|
|
1970
1820
|
dependencies:
|
|
1971
1821
|
tslib "^2.6.2"
|
|
1972
1822
|
|
|
1973
|
-
"@smithy/node-http-handler@^4.7.2":
|
|
1974
|
-
version "4.7.3"
|
|
1975
|
-
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.7.3.tgz#ebdfaad62fe4e5bde19824490f9f590d446b746a"
|
|
1976
|
-
integrity sha512-/jPhevcTFPMVl6KNjbaI47iOg1zxC7IsnX4PQDGVZKMFceOXtB8IEYaB7a9VvkP/3oC60WzTeKocvSI7vLT0vA==
|
|
1977
|
-
dependencies:
|
|
1978
|
-
"@smithy/core" "^3.24.3"
|
|
1979
|
-
"@smithy/types" "^4.14.2"
|
|
1980
|
-
tslib "^2.6.2"
|
|
1981
|
-
|
|
1982
1823
|
"@smithy/node-http-handler@^4.7.5":
|
|
1983
|
-
version "4.7.
|
|
1984
|
-
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.7.
|
|
1985
|
-
integrity sha512-
|
|
1986
|
-
dependencies:
|
|
1987
|
-
"@smithy/core" "^3.24.5"
|
|
1988
|
-
"@smithy/types" "^4.14.2"
|
|
1989
|
-
tslib "^2.6.2"
|
|
1990
|
-
|
|
1991
|
-
"@smithy/signature-v4@^5.4.2":
|
|
1992
|
-
version "5.4.3"
|
|
1993
|
-
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.4.3.tgz#d5bea6e6c32fef6bee0afe6819b9c9551b905103"
|
|
1994
|
-
integrity sha512-53+75QuPl6DL+ct6vVEB51FDO5oulXr20TPV46VvJZg76lIlXNWfxi8j+G2V/t0I2qxCBOa3vX/8bmjrpFVo9g==
|
|
1824
|
+
version "4.7.6"
|
|
1825
|
+
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.7.6.tgz#bc53f75d34106a0cdd867f4e652999ba8a4926fd"
|
|
1826
|
+
integrity sha512-3fya8i7GrJilQouk4cZJKdy5k8MWQBpjfXrRNaXDedH8r779tr0jcxyH3+yoTmsluc2+vF4S343yFbnvu8ExDQ==
|
|
1995
1827
|
dependencies:
|
|
1996
|
-
"@smithy/core" "^3.24.
|
|
1997
|
-
"@smithy/types" "^4.14.
|
|
1828
|
+
"@smithy/core" "^3.24.6"
|
|
1829
|
+
"@smithy/types" "^4.14.3"
|
|
1998
1830
|
tslib "^2.6.2"
|
|
1999
1831
|
|
|
2000
1832
|
"@smithy/signature-v4@^5.4.5":
|
|
2001
|
-
version "5.4.
|
|
2002
|
-
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.4.
|
|
2003
|
-
integrity sha512-
|
|
1833
|
+
version "5.4.6"
|
|
1834
|
+
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.4.6.tgz#5d2b98aa10e629b6aef36f2289226df81ba4c98e"
|
|
1835
|
+
integrity sha512-Ojg4B6oIDlIr1R86xCDJt1zJWnYa0VINmqdjfe9qxWjdRivHalZ3iSlQgVqYbW0MdpFOC5XfHEWsnbmdnpIILQ==
|
|
2004
1836
|
dependencies:
|
|
2005
|
-
"@smithy/core" "^3.24.
|
|
2006
|
-
"@smithy/types" "^4.14.
|
|
1837
|
+
"@smithy/core" "^3.24.6"
|
|
1838
|
+
"@smithy/types" "^4.14.3"
|
|
2007
1839
|
tslib "^2.6.2"
|
|
2008
1840
|
|
|
2009
1841
|
"@smithy/types@^4.12.0":
|
|
@@ -2013,10 +1845,10 @@
|
|
|
2013
1845
|
dependencies:
|
|
2014
1846
|
tslib "^2.6.2"
|
|
2015
1847
|
|
|
2016
|
-
"@smithy/types@^4.14.
|
|
2017
|
-
version "4.14.
|
|
2018
|
-
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.14.
|
|
2019
|
-
integrity sha512-
|
|
1848
|
+
"@smithy/types@^4.14.2", "@smithy/types@^4.14.3":
|
|
1849
|
+
version "4.14.3"
|
|
1850
|
+
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.14.3.tgz#784e6d556231645744edf3fea85daaac9054eb40"
|
|
1851
|
+
integrity sha512-YupL0ZWmFtJexUN2cHzkvvF/b9pKrtAIfT1o7/oY/Ppu8IYeZ+lDPM5vZdQJaSeA132dJCqojjGC9NhXeF71VQ==
|
|
2020
1852
|
dependencies:
|
|
2021
1853
|
tslib "^2.6.2"
|
|
2022
1854
|
|
|
@@ -2636,14 +2468,13 @@ available-typed-arrays@^1.0.7:
|
|
|
2636
2468
|
possible-typed-array-names "^1.0.0"
|
|
2637
2469
|
|
|
2638
2470
|
axios@^1.7.7:
|
|
2639
|
-
version "1.
|
|
2640
|
-
resolved "https://registry.
|
|
2641
|
-
integrity sha512-
|
|
2471
|
+
version "1.7.9"
|
|
2472
|
+
resolved "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz"
|
|
2473
|
+
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
|
|
2642
2474
|
dependencies:
|
|
2643
|
-
follow-redirects "^1.
|
|
2644
|
-
form-data "^4.0.
|
|
2645
|
-
|
|
2646
|
-
proxy-from-env "^2.1.0"
|
|
2475
|
+
follow-redirects "^1.15.6"
|
|
2476
|
+
form-data "^4.0.0"
|
|
2477
|
+
proxy-from-env "^1.1.0"
|
|
2647
2478
|
|
|
2648
2479
|
balanced-match@^1.0.0:
|
|
2649
2480
|
version "1.0.2"
|
|
@@ -2702,10 +2533,17 @@ brace-expansion@^4.0.0:
|
|
|
2702
2533
|
dependencies:
|
|
2703
2534
|
balanced-match "^3.0.0"
|
|
2704
2535
|
|
|
2536
|
+
brace-expansion@^5.0.2:
|
|
2537
|
+
version "5.0.2"
|
|
2538
|
+
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz"
|
|
2539
|
+
integrity sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==
|
|
2540
|
+
dependencies:
|
|
2541
|
+
balanced-match "^4.0.2"
|
|
2542
|
+
|
|
2705
2543
|
brace-expansion@^5.0.5:
|
|
2706
|
-
version "5.0.
|
|
2707
|
-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.
|
|
2708
|
-
integrity sha512-
|
|
2544
|
+
version "5.0.6"
|
|
2545
|
+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.6.tgz#ec68fe0a641a29d8711579caf641d05bae1f2285"
|
|
2546
|
+
integrity sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==
|
|
2709
2547
|
dependencies:
|
|
2710
2548
|
balanced-match "^4.0.2"
|
|
2711
2549
|
|
|
@@ -3959,7 +3797,7 @@ execa@^4.1.0:
|
|
|
3959
3797
|
|
|
3960
3798
|
execa@^5.0.0, execa@^5.1.1:
|
|
3961
3799
|
version "5.1.1"
|
|
3962
|
-
resolved "https://registry.
|
|
3800
|
+
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
|
|
3963
3801
|
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
|
|
3964
3802
|
dependencies:
|
|
3965
3803
|
cross-spawn "^7.0.3"
|
|
@@ -4033,9 +3871,9 @@ fast-string-width@^3.0.2:
|
|
|
4033
3871
|
fast-string-truncated-width "^3.0.2"
|
|
4034
3872
|
|
|
4035
3873
|
fast-uri@^3.0.1:
|
|
4036
|
-
version "3.
|
|
4037
|
-
resolved "https://registry.
|
|
4038
|
-
integrity sha512-
|
|
3874
|
+
version "3.0.3"
|
|
3875
|
+
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz"
|
|
3876
|
+
integrity sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==
|
|
4039
3877
|
|
|
4040
3878
|
fast-wrap-ansi@^0.2.0:
|
|
4041
3879
|
version "0.2.2"
|
|
@@ -4170,10 +4008,10 @@ flatted@^3.2.9:
|
|
|
4170
4008
|
resolved "https://registry.npmjs.org/flatted/-/flatted-3.3.2.tgz"
|
|
4171
4009
|
integrity sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==
|
|
4172
4010
|
|
|
4173
|
-
follow-redirects@^1.
|
|
4174
|
-
version "1.
|
|
4175
|
-
resolved "https://registry.
|
|
4176
|
-
integrity sha512-
|
|
4011
|
+
follow-redirects@^1.15.6:
|
|
4012
|
+
version "1.15.9"
|
|
4013
|
+
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz"
|
|
4014
|
+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
|
|
4177
4015
|
|
|
4178
4016
|
for-each@^0.3.3:
|
|
4179
4017
|
version "0.3.3"
|
|
@@ -4203,7 +4041,7 @@ form-data-encoder@^2.1.2:
|
|
|
4203
4041
|
resolved "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz"
|
|
4204
4042
|
integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
|
|
4205
4043
|
|
|
4206
|
-
form-data@^4.0.4, form-data@^4.0.5:
|
|
4044
|
+
form-data@^4.0.0, form-data@^4.0.4, form-data@^4.0.5:
|
|
4207
4045
|
version "4.0.5"
|
|
4208
4046
|
resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz"
|
|
4209
4047
|
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
|
|
@@ -4697,7 +4535,7 @@ http2-wrapper@^2.1.10:
|
|
|
4697
4535
|
quick-lru "^5.1.1"
|
|
4698
4536
|
resolve-alpn "^1.2.0"
|
|
4699
4537
|
|
|
4700
|
-
https-proxy-agent@^5.0.0
|
|
4538
|
+
https-proxy-agent@^5.0.0:
|
|
4701
4539
|
version "5.0.1"
|
|
4702
4540
|
resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz"
|
|
4703
4541
|
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
|
|
@@ -5610,7 +5448,12 @@ lodash.upperfirst@^4.3.1:
|
|
|
5610
5448
|
resolved "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz"
|
|
5611
5449
|
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
|
5612
5450
|
|
|
5613
|
-
lodash@^4.17.15, lodash@^4.17.21
|
|
5451
|
+
lodash@^4.17.15, lodash@^4.17.21:
|
|
5452
|
+
version "4.17.23"
|
|
5453
|
+
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz"
|
|
5454
|
+
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
|
|
5455
|
+
|
|
5456
|
+
lodash@^4.18.1:
|
|
5614
5457
|
version "4.18.1"
|
|
5615
5458
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
|
|
5616
5459
|
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
|
|
@@ -5872,6 +5715,13 @@ minimatch@9.0.3:
|
|
|
5872
5715
|
dependencies:
|
|
5873
5716
|
brace-expansion "^2.0.1"
|
|
5874
5717
|
|
|
5718
|
+
minimatch@^10.2.4:
|
|
5719
|
+
version "10.2.4"
|
|
5720
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
|
|
5721
|
+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
|
|
5722
|
+
dependencies:
|
|
5723
|
+
brace-expansion "^5.0.2"
|
|
5724
|
+
|
|
5875
5725
|
minimatch@^10.2.5:
|
|
5876
5726
|
version "10.2.5"
|
|
5877
5727
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
|
|
@@ -6173,19 +6023,19 @@ object.values@^1.2.0:
|
|
|
6173
6023
|
es-object-atoms "^1.0.0"
|
|
6174
6024
|
|
|
6175
6025
|
oclif@^4.23.8:
|
|
6176
|
-
version "4.23.
|
|
6177
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.
|
|
6178
|
-
integrity sha512-
|
|
6026
|
+
version "4.23.10"
|
|
6027
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.10.tgz#55bd82ea1c5bbed58dd2e034b33cd94b79563832"
|
|
6028
|
+
integrity sha512-foZYNmCjgFo0HJzbfY9oz8IgNs4aCPVbe51gnauM646mOy+C9WzoQS5iJyCzRiuJvS4fFrONG0BrjWiCFjtlGQ==
|
|
6179
6029
|
dependencies:
|
|
6180
6030
|
"@aws-sdk/client-cloudfront" "^3.1009.0"
|
|
6181
6031
|
"@aws-sdk/client-s3" "^3.1053.0"
|
|
6182
6032
|
"@inquirer/confirm" "^3.1.22"
|
|
6183
6033
|
"@inquirer/input" "^2.2.4"
|
|
6184
6034
|
"@inquirer/select" "^2.5.0"
|
|
6185
|
-
"@oclif/core" "^4.11.
|
|
6035
|
+
"@oclif/core" "^4.11.4"
|
|
6186
6036
|
"@oclif/plugin-help" "^6.2.49"
|
|
6187
6037
|
"@oclif/plugin-not-found" "^3.2.85"
|
|
6188
|
-
"@oclif/plugin-warn-if-update-available" "^3.1.
|
|
6038
|
+
"@oclif/plugin-warn-if-update-available" "^3.1.65"
|
|
6189
6039
|
ansis "^3.16.0"
|
|
6190
6040
|
async-retry "^1.3.3"
|
|
6191
6041
|
change-case "^4"
|
|
@@ -6611,10 +6461,10 @@ proto-list@~1.2.1:
|
|
|
6611
6461
|
resolved "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz"
|
|
6612
6462
|
integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==
|
|
6613
6463
|
|
|
6614
|
-
proxy-from-env@^
|
|
6615
|
-
version "
|
|
6616
|
-
resolved "https://registry.
|
|
6617
|
-
integrity sha512-
|
|
6464
|
+
proxy-from-env@^1.1.0:
|
|
6465
|
+
version "1.1.0"
|
|
6466
|
+
resolved "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz"
|
|
6467
|
+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
|
|
6618
6468
|
|
|
6619
6469
|
pump@^3.0.0:
|
|
6620
6470
|
version "3.0.2"
|
|
@@ -7004,7 +6854,12 @@ semver@^6.0.0, semver@^6.3.1:
|
|
|
7004
6854
|
resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
|
|
7005
6855
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
7006
6856
|
|
|
7007
|
-
semver@^7.3.4, semver@^7.3.5, semver@^7.5.2, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.
|
|
6857
|
+
semver@^7.3.4, semver@^7.3.5, semver@^7.5.2, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.3, semver@^7.7.4:
|
|
6858
|
+
version "7.7.4"
|
|
6859
|
+
resolved "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz"
|
|
6860
|
+
integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
|
|
6861
|
+
|
|
6862
|
+
semver@^7.8.0, semver@^7.8.1:
|
|
7008
6863
|
version "7.8.1"
|
|
7009
6864
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.1.tgz#bf4970b5e70fda0686363cc18bfe8805d5ed957e"
|
|
7010
6865
|
integrity sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==
|
|
@@ -7447,7 +7302,14 @@ strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
|
7447
7302
|
dependencies:
|
|
7448
7303
|
ansi-regex "^5.0.1"
|
|
7449
7304
|
|
|
7450
|
-
strip-ansi@^7.0.1, strip-ansi@^7.1.0
|
|
7305
|
+
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
|
|
7306
|
+
version "7.1.0"
|
|
7307
|
+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz"
|
|
7308
|
+
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
|
|
7309
|
+
dependencies:
|
|
7310
|
+
ansi-regex "^6.0.1"
|
|
7311
|
+
|
|
7312
|
+
strip-ansi@^7.1.2:
|
|
7451
7313
|
version "7.1.2"
|
|
7452
7314
|
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz"
|
|
7453
7315
|
integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==
|
|
@@ -7590,15 +7452,7 @@ tinyexec@^1.0.0:
|
|
|
7590
7452
|
resolved "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.2.tgz"
|
|
7591
7453
|
integrity sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==
|
|
7592
7454
|
|
|
7593
|
-
tinyglobby@^0.2.
|
|
7594
|
-
version "0.2.16"
|
|
7595
|
-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.16.tgz#1c3b7eb953fce42b226bc5a1ee06428281aff3d6"
|
|
7596
|
-
integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==
|
|
7597
|
-
dependencies:
|
|
7598
|
-
fdir "^6.5.0"
|
|
7599
|
-
picomatch "^4.0.4"
|
|
7600
|
-
|
|
7601
|
-
tinyglobby@^0.2.9:
|
|
7455
|
+
tinyglobby@^0.2.14, tinyglobby@^0.2.9:
|
|
7602
7456
|
version "0.2.15"
|
|
7603
7457
|
resolved "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz"
|
|
7604
7458
|
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
|
|
@@ -7606,6 +7460,14 @@ tinyglobby@^0.2.9:
|
|
|
7606
7460
|
fdir "^6.5.0"
|
|
7607
7461
|
picomatch "^4.0.3"
|
|
7608
7462
|
|
|
7463
|
+
tinyglobby@^0.2.16:
|
|
7464
|
+
version "0.2.17"
|
|
7465
|
+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.17.tgz#562a9a6c9eb2b3b123d39719f9af5bb44fcd7631"
|
|
7466
|
+
integrity sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==
|
|
7467
|
+
dependencies:
|
|
7468
|
+
fdir "^6.5.0"
|
|
7469
|
+
picomatch "^4.0.4"
|
|
7470
|
+
|
|
7609
7471
|
tldts-core@^6.1.70:
|
|
7610
7472
|
version "6.1.70"
|
|
7611
7473
|
resolved "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.70.tgz"
|
|
@@ -8223,9 +8085,9 @@ write-file-atomic@^3.0.0:
|
|
|
8223
8085
|
typedarray-to-buffer "^3.1.5"
|
|
8224
8086
|
|
|
8225
8087
|
ws@^8.15.0:
|
|
8226
|
-
version "8.
|
|
8227
|
-
resolved "https://registry.
|
|
8228
|
-
integrity sha512-
|
|
8088
|
+
version "8.18.0"
|
|
8089
|
+
resolved "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz"
|
|
8090
|
+
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
|
|
8229
8091
|
|
|
8230
8092
|
xml-naming@^0.1.0:
|
|
8231
8093
|
version "0.1.0"
|
package/oclif.manifest.json
CHANGED
|
@@ -128,106 +128,6 @@
|
|
|
128
128
|
"get:applicationevents:debug:rflib"
|
|
129
129
|
]
|
|
130
130
|
},
|
|
131
|
-
"rflib:debug:logarchives:get": {
|
|
132
|
-
"aliases": [],
|
|
133
|
-
"args": {},
|
|
134
|
-
"description": "Retrieves rflib_Logs_Archive__b records from the target org's big object store via the Salesforce REST API.\nEach log record contains log level, context, request ID, and full log messages in the format: [timestamp]|[LEVEL]|[TRACE_ID]|[CONTEXT]|[MESSAGE].\n\nRequires the RFLIB base package to be installed in the target org and the running user to be assigned the rflib_Ops_Center_Access permission set (or have equivalent read access to rflib_Logs_Archive__b).\nFor installation instructions, visit: https://github.com/j-fischer/rflib",
|
|
135
|
-
"examples": [
|
|
136
|
-
"Get log archives from the last 24 hours:\n$ sf rflib debug logarchives get --target-org myOrg",
|
|
137
|
-
"Get log archives for a specific date range:\n$ sf rflib debug logarchives get --target-org myOrg --start-date 2024-01-01T00:00:00Z --end-date 2024-01-02T00:00:00Z"
|
|
138
|
-
],
|
|
139
|
-
"flags": {
|
|
140
|
-
"json": {
|
|
141
|
-
"description": "Format output as json.",
|
|
142
|
-
"helpGroup": "GLOBAL",
|
|
143
|
-
"name": "json",
|
|
144
|
-
"allowNo": false,
|
|
145
|
-
"type": "boolean"
|
|
146
|
-
},
|
|
147
|
-
"flags-dir": {
|
|
148
|
-
"helpGroup": "GLOBAL",
|
|
149
|
-
"name": "flags-dir",
|
|
150
|
-
"summary": "Import flag values from a directory.",
|
|
151
|
-
"hasDynamicHelp": false,
|
|
152
|
-
"multiple": false,
|
|
153
|
-
"type": "option"
|
|
154
|
-
},
|
|
155
|
-
"target-org": {
|
|
156
|
-
"char": "o",
|
|
157
|
-
"description": "The username or alias of the Salesforce org containing the RFLIB base package.",
|
|
158
|
-
"name": "target-org",
|
|
159
|
-
"noCacheDefault": true,
|
|
160
|
-
"required": true,
|
|
161
|
-
"summary": "Username or alias of the target org.",
|
|
162
|
-
"hasDynamicHelp": true,
|
|
163
|
-
"multiple": false,
|
|
164
|
-
"type": "option"
|
|
165
|
-
},
|
|
166
|
-
"start-date": {
|
|
167
|
-
"char": "s",
|
|
168
|
-
"description": "Only return log archives created on or after this date. Must be in ISO 8601 format, e.g. 2024-01-01T00:00:00Z. Defaults to 24 hours ago if omitted.",
|
|
169
|
-
"name": "start-date",
|
|
170
|
-
"summary": "Start of the date range in ISO 8601 format. Defaults to 24 hours ago.",
|
|
171
|
-
"hasDynamicHelp": false,
|
|
172
|
-
"multiple": false,
|
|
173
|
-
"type": "option"
|
|
174
|
-
},
|
|
175
|
-
"end-date": {
|
|
176
|
-
"char": "d",
|
|
177
|
-
"description": "Only return log archives created on or before this date. Must be in ISO 8601 format, e.g. 2024-12-31T23:59:59Z. Defaults to the current time if omitted.",
|
|
178
|
-
"name": "end-date",
|
|
179
|
-
"summary": "End of the date range in ISO 8601 format. Defaults to now.",
|
|
180
|
-
"hasDynamicHelp": false,
|
|
181
|
-
"multiple": false,
|
|
182
|
-
"type": "option"
|
|
183
|
-
}
|
|
184
|
-
},
|
|
185
|
-
"hasDynamicHelp": true,
|
|
186
|
-
"hiddenAliases": [],
|
|
187
|
-
"id": "rflib:debug:logarchives:get",
|
|
188
|
-
"pluginAlias": "rflib-plugin",
|
|
189
|
-
"pluginName": "rflib-plugin",
|
|
190
|
-
"pluginType": "core",
|
|
191
|
-
"strict": true,
|
|
192
|
-
"summary": "Query RFLIB log archives from a Salesforce org.",
|
|
193
|
-
"enableJsonFlag": true,
|
|
194
|
-
"isESM": true,
|
|
195
|
-
"relativePath": [
|
|
196
|
-
"lib",
|
|
197
|
-
"commands",
|
|
198
|
-
"rflib",
|
|
199
|
-
"debug",
|
|
200
|
-
"logarchives",
|
|
201
|
-
"get.js"
|
|
202
|
-
],
|
|
203
|
-
"aliasPermutations": [],
|
|
204
|
-
"permutations": [
|
|
205
|
-
"rflib:debug:logarchives:get",
|
|
206
|
-
"debug:rflib:logarchives:get",
|
|
207
|
-
"debug:logarchives:rflib:get",
|
|
208
|
-
"debug:logarchives:get:rflib",
|
|
209
|
-
"rflib:logarchives:debug:get",
|
|
210
|
-
"logarchives:rflib:debug:get",
|
|
211
|
-
"logarchives:debug:rflib:get",
|
|
212
|
-
"logarchives:debug:get:rflib",
|
|
213
|
-
"rflib:logarchives:get:debug",
|
|
214
|
-
"logarchives:rflib:get:debug",
|
|
215
|
-
"logarchives:get:rflib:debug",
|
|
216
|
-
"logarchives:get:debug:rflib",
|
|
217
|
-
"rflib:debug:get:logarchives",
|
|
218
|
-
"debug:rflib:get:logarchives",
|
|
219
|
-
"debug:get:rflib:logarchives",
|
|
220
|
-
"debug:get:logarchives:rflib",
|
|
221
|
-
"rflib:get:debug:logarchives",
|
|
222
|
-
"get:rflib:debug:logarchives",
|
|
223
|
-
"get:debug:rflib:logarchives",
|
|
224
|
-
"get:debug:logarchives:rflib",
|
|
225
|
-
"rflib:get:logarchives:debug",
|
|
226
|
-
"get:rflib:logarchives:debug",
|
|
227
|
-
"get:logarchives:rflib:debug",
|
|
228
|
-
"get:logarchives:debug:rflib"
|
|
229
|
-
]
|
|
230
|
-
},
|
|
231
131
|
"rflib:debug:loggersettings:get": {
|
|
232
132
|
"aliases": [],
|
|
233
133
|
"args": {},
|
|
@@ -429,6 +329,106 @@
|
|
|
429
329
|
"update:loggersettings:debug:rflib"
|
|
430
330
|
]
|
|
431
331
|
},
|
|
332
|
+
"rflib:debug:logarchives:get": {
|
|
333
|
+
"aliases": [],
|
|
334
|
+
"args": {},
|
|
335
|
+
"description": "Retrieves rflib_Logs_Archive__b records from the target org's big object store via the Salesforce REST API.\nEach log record contains log level, context, request ID, and full log messages in the format: [timestamp]|[LEVEL]|[TRACE_ID]|[CONTEXT]|[MESSAGE].\n\nRequires the RFLIB base package to be installed in the target org and the running user to be assigned the rflib_Ops_Center_Access permission set (or have equivalent read access to rflib_Logs_Archive__b).\nFor installation instructions, visit: https://github.com/j-fischer/rflib",
|
|
336
|
+
"examples": [
|
|
337
|
+
"Get log archives from the last 24 hours:\n$ sf rflib debug logarchives get --target-org myOrg",
|
|
338
|
+
"Get log archives for a specific date range:\n$ sf rflib debug logarchives get --target-org myOrg --start-date 2024-01-01T00:00:00Z --end-date 2024-01-02T00:00:00Z"
|
|
339
|
+
],
|
|
340
|
+
"flags": {
|
|
341
|
+
"json": {
|
|
342
|
+
"description": "Format output as json.",
|
|
343
|
+
"helpGroup": "GLOBAL",
|
|
344
|
+
"name": "json",
|
|
345
|
+
"allowNo": false,
|
|
346
|
+
"type": "boolean"
|
|
347
|
+
},
|
|
348
|
+
"flags-dir": {
|
|
349
|
+
"helpGroup": "GLOBAL",
|
|
350
|
+
"name": "flags-dir",
|
|
351
|
+
"summary": "Import flag values from a directory.",
|
|
352
|
+
"hasDynamicHelp": false,
|
|
353
|
+
"multiple": false,
|
|
354
|
+
"type": "option"
|
|
355
|
+
},
|
|
356
|
+
"target-org": {
|
|
357
|
+
"char": "o",
|
|
358
|
+
"description": "The username or alias of the Salesforce org containing the RFLIB base package.",
|
|
359
|
+
"name": "target-org",
|
|
360
|
+
"noCacheDefault": true,
|
|
361
|
+
"required": true,
|
|
362
|
+
"summary": "Username or alias of the target org.",
|
|
363
|
+
"hasDynamicHelp": true,
|
|
364
|
+
"multiple": false,
|
|
365
|
+
"type": "option"
|
|
366
|
+
},
|
|
367
|
+
"start-date": {
|
|
368
|
+
"char": "s",
|
|
369
|
+
"description": "Only return log archives created on or after this date. Must be in ISO 8601 format, e.g. 2024-01-01T00:00:00Z. Defaults to 24 hours ago if omitted.",
|
|
370
|
+
"name": "start-date",
|
|
371
|
+
"summary": "Start of the date range in ISO 8601 format. Defaults to 24 hours ago.",
|
|
372
|
+
"hasDynamicHelp": false,
|
|
373
|
+
"multiple": false,
|
|
374
|
+
"type": "option"
|
|
375
|
+
},
|
|
376
|
+
"end-date": {
|
|
377
|
+
"char": "d",
|
|
378
|
+
"description": "Only return log archives created on or before this date. Must be in ISO 8601 format, e.g. 2024-12-31T23:59:59Z. Defaults to the current time if omitted.",
|
|
379
|
+
"name": "end-date",
|
|
380
|
+
"summary": "End of the date range in ISO 8601 format. Defaults to now.",
|
|
381
|
+
"hasDynamicHelp": false,
|
|
382
|
+
"multiple": false,
|
|
383
|
+
"type": "option"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"hasDynamicHelp": true,
|
|
387
|
+
"hiddenAliases": [],
|
|
388
|
+
"id": "rflib:debug:logarchives:get",
|
|
389
|
+
"pluginAlias": "rflib-plugin",
|
|
390
|
+
"pluginName": "rflib-plugin",
|
|
391
|
+
"pluginType": "core",
|
|
392
|
+
"strict": true,
|
|
393
|
+
"summary": "Query RFLIB log archives from a Salesforce org.",
|
|
394
|
+
"enableJsonFlag": true,
|
|
395
|
+
"isESM": true,
|
|
396
|
+
"relativePath": [
|
|
397
|
+
"lib",
|
|
398
|
+
"commands",
|
|
399
|
+
"rflib",
|
|
400
|
+
"debug",
|
|
401
|
+
"logarchives",
|
|
402
|
+
"get.js"
|
|
403
|
+
],
|
|
404
|
+
"aliasPermutations": [],
|
|
405
|
+
"permutations": [
|
|
406
|
+
"rflib:debug:logarchives:get",
|
|
407
|
+
"debug:rflib:logarchives:get",
|
|
408
|
+
"debug:logarchives:rflib:get",
|
|
409
|
+
"debug:logarchives:get:rflib",
|
|
410
|
+
"rflib:logarchives:debug:get",
|
|
411
|
+
"logarchives:rflib:debug:get",
|
|
412
|
+
"logarchives:debug:rflib:get",
|
|
413
|
+
"logarchives:debug:get:rflib",
|
|
414
|
+
"rflib:logarchives:get:debug",
|
|
415
|
+
"logarchives:rflib:get:debug",
|
|
416
|
+
"logarchives:get:rflib:debug",
|
|
417
|
+
"logarchives:get:debug:rflib",
|
|
418
|
+
"rflib:debug:get:logarchives",
|
|
419
|
+
"debug:rflib:get:logarchives",
|
|
420
|
+
"debug:get:rflib:logarchives",
|
|
421
|
+
"debug:get:logarchives:rflib",
|
|
422
|
+
"rflib:get:debug:logarchives",
|
|
423
|
+
"get:rflib:debug:logarchives",
|
|
424
|
+
"get:debug:rflib:logarchives",
|
|
425
|
+
"get:debug:logarchives:rflib",
|
|
426
|
+
"rflib:get:logarchives:debug",
|
|
427
|
+
"get:rflib:logarchives:debug",
|
|
428
|
+
"get:logarchives:rflib:debug",
|
|
429
|
+
"get:logarchives:debug:rflib"
|
|
430
|
+
]
|
|
431
|
+
},
|
|
432
432
|
"rflib:debug:userpermissions:get": {
|
|
433
433
|
"aliases": [],
|
|
434
434
|
"args": {},
|
|
@@ -1090,5 +1090,5 @@
|
|
|
1090
1090
|
]
|
|
1091
1091
|
}
|
|
1092
1092
|
},
|
|
1093
|
-
"version": "0.19.
|
|
1093
|
+
"version": "0.19.6"
|
|
1094
1094
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rflib-plugin",
|
|
3
3
|
"description": "Utility commands to help with the adoption of the RFLIB open-source library for Salesforce.",
|
|
4
|
-
"version": "0.19.
|
|
4
|
+
"version": "0.19.6",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@oclif/core": "^4.10.5",
|
|
7
|
-
"@salesforce/core": "^8.
|
|
8
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
7
|
+
"@salesforce/core": "^8.31.0",
|
|
8
|
+
"@salesforce/sf-plugins-core": "^12.2.24",
|
|
9
9
|
"@types/xml2js": "^0.4.14",
|
|
10
10
|
"minimatch": "^10.2.5",
|
|
11
11
|
"prettier": "^3.8.3",
|