sfdx-jayree 4.8.54 → 4.8.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/README.md +15 -15
- package/oclif.lock +447 -92
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [4.8.56](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.55...v4.8.56) (2024-02-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.33 to 1.2.34 ([#1198](https://github.com/jayree/sfdx-jayree-plugin/issues/1198)) ([25eb462](https://github.com/jayree/sfdx-jayree-plugin/commit/25eb46231b70d49e51245f386188b125e4086499))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.41 to 1.3.42 ([#1197](https://github.com/jayree/sfdx-jayree-plugin/issues/1197)) ([2d8c64d](https://github.com/jayree/sfdx-jayree-plugin/commit/2d8c64d1b792a4a9cd9db7a5d8fcfd3fec028754))
|
|
8
|
+
|
|
9
|
+
## [4.8.55](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.54...v4.8.55) (2024-02-16)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.52 to 3.1.53 ([#1194](https://github.com/jayree/sfdx-jayree-plugin/issues/1194)) ([5479107](https://github.com/jayree/sfdx-jayree-plugin/commit/5479107785e764bf4e60c101f62bfe2ba24151f9))
|
|
15
|
+
|
|
1
16
|
## [4.8.54](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.53...v4.8.54) (2024-02-09)
|
|
2
17
|
|
|
3
18
|
|
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ EXAMPLES
|
|
|
60
60
|
...
|
|
61
61
|
```
|
|
62
62
|
|
|
63
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
63
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.34/src/commands/jayree/flow/get/coverage.ts)_
|
|
64
64
|
|
|
65
65
|
### `sfdx jayree manifest cleanup`
|
|
66
66
|
|
|
@@ -88,7 +88,7 @@ EXAMPLES
|
|
|
88
88
|
$ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
91
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.53/src/commands/jayree/manifest/cleanup.ts)_
|
|
92
92
|
|
|
93
93
|
### `sfdx jayree manifest generate`
|
|
94
94
|
|
|
@@ -125,7 +125,7 @@ EXAMPLES
|
|
|
125
125
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
126
126
|
```
|
|
127
127
|
|
|
128
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
128
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.53/src/commands/jayree/manifest/generate.ts)_
|
|
129
129
|
|
|
130
130
|
### `sfdx jayree manifest git diff`
|
|
131
131
|
|
|
@@ -207,7 +207,7 @@ FLAG DESCRIPTIONS
|
|
|
207
207
|
The location can be an absolute path or relative to the current working directory.
|
|
208
208
|
```
|
|
209
209
|
|
|
210
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
210
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.53/src/commands/jayree/manifest/git/diff.ts)_
|
|
211
211
|
|
|
212
212
|
### `sfdx jayree org configure`
|
|
213
213
|
|
|
@@ -235,7 +235,7 @@ EXAMPLES
|
|
|
235
235
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
238
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.34/src/commands/jayree/org/configure/index.ts)_
|
|
239
239
|
|
|
240
240
|
### `sfdx jayree org configure country`
|
|
241
241
|
|
|
@@ -254,7 +254,7 @@ GLOBAL FLAGS
|
|
|
254
254
|
--json Format output as json.
|
|
255
255
|
```
|
|
256
256
|
|
|
257
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
257
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.34/src/commands/jayree/org/configure/country.ts)_
|
|
258
258
|
|
|
259
259
|
### `sfdx jayree org configure state`
|
|
260
260
|
|
|
@@ -278,7 +278,7 @@ GLOBAL FLAGS
|
|
|
278
278
|
--json Format output as json.
|
|
279
279
|
```
|
|
280
280
|
|
|
281
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
281
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.34/src/commands/jayree/org/configure/state.ts)_
|
|
282
282
|
|
|
283
283
|
### `sfdx jayree org get settings`
|
|
284
284
|
|
|
@@ -307,7 +307,7 @@ EXAMPLES
|
|
|
307
307
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
308
308
|
```
|
|
309
309
|
|
|
310
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
310
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.34/src/commands/jayree/org/get/settings.ts)_
|
|
311
311
|
|
|
312
312
|
### `sfdx jayree org stream`
|
|
313
313
|
|
|
@@ -338,7 +338,7 @@ EXAMPLES
|
|
|
338
338
|
...
|
|
339
339
|
```
|
|
340
340
|
|
|
341
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
341
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.34/src/commands/jayree/org/stream.ts)_
|
|
342
342
|
|
|
343
343
|
### `sfdx jayree project compare snapshot`
|
|
344
344
|
|
|
@@ -358,7 +358,7 @@ ALIASES
|
|
|
358
358
|
$ sfdx jayree source snapshot compare
|
|
359
359
|
```
|
|
360
360
|
|
|
361
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
361
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.42/src/commands/jayree/project/compare/snapshot.ts)_
|
|
362
362
|
|
|
363
363
|
### `sfdx jayree project fix`
|
|
364
364
|
|
|
@@ -379,7 +379,7 @@ ALIASES
|
|
|
379
379
|
$ sfdx jayree source fix
|
|
380
380
|
```
|
|
381
381
|
|
|
382
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
382
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.42/src/commands/jayree/project/fix.ts)_
|
|
383
383
|
|
|
384
384
|
### `sfdx jayree project generate snapshot`
|
|
385
385
|
|
|
@@ -399,7 +399,7 @@ ALIASES
|
|
|
399
399
|
$ sfdx jayree source snapshot generate
|
|
400
400
|
```
|
|
401
401
|
|
|
402
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
402
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.42/src/commands/jayree/project/generate/snapshot.ts)_
|
|
403
403
|
|
|
404
404
|
### `sfdx jayree project list tracking`
|
|
405
405
|
|
|
@@ -427,7 +427,7 @@ EXAMPLES
|
|
|
427
427
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
428
428
|
```
|
|
429
429
|
|
|
430
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
430
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.42/src/commands/jayree/project/list/tracking.ts)_
|
|
431
431
|
|
|
432
432
|
### `sfdx jayree project store tracking get`
|
|
433
433
|
|
|
@@ -452,7 +452,7 @@ EXAMPLES
|
|
|
452
452
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
455
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.42/src/commands/jayree/project/store/tracking/get.ts)_
|
|
456
456
|
|
|
457
457
|
### `sfdx jayree project store tracking set`
|
|
458
458
|
|
|
@@ -480,7 +480,7 @@ EXAMPLES
|
|
|
480
480
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
481
481
|
```
|
|
482
482
|
|
|
483
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
483
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.42/src/commands/jayree/project/store/tracking/set.ts)_
|
|
484
484
|
<!-- commandsstop -->
|
|
485
485
|
|
|
486
486
|
## Hooks
|
package/oclif.lock
CHANGED
|
@@ -92,29 +92,28 @@
|
|
|
92
92
|
"@aws-sdk/util-utf8-browser" "^3.0.0"
|
|
93
93
|
tslib "^1.11.1"
|
|
94
94
|
|
|
95
|
-
"@aws-sdk/client-cloudfront@^3.
|
|
96
|
-
version "3.
|
|
97
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudfront/-/client-cloudfront-3.
|
|
98
|
-
integrity sha512-
|
|
95
|
+
"@aws-sdk/client-cloudfront@^3.511.0":
|
|
96
|
+
version "3.515.0"
|
|
97
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudfront/-/client-cloudfront-3.515.0.tgz#34324ed503c411b1e89a30fcb00779092f50d575"
|
|
98
|
+
integrity sha512-aDiTeB2QEX6M9I3yqchCce4z78wRuDOh3oZq2eiBueJqk3R3RGm8zDdsiJ+U9N6NVSmcm7Xs55Ws8NUJZGwizw==
|
|
99
99
|
dependencies:
|
|
100
100
|
"@aws-crypto/sha256-browser" "3.0.0"
|
|
101
101
|
"@aws-crypto/sha256-js" "3.0.0"
|
|
102
|
-
"@aws-sdk/client-sts" "3.
|
|
103
|
-
"@aws-sdk/core" "3.
|
|
104
|
-
"@aws-sdk/credential-provider-node" "3.
|
|
105
|
-
"@aws-sdk/middleware-host-header" "3.
|
|
106
|
-
"@aws-sdk/middleware-logger" "3.
|
|
107
|
-
"@aws-sdk/middleware-recursion-detection" "3.
|
|
108
|
-
"@aws-sdk/middleware-
|
|
109
|
-
"@aws-sdk/
|
|
110
|
-
"@aws-sdk/
|
|
111
|
-
"@aws-sdk/
|
|
112
|
-
"@aws-sdk/util-
|
|
113
|
-
"@aws-sdk/util-user-agent-
|
|
114
|
-
"@aws-sdk/util-user-agent-node" "3.502.0"
|
|
102
|
+
"@aws-sdk/client-sts" "3.515.0"
|
|
103
|
+
"@aws-sdk/core" "3.513.0"
|
|
104
|
+
"@aws-sdk/credential-provider-node" "3.515.0"
|
|
105
|
+
"@aws-sdk/middleware-host-header" "3.515.0"
|
|
106
|
+
"@aws-sdk/middleware-logger" "3.515.0"
|
|
107
|
+
"@aws-sdk/middleware-recursion-detection" "3.515.0"
|
|
108
|
+
"@aws-sdk/middleware-user-agent" "3.515.0"
|
|
109
|
+
"@aws-sdk/region-config-resolver" "3.515.0"
|
|
110
|
+
"@aws-sdk/types" "3.515.0"
|
|
111
|
+
"@aws-sdk/util-endpoints" "3.515.0"
|
|
112
|
+
"@aws-sdk/util-user-agent-browser" "3.515.0"
|
|
113
|
+
"@aws-sdk/util-user-agent-node" "3.515.0"
|
|
115
114
|
"@aws-sdk/xml-builder" "3.496.0"
|
|
116
115
|
"@smithy/config-resolver" "^2.1.1"
|
|
117
|
-
"@smithy/core" "^1.3.
|
|
116
|
+
"@smithy/core" "^1.3.2"
|
|
118
117
|
"@smithy/fetch-http-handler" "^2.4.1"
|
|
119
118
|
"@smithy/hash-node" "^2.1.1"
|
|
120
119
|
"@smithy/invalid-dependency" "^2.1.1"
|
|
@@ -133,8 +132,9 @@
|
|
|
133
132
|
"@smithy/util-body-length-browser" "^2.1.1"
|
|
134
133
|
"@smithy/util-body-length-node" "^2.2.1"
|
|
135
134
|
"@smithy/util-defaults-mode-browser" "^2.1.1"
|
|
136
|
-
"@smithy/util-defaults-mode-node" "^2.
|
|
135
|
+
"@smithy/util-defaults-mode-node" "^2.2.0"
|
|
137
136
|
"@smithy/util-endpoints" "^1.1.1"
|
|
137
|
+
"@smithy/util-middleware" "^2.1.1"
|
|
138
138
|
"@smithy/util-retry" "^2.1.1"
|
|
139
139
|
"@smithy/util-stream" "^2.1.1"
|
|
140
140
|
"@smithy/util-utf8" "^2.1.1"
|
|
@@ -251,6 +251,51 @@
|
|
|
251
251
|
"@smithy/util-utf8" "^2.1.1"
|
|
252
252
|
tslib "^2.5.0"
|
|
253
253
|
|
|
254
|
+
"@aws-sdk/client-sso-oidc@3.515.0":
|
|
255
|
+
version "3.515.0"
|
|
256
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.515.0.tgz#7864bbcc1cca2441c726b1db5ef74be6142ec270"
|
|
257
|
+
integrity sha512-zACa8LNlPUdlNUBqQRf5a3MfouLNtcBfm84v2c8M976DwJrMGONPe1QjyLLsD38uESQiXiVQRruj/b000iMXNw==
|
|
258
|
+
dependencies:
|
|
259
|
+
"@aws-crypto/sha256-browser" "3.0.0"
|
|
260
|
+
"@aws-crypto/sha256-js" "3.0.0"
|
|
261
|
+
"@aws-sdk/client-sts" "3.515.0"
|
|
262
|
+
"@aws-sdk/core" "3.513.0"
|
|
263
|
+
"@aws-sdk/middleware-host-header" "3.515.0"
|
|
264
|
+
"@aws-sdk/middleware-logger" "3.515.0"
|
|
265
|
+
"@aws-sdk/middleware-recursion-detection" "3.515.0"
|
|
266
|
+
"@aws-sdk/middleware-user-agent" "3.515.0"
|
|
267
|
+
"@aws-sdk/region-config-resolver" "3.515.0"
|
|
268
|
+
"@aws-sdk/types" "3.515.0"
|
|
269
|
+
"@aws-sdk/util-endpoints" "3.515.0"
|
|
270
|
+
"@aws-sdk/util-user-agent-browser" "3.515.0"
|
|
271
|
+
"@aws-sdk/util-user-agent-node" "3.515.0"
|
|
272
|
+
"@smithy/config-resolver" "^2.1.1"
|
|
273
|
+
"@smithy/core" "^1.3.2"
|
|
274
|
+
"@smithy/fetch-http-handler" "^2.4.1"
|
|
275
|
+
"@smithy/hash-node" "^2.1.1"
|
|
276
|
+
"@smithy/invalid-dependency" "^2.1.1"
|
|
277
|
+
"@smithy/middleware-content-length" "^2.1.1"
|
|
278
|
+
"@smithy/middleware-endpoint" "^2.4.1"
|
|
279
|
+
"@smithy/middleware-retry" "^2.1.1"
|
|
280
|
+
"@smithy/middleware-serde" "^2.1.1"
|
|
281
|
+
"@smithy/middleware-stack" "^2.1.1"
|
|
282
|
+
"@smithy/node-config-provider" "^2.2.1"
|
|
283
|
+
"@smithy/node-http-handler" "^2.3.1"
|
|
284
|
+
"@smithy/protocol-http" "^3.1.1"
|
|
285
|
+
"@smithy/smithy-client" "^2.3.1"
|
|
286
|
+
"@smithy/types" "^2.9.1"
|
|
287
|
+
"@smithy/url-parser" "^2.1.1"
|
|
288
|
+
"@smithy/util-base64" "^2.1.1"
|
|
289
|
+
"@smithy/util-body-length-browser" "^2.1.1"
|
|
290
|
+
"@smithy/util-body-length-node" "^2.2.1"
|
|
291
|
+
"@smithy/util-defaults-mode-browser" "^2.1.1"
|
|
292
|
+
"@smithy/util-defaults-mode-node" "^2.2.0"
|
|
293
|
+
"@smithy/util-endpoints" "^1.1.1"
|
|
294
|
+
"@smithy/util-middleware" "^2.1.1"
|
|
295
|
+
"@smithy/util-retry" "^2.1.1"
|
|
296
|
+
"@smithy/util-utf8" "^2.1.1"
|
|
297
|
+
tslib "^2.5.0"
|
|
298
|
+
|
|
254
299
|
"@aws-sdk/client-sso@3.507.0":
|
|
255
300
|
version "3.507.0"
|
|
256
301
|
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso/-/client-sso-3.507.0.tgz#90a5de90f662aa680c0ffdc5e04695734ca8afb2"
|
|
@@ -294,6 +339,50 @@
|
|
|
294
339
|
"@smithy/util-utf8" "^2.1.1"
|
|
295
340
|
tslib "^2.5.0"
|
|
296
341
|
|
|
342
|
+
"@aws-sdk/client-sso@3.515.0":
|
|
343
|
+
version "3.515.0"
|
|
344
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso/-/client-sso-3.515.0.tgz#858d3ebd187e54e70ebd7ac948fb889f70a7deee"
|
|
345
|
+
integrity sha512-4oGBLW476zmkdN98lAns3bObRNO+DLOfg4MDUSR6l6GYBV/zGAtoy2O/FhwYKgA2L5h2ZtElGopLlk/1Q0ePLw==
|
|
346
|
+
dependencies:
|
|
347
|
+
"@aws-crypto/sha256-browser" "3.0.0"
|
|
348
|
+
"@aws-crypto/sha256-js" "3.0.0"
|
|
349
|
+
"@aws-sdk/core" "3.513.0"
|
|
350
|
+
"@aws-sdk/middleware-host-header" "3.515.0"
|
|
351
|
+
"@aws-sdk/middleware-logger" "3.515.0"
|
|
352
|
+
"@aws-sdk/middleware-recursion-detection" "3.515.0"
|
|
353
|
+
"@aws-sdk/middleware-user-agent" "3.515.0"
|
|
354
|
+
"@aws-sdk/region-config-resolver" "3.515.0"
|
|
355
|
+
"@aws-sdk/types" "3.515.0"
|
|
356
|
+
"@aws-sdk/util-endpoints" "3.515.0"
|
|
357
|
+
"@aws-sdk/util-user-agent-browser" "3.515.0"
|
|
358
|
+
"@aws-sdk/util-user-agent-node" "3.515.0"
|
|
359
|
+
"@smithy/config-resolver" "^2.1.1"
|
|
360
|
+
"@smithy/core" "^1.3.2"
|
|
361
|
+
"@smithy/fetch-http-handler" "^2.4.1"
|
|
362
|
+
"@smithy/hash-node" "^2.1.1"
|
|
363
|
+
"@smithy/invalid-dependency" "^2.1.1"
|
|
364
|
+
"@smithy/middleware-content-length" "^2.1.1"
|
|
365
|
+
"@smithy/middleware-endpoint" "^2.4.1"
|
|
366
|
+
"@smithy/middleware-retry" "^2.1.1"
|
|
367
|
+
"@smithy/middleware-serde" "^2.1.1"
|
|
368
|
+
"@smithy/middleware-stack" "^2.1.1"
|
|
369
|
+
"@smithy/node-config-provider" "^2.2.1"
|
|
370
|
+
"@smithy/node-http-handler" "^2.3.1"
|
|
371
|
+
"@smithy/protocol-http" "^3.1.1"
|
|
372
|
+
"@smithy/smithy-client" "^2.3.1"
|
|
373
|
+
"@smithy/types" "^2.9.1"
|
|
374
|
+
"@smithy/url-parser" "^2.1.1"
|
|
375
|
+
"@smithy/util-base64" "^2.1.1"
|
|
376
|
+
"@smithy/util-body-length-browser" "^2.1.1"
|
|
377
|
+
"@smithy/util-body-length-node" "^2.2.1"
|
|
378
|
+
"@smithy/util-defaults-mode-browser" "^2.1.1"
|
|
379
|
+
"@smithy/util-defaults-mode-node" "^2.2.0"
|
|
380
|
+
"@smithy/util-endpoints" "^1.1.1"
|
|
381
|
+
"@smithy/util-middleware" "^2.1.1"
|
|
382
|
+
"@smithy/util-retry" "^2.1.1"
|
|
383
|
+
"@smithy/util-utf8" "^2.1.1"
|
|
384
|
+
tslib "^2.5.0"
|
|
385
|
+
|
|
297
386
|
"@aws-sdk/client-sts@3.507.0":
|
|
298
387
|
version "3.507.0"
|
|
299
388
|
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.507.0.tgz#0a99b5b04ca8d2e30a52840cc67181b3f2ac990a"
|
|
@@ -339,6 +428,51 @@
|
|
|
339
428
|
fast-xml-parser "4.2.5"
|
|
340
429
|
tslib "^2.5.0"
|
|
341
430
|
|
|
431
|
+
"@aws-sdk/client-sts@3.515.0":
|
|
432
|
+
version "3.515.0"
|
|
433
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.515.0.tgz#a645696bbc160e46c4c9e60aa66b79fd212d1230"
|
|
434
|
+
integrity sha512-ScYuvaIDgip3atOJIA1FU2n0gJkEdveu1KrrCPathoUCV5zpK8qQmO/n+Fj/7hKFxeKdFbB+4W4CsJWYH94nlg==
|
|
435
|
+
dependencies:
|
|
436
|
+
"@aws-crypto/sha256-browser" "3.0.0"
|
|
437
|
+
"@aws-crypto/sha256-js" "3.0.0"
|
|
438
|
+
"@aws-sdk/core" "3.513.0"
|
|
439
|
+
"@aws-sdk/middleware-host-header" "3.515.0"
|
|
440
|
+
"@aws-sdk/middleware-logger" "3.515.0"
|
|
441
|
+
"@aws-sdk/middleware-recursion-detection" "3.515.0"
|
|
442
|
+
"@aws-sdk/middleware-user-agent" "3.515.0"
|
|
443
|
+
"@aws-sdk/region-config-resolver" "3.515.0"
|
|
444
|
+
"@aws-sdk/types" "3.515.0"
|
|
445
|
+
"@aws-sdk/util-endpoints" "3.515.0"
|
|
446
|
+
"@aws-sdk/util-user-agent-browser" "3.515.0"
|
|
447
|
+
"@aws-sdk/util-user-agent-node" "3.515.0"
|
|
448
|
+
"@smithy/config-resolver" "^2.1.1"
|
|
449
|
+
"@smithy/core" "^1.3.2"
|
|
450
|
+
"@smithy/fetch-http-handler" "^2.4.1"
|
|
451
|
+
"@smithy/hash-node" "^2.1.1"
|
|
452
|
+
"@smithy/invalid-dependency" "^2.1.1"
|
|
453
|
+
"@smithy/middleware-content-length" "^2.1.1"
|
|
454
|
+
"@smithy/middleware-endpoint" "^2.4.1"
|
|
455
|
+
"@smithy/middleware-retry" "^2.1.1"
|
|
456
|
+
"@smithy/middleware-serde" "^2.1.1"
|
|
457
|
+
"@smithy/middleware-stack" "^2.1.1"
|
|
458
|
+
"@smithy/node-config-provider" "^2.2.1"
|
|
459
|
+
"@smithy/node-http-handler" "^2.3.1"
|
|
460
|
+
"@smithy/protocol-http" "^3.1.1"
|
|
461
|
+
"@smithy/smithy-client" "^2.3.1"
|
|
462
|
+
"@smithy/types" "^2.9.1"
|
|
463
|
+
"@smithy/url-parser" "^2.1.1"
|
|
464
|
+
"@smithy/util-base64" "^2.1.1"
|
|
465
|
+
"@smithy/util-body-length-browser" "^2.1.1"
|
|
466
|
+
"@smithy/util-body-length-node" "^2.2.1"
|
|
467
|
+
"@smithy/util-defaults-mode-browser" "^2.1.1"
|
|
468
|
+
"@smithy/util-defaults-mode-node" "^2.2.0"
|
|
469
|
+
"@smithy/util-endpoints" "^1.1.1"
|
|
470
|
+
"@smithy/util-middleware" "^2.1.1"
|
|
471
|
+
"@smithy/util-retry" "^2.1.1"
|
|
472
|
+
"@smithy/util-utf8" "^2.1.1"
|
|
473
|
+
fast-xml-parser "4.2.5"
|
|
474
|
+
tslib "^2.5.0"
|
|
475
|
+
|
|
342
476
|
"@aws-sdk/core@3.496.0":
|
|
343
477
|
version "3.496.0"
|
|
344
478
|
resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.496.0.tgz#ec1394753b6b2f6e38aea593e30b2db5c7390969"
|
|
@@ -351,6 +485,18 @@
|
|
|
351
485
|
"@smithy/types" "^2.9.1"
|
|
352
486
|
tslib "^2.5.0"
|
|
353
487
|
|
|
488
|
+
"@aws-sdk/core@3.513.0":
|
|
489
|
+
version "3.513.0"
|
|
490
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.513.0.tgz#9fce86d472f7b38724cb1156d06a854124a51aaa"
|
|
491
|
+
integrity sha512-L+9DL4apWuqNKVOMJ8siAuWoRM9rZf9w1iPv8S2o83WO2jVK7E/m+rNW1dFo9HsA5V1ccDl2H2qLXx24HiHmOw==
|
|
492
|
+
dependencies:
|
|
493
|
+
"@smithy/core" "^1.3.2"
|
|
494
|
+
"@smithy/protocol-http" "^3.1.1"
|
|
495
|
+
"@smithy/signature-v4" "^2.1.1"
|
|
496
|
+
"@smithy/smithy-client" "^2.3.1"
|
|
497
|
+
"@smithy/types" "^2.9.1"
|
|
498
|
+
tslib "^2.5.0"
|
|
499
|
+
|
|
354
500
|
"@aws-sdk/credential-provider-env@3.502.0":
|
|
355
501
|
version "3.502.0"
|
|
356
502
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.502.0.tgz#800e63b2b9d90b078a120d474d5a3b1ec5b48514"
|
|
@@ -361,6 +507,16 @@
|
|
|
361
507
|
"@smithy/types" "^2.9.1"
|
|
362
508
|
tslib "^2.5.0"
|
|
363
509
|
|
|
510
|
+
"@aws-sdk/credential-provider-env@3.515.0":
|
|
511
|
+
version "3.515.0"
|
|
512
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.515.0.tgz#8a96e51bb50a70596ec8d6fc38a78c2aca3b5b6f"
|
|
513
|
+
integrity sha512-45vxdyqhTAaUMERYVWOziG3K8L2TV9G4ryQS/KZ84o7NAybE9GMdoZRVmGHAO7mJJ1wQiYCM/E+i5b3NW9JfNA==
|
|
514
|
+
dependencies:
|
|
515
|
+
"@aws-sdk/types" "3.515.0"
|
|
516
|
+
"@smithy/property-provider" "^2.1.1"
|
|
517
|
+
"@smithy/types" "^2.9.1"
|
|
518
|
+
tslib "^2.5.0"
|
|
519
|
+
|
|
364
520
|
"@aws-sdk/credential-provider-http@3.503.1":
|
|
365
521
|
version "3.503.1"
|
|
366
522
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.503.1.tgz#e882a4b740c9193650053033b3001b03ca4b12c8"
|
|
@@ -376,6 +532,21 @@
|
|
|
376
532
|
"@smithy/util-stream" "^2.1.1"
|
|
377
533
|
tslib "^2.5.0"
|
|
378
534
|
|
|
535
|
+
"@aws-sdk/credential-provider-http@3.515.0":
|
|
536
|
+
version "3.515.0"
|
|
537
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.515.0.tgz#780b31ebb0d2c3fb1da31d163a2f39edb7d7d7c5"
|
|
538
|
+
integrity sha512-Ba6FXK77vU4WyheiamNjEuTFmir0eAXuJGPO27lBaA8g+V/seXGHScsbOG14aQGDOr2P02OPwKGZrWWA7BFpfQ==
|
|
539
|
+
dependencies:
|
|
540
|
+
"@aws-sdk/types" "3.515.0"
|
|
541
|
+
"@smithy/fetch-http-handler" "^2.4.1"
|
|
542
|
+
"@smithy/node-http-handler" "^2.3.1"
|
|
543
|
+
"@smithy/property-provider" "^2.1.1"
|
|
544
|
+
"@smithy/protocol-http" "^3.1.1"
|
|
545
|
+
"@smithy/smithy-client" "^2.3.1"
|
|
546
|
+
"@smithy/types" "^2.9.1"
|
|
547
|
+
"@smithy/util-stream" "^2.1.1"
|
|
548
|
+
tslib "^2.5.0"
|
|
549
|
+
|
|
379
550
|
"@aws-sdk/credential-provider-ini@3.507.0":
|
|
380
551
|
version "3.507.0"
|
|
381
552
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.507.0.tgz#c2b9cd1bf172a0057bf0ad888c19ce5450df13f2"
|
|
@@ -393,6 +564,23 @@
|
|
|
393
564
|
"@smithy/types" "^2.9.1"
|
|
394
565
|
tslib "^2.5.0"
|
|
395
566
|
|
|
567
|
+
"@aws-sdk/credential-provider-ini@3.515.0":
|
|
568
|
+
version "3.515.0"
|
|
569
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.515.0.tgz#f669afd30aeac6088db0d7d485730c633836872b"
|
|
570
|
+
integrity sha512-ouDlNZdv2TKeVEA/YZk2+XklTXyAAGdbWnl4IgN9ItaodWI+lZjdIoNC8BAooVH+atIV/cZgoGTGQL7j2TxJ9A==
|
|
571
|
+
dependencies:
|
|
572
|
+
"@aws-sdk/client-sts" "3.515.0"
|
|
573
|
+
"@aws-sdk/credential-provider-env" "3.515.0"
|
|
574
|
+
"@aws-sdk/credential-provider-process" "3.515.0"
|
|
575
|
+
"@aws-sdk/credential-provider-sso" "3.515.0"
|
|
576
|
+
"@aws-sdk/credential-provider-web-identity" "3.515.0"
|
|
577
|
+
"@aws-sdk/types" "3.515.0"
|
|
578
|
+
"@smithy/credential-provider-imds" "^2.2.1"
|
|
579
|
+
"@smithy/property-provider" "^2.1.1"
|
|
580
|
+
"@smithy/shared-ini-file-loader" "^2.3.1"
|
|
581
|
+
"@smithy/types" "^2.9.1"
|
|
582
|
+
tslib "^2.5.0"
|
|
583
|
+
|
|
396
584
|
"@aws-sdk/credential-provider-node@3.509.0":
|
|
397
585
|
version "3.509.0"
|
|
398
586
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.509.0.tgz#0a65ce0e8c20312b00654e12ff95f80f3317dc82"
|
|
@@ -411,6 +599,24 @@
|
|
|
411
599
|
"@smithy/types" "^2.9.1"
|
|
412
600
|
tslib "^2.5.0"
|
|
413
601
|
|
|
602
|
+
"@aws-sdk/credential-provider-node@3.515.0":
|
|
603
|
+
version "3.515.0"
|
|
604
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.515.0.tgz#57e2105208fb8b2edc857f48533cb0a1e28a9412"
|
|
605
|
+
integrity sha512-Y4kHSpbxksiCZZNcvsiKUd8Fb2XlyUuONEwqWFNL82ZH6TCCjBGS31wJQCSxBHqYcOL3tiORUEJkoO7uS30uQA==
|
|
606
|
+
dependencies:
|
|
607
|
+
"@aws-sdk/credential-provider-env" "3.515.0"
|
|
608
|
+
"@aws-sdk/credential-provider-http" "3.515.0"
|
|
609
|
+
"@aws-sdk/credential-provider-ini" "3.515.0"
|
|
610
|
+
"@aws-sdk/credential-provider-process" "3.515.0"
|
|
611
|
+
"@aws-sdk/credential-provider-sso" "3.515.0"
|
|
612
|
+
"@aws-sdk/credential-provider-web-identity" "3.515.0"
|
|
613
|
+
"@aws-sdk/types" "3.515.0"
|
|
614
|
+
"@smithy/credential-provider-imds" "^2.2.1"
|
|
615
|
+
"@smithy/property-provider" "^2.1.1"
|
|
616
|
+
"@smithy/shared-ini-file-loader" "^2.3.1"
|
|
617
|
+
"@smithy/types" "^2.9.1"
|
|
618
|
+
tslib "^2.5.0"
|
|
619
|
+
|
|
414
620
|
"@aws-sdk/credential-provider-process@3.502.0":
|
|
415
621
|
version "3.502.0"
|
|
416
622
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.502.0.tgz#6c41d8845a1c7073491a064c158363de04640381"
|
|
@@ -422,6 +628,17 @@
|
|
|
422
628
|
"@smithy/types" "^2.9.1"
|
|
423
629
|
tslib "^2.5.0"
|
|
424
630
|
|
|
631
|
+
"@aws-sdk/credential-provider-process@3.515.0":
|
|
632
|
+
version "3.515.0"
|
|
633
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.515.0.tgz#71e1e624669ef5918b477b48ec8aff1bd686e787"
|
|
634
|
+
integrity sha512-pSjiOA2FM63LHRKNDvEpBRp80FVGT0Mw/gzgbqFXP+sewk0WVonYbEcMDTJptH3VsLPGzqH/DQ1YL/aEIBuXFQ==
|
|
635
|
+
dependencies:
|
|
636
|
+
"@aws-sdk/types" "3.515.0"
|
|
637
|
+
"@smithy/property-provider" "^2.1.1"
|
|
638
|
+
"@smithy/shared-ini-file-loader" "^2.3.1"
|
|
639
|
+
"@smithy/types" "^2.9.1"
|
|
640
|
+
tslib "^2.5.0"
|
|
641
|
+
|
|
425
642
|
"@aws-sdk/credential-provider-sso@3.507.0":
|
|
426
643
|
version "3.507.0"
|
|
427
644
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.507.0.tgz#e98cf7fad69b4c12aa85c44affe9aae4cc81d796"
|
|
@@ -435,6 +652,19 @@
|
|
|
435
652
|
"@smithy/types" "^2.9.1"
|
|
436
653
|
tslib "^2.5.0"
|
|
437
654
|
|
|
655
|
+
"@aws-sdk/credential-provider-sso@3.515.0":
|
|
656
|
+
version "3.515.0"
|
|
657
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.515.0.tgz#b8efce2c885adf529c4f70db76bcc188afef299b"
|
|
658
|
+
integrity sha512-j7vUkiSmuhpBvZYoPTRTI4ePnQbiZMFl6TNhg9b9DprC1zHkucsZnhRhqjOVlrw/H6J4jmcPGcHHTZ5WQNI5xQ==
|
|
659
|
+
dependencies:
|
|
660
|
+
"@aws-sdk/client-sso" "3.515.0"
|
|
661
|
+
"@aws-sdk/token-providers" "3.515.0"
|
|
662
|
+
"@aws-sdk/types" "3.515.0"
|
|
663
|
+
"@smithy/property-provider" "^2.1.1"
|
|
664
|
+
"@smithy/shared-ini-file-loader" "^2.3.1"
|
|
665
|
+
"@smithy/types" "^2.9.1"
|
|
666
|
+
tslib "^2.5.0"
|
|
667
|
+
|
|
438
668
|
"@aws-sdk/credential-provider-web-identity@3.507.0":
|
|
439
669
|
version "3.507.0"
|
|
440
670
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.507.0.tgz#22e028e2dd2a0a927707da1408099bc4f5b7a606"
|
|
@@ -446,6 +676,17 @@
|
|
|
446
676
|
"@smithy/types" "^2.9.1"
|
|
447
677
|
tslib "^2.5.0"
|
|
448
678
|
|
|
679
|
+
"@aws-sdk/credential-provider-web-identity@3.515.0":
|
|
680
|
+
version "3.515.0"
|
|
681
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.515.0.tgz#848f113ca92dd7a6ebbb436872688a78a28d309b"
|
|
682
|
+
integrity sha512-66+2g4z3fWwdoGReY8aUHvm6JrKZMTRxjuizljVmMyOBttKPeBYXvUTop/g3ZGUx1f8j+C5qsGK52viYBvtjuQ==
|
|
683
|
+
dependencies:
|
|
684
|
+
"@aws-sdk/client-sts" "3.515.0"
|
|
685
|
+
"@aws-sdk/types" "3.515.0"
|
|
686
|
+
"@smithy/property-provider" "^2.1.1"
|
|
687
|
+
"@smithy/types" "^2.9.1"
|
|
688
|
+
tslib "^2.5.0"
|
|
689
|
+
|
|
449
690
|
"@aws-sdk/middleware-bucket-endpoint@3.502.0":
|
|
450
691
|
version "3.502.0"
|
|
451
692
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.502.0.tgz#580ef680c8b3b1230d78598089414769331f2a4a"
|
|
@@ -493,6 +734,16 @@
|
|
|
493
734
|
"@smithy/types" "^2.9.1"
|
|
494
735
|
tslib "^2.5.0"
|
|
495
736
|
|
|
737
|
+
"@aws-sdk/middleware-host-header@3.515.0":
|
|
738
|
+
version "3.515.0"
|
|
739
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-host-header/-/middleware-host-header-3.515.0.tgz#835a1865d4e35ad8fd2f7e579b191d58f52e450c"
|
|
740
|
+
integrity sha512-I1MwWPzdRKM1luvdDdjdGsDjNVPhj9zaIytEchjTY40NcKOg+p2evLD2y69ozzg8pyXK63r8DdvDGOo9QPuh0A==
|
|
741
|
+
dependencies:
|
|
742
|
+
"@aws-sdk/types" "3.515.0"
|
|
743
|
+
"@smithy/protocol-http" "^3.1.1"
|
|
744
|
+
"@smithy/types" "^2.9.1"
|
|
745
|
+
tslib "^2.5.0"
|
|
746
|
+
|
|
496
747
|
"@aws-sdk/middleware-location-constraint@3.502.0":
|
|
497
748
|
version "3.502.0"
|
|
498
749
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.502.0.tgz#188c3bae2e908aff11030af10bc3b64c87905910"
|
|
@@ -511,6 +762,15 @@
|
|
|
511
762
|
"@smithy/types" "^2.9.1"
|
|
512
763
|
tslib "^2.5.0"
|
|
513
764
|
|
|
765
|
+
"@aws-sdk/middleware-logger@3.515.0":
|
|
766
|
+
version "3.515.0"
|
|
767
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-logger/-/middleware-logger-3.515.0.tgz#430fc40d6897fdc25ad82075865d00d5d707b6ad"
|
|
768
|
+
integrity sha512-qXomJzg2m/5seQOxHi/yOXOKfSjwrrJSmEmfwJKJyQgdMbBcjz3Cz0H/1LyC6c5hHm6a/SZgSTzDAbAoUmyL+Q==
|
|
769
|
+
dependencies:
|
|
770
|
+
"@aws-sdk/types" "3.515.0"
|
|
771
|
+
"@smithy/types" "^2.9.1"
|
|
772
|
+
tslib "^2.5.0"
|
|
773
|
+
|
|
514
774
|
"@aws-sdk/middleware-recursion-detection@3.502.0":
|
|
515
775
|
version "3.502.0"
|
|
516
776
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.502.0.tgz#c22e2c0c1d551e58c788264687324bb7186af2cc"
|
|
@@ -521,6 +781,16 @@
|
|
|
521
781
|
"@smithy/types" "^2.9.1"
|
|
522
782
|
tslib "^2.5.0"
|
|
523
783
|
|
|
784
|
+
"@aws-sdk/middleware-recursion-detection@3.515.0":
|
|
785
|
+
version "3.515.0"
|
|
786
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.515.0.tgz#7f44705d6d93adbcc743a5adf3bfa2c09670637c"
|
|
787
|
+
integrity sha512-dokHLbTV3IHRIBrw9mGoxcNTnQsjlm7TpkJhPdGT9T4Mq399EyQo51u6IsVMm07RXLl2Zw7u+u9p+qWBFzmFRA==
|
|
788
|
+
dependencies:
|
|
789
|
+
"@aws-sdk/types" "3.515.0"
|
|
790
|
+
"@smithy/protocol-http" "^3.1.1"
|
|
791
|
+
"@smithy/types" "^2.9.1"
|
|
792
|
+
tslib "^2.5.0"
|
|
793
|
+
|
|
524
794
|
"@aws-sdk/middleware-sdk-s3@3.502.0":
|
|
525
795
|
version "3.502.0"
|
|
526
796
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.502.0.tgz#a2d968414247fd9cbfc90e1071f29e4375cb25b8"
|
|
@@ -569,6 +839,17 @@
|
|
|
569
839
|
"@smithy/types" "^2.9.1"
|
|
570
840
|
tslib "^2.5.0"
|
|
571
841
|
|
|
842
|
+
"@aws-sdk/middleware-user-agent@3.515.0":
|
|
843
|
+
version "3.515.0"
|
|
844
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.515.0.tgz#93daacea920fad11481559e5a399cf786e5e6c0c"
|
|
845
|
+
integrity sha512-nOqZjGA/GkjuJ5fUshec9Fv6HFd7ovOTxMJbw3MfAhqXuVZ6dKF41lpVJ4imNsgyFt3shUg9WDY8zGFjlYMB3g==
|
|
846
|
+
dependencies:
|
|
847
|
+
"@aws-sdk/types" "3.515.0"
|
|
848
|
+
"@aws-sdk/util-endpoints" "3.515.0"
|
|
849
|
+
"@smithy/protocol-http" "^3.1.1"
|
|
850
|
+
"@smithy/types" "^2.9.1"
|
|
851
|
+
tslib "^2.5.0"
|
|
852
|
+
|
|
572
853
|
"@aws-sdk/region-config-resolver@3.502.0":
|
|
573
854
|
version "3.502.0"
|
|
574
855
|
resolved "https://registry.yarnpkg.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.502.0.tgz#c18a04060879eb03c47c05b05fc296119ee073ba"
|
|
@@ -581,6 +862,18 @@
|
|
|
581
862
|
"@smithy/util-middleware" "^2.1.1"
|
|
582
863
|
tslib "^2.5.0"
|
|
583
864
|
|
|
865
|
+
"@aws-sdk/region-config-resolver@3.515.0":
|
|
866
|
+
version "3.515.0"
|
|
867
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.515.0.tgz#c0973acc32256c3688265512cf6d0469baa3af21"
|
|
868
|
+
integrity sha512-RIRx9loxMgEAc/r1wPfnfShOuzn4RBi8pPPv6/jhhITEeMnJe6enAh2k5y9DdiVDDgCWZgVFSv0YkAIfzAFsnQ==
|
|
869
|
+
dependencies:
|
|
870
|
+
"@aws-sdk/types" "3.515.0"
|
|
871
|
+
"@smithy/node-config-provider" "^2.2.1"
|
|
872
|
+
"@smithy/types" "^2.9.1"
|
|
873
|
+
"@smithy/util-config-provider" "^2.2.1"
|
|
874
|
+
"@smithy/util-middleware" "^2.1.1"
|
|
875
|
+
tslib "^2.5.0"
|
|
876
|
+
|
|
584
877
|
"@aws-sdk/signature-v4-multi-region@3.502.0":
|
|
585
878
|
version "3.502.0"
|
|
586
879
|
resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.502.0.tgz#2d3fab86051eb98a4e4216e0f2f3d957a854b42c"
|
|
@@ -605,6 +898,18 @@
|
|
|
605
898
|
"@smithy/types" "^2.9.1"
|
|
606
899
|
tslib "^2.5.0"
|
|
607
900
|
|
|
901
|
+
"@aws-sdk/token-providers@3.515.0":
|
|
902
|
+
version "3.515.0"
|
|
903
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.515.0.tgz#c4e549a28d287b2861a2d331eae2be98c4236bd1"
|
|
904
|
+
integrity sha512-MQuf04rIcTXqwDzmyHSpFPF1fKEzRl64oXtCRUF3ddxTdK6wxXkePfK6wNCuL+GEbEcJAoCtIGIRpzGPJvQjHA==
|
|
905
|
+
dependencies:
|
|
906
|
+
"@aws-sdk/client-sso-oidc" "3.515.0"
|
|
907
|
+
"@aws-sdk/types" "3.515.0"
|
|
908
|
+
"@smithy/property-provider" "^2.1.1"
|
|
909
|
+
"@smithy/shared-ini-file-loader" "^2.3.1"
|
|
910
|
+
"@smithy/types" "^2.9.1"
|
|
911
|
+
tslib "^2.5.0"
|
|
912
|
+
|
|
608
913
|
"@aws-sdk/types@3.502.0":
|
|
609
914
|
version "3.502.0"
|
|
610
915
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.502.0.tgz#c23dda4df7fdbe32642d4f5ab23516f455fb6aba"
|
|
@@ -613,6 +918,14 @@
|
|
|
613
918
|
"@smithy/types" "^2.9.1"
|
|
614
919
|
tslib "^2.5.0"
|
|
615
920
|
|
|
921
|
+
"@aws-sdk/types@3.515.0":
|
|
922
|
+
version "3.515.0"
|
|
923
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.515.0.tgz#ee97c887293211f1891bc1d8f0aaf354072b6002"
|
|
924
|
+
integrity sha512-B3gUpiMlpT6ERaLvZZ61D0RyrQPsFYDkCncLPVkZOKkCOoFU46zi1o6T5JcYiz8vkx1q9RGloQ5exh79s5pU/w==
|
|
925
|
+
dependencies:
|
|
926
|
+
"@smithy/types" "^2.9.1"
|
|
927
|
+
tslib "^2.5.0"
|
|
928
|
+
|
|
616
929
|
"@aws-sdk/types@^3.222.0":
|
|
617
930
|
version "3.489.0"
|
|
618
931
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.489.0.tgz#0fa29adaace3e407ac15428524aa67e9bd229f65"
|
|
@@ -638,6 +951,16 @@
|
|
|
638
951
|
"@smithy/util-endpoints" "^1.1.1"
|
|
639
952
|
tslib "^2.5.0"
|
|
640
953
|
|
|
954
|
+
"@aws-sdk/util-endpoints@3.515.0":
|
|
955
|
+
version "3.515.0"
|
|
956
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-endpoints/-/util-endpoints-3.515.0.tgz#6d8bcc62617261a4c1de5d7507060ab361694923"
|
|
957
|
+
integrity sha512-UJi+jdwcGFV/F7d3+e2aQn5yZOVpDiAgfgNhPnEtgV0WozJ5/ZUeZBgWvSc/K415N4A4D/9cbBc7+I+35qzcDQ==
|
|
958
|
+
dependencies:
|
|
959
|
+
"@aws-sdk/types" "3.515.0"
|
|
960
|
+
"@smithy/types" "^2.9.1"
|
|
961
|
+
"@smithy/util-endpoints" "^1.1.1"
|
|
962
|
+
tslib "^2.5.0"
|
|
963
|
+
|
|
641
964
|
"@aws-sdk/util-locate-window@^3.0.0":
|
|
642
965
|
version "3.465.0"
|
|
643
966
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-locate-window/-/util-locate-window-3.465.0.tgz#0471428fb5eb749d4b72c427f5726f7b61fb90eb"
|
|
@@ -655,6 +978,16 @@
|
|
|
655
978
|
bowser "^2.11.0"
|
|
656
979
|
tslib "^2.5.0"
|
|
657
980
|
|
|
981
|
+
"@aws-sdk/util-user-agent-browser@3.515.0":
|
|
982
|
+
version "3.515.0"
|
|
983
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.515.0.tgz#f3c7027cfbfaf1786ae32176dd5ac8b0753ad0a1"
|
|
984
|
+
integrity sha512-pTWQb0JCafTmLHLDv3Qqs/nAAJghcPdGQIBpsCStb0YEzg3At/dOi2AIQ683yYnXmeOxLXJDzmlsovfVObJScw==
|
|
985
|
+
dependencies:
|
|
986
|
+
"@aws-sdk/types" "3.515.0"
|
|
987
|
+
"@smithy/types" "^2.9.1"
|
|
988
|
+
bowser "^2.11.0"
|
|
989
|
+
tslib "^2.5.0"
|
|
990
|
+
|
|
658
991
|
"@aws-sdk/util-user-agent-node@3.502.0":
|
|
659
992
|
version "3.502.0"
|
|
660
993
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.502.0.tgz#04ac4d0371d4f243f12ddc23b42ca8ceb27dfad9"
|
|
@@ -665,6 +998,16 @@
|
|
|
665
998
|
"@smithy/types" "^2.9.1"
|
|
666
999
|
tslib "^2.5.0"
|
|
667
1000
|
|
|
1001
|
+
"@aws-sdk/util-user-agent-node@3.515.0":
|
|
1002
|
+
version "3.515.0"
|
|
1003
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.515.0.tgz#a76182778964e9e9098f5607b379c0efb12ffaa4"
|
|
1004
|
+
integrity sha512-A/KJ+/HTohHyVXLH+t/bO0Z2mPrQgELbQO8tX+B2nElo8uklj70r5cT7F8ETsI9oOy+HDVpiL5/v45ZgpUOiPg==
|
|
1005
|
+
dependencies:
|
|
1006
|
+
"@aws-sdk/types" "3.515.0"
|
|
1007
|
+
"@smithy/node-config-provider" "^2.2.1"
|
|
1008
|
+
"@smithy/types" "^2.9.1"
|
|
1009
|
+
tslib "^2.5.0"
|
|
1010
|
+
|
|
668
1011
|
"@aws-sdk/util-utf8-browser@^3.0.0":
|
|
669
1012
|
version "3.259.0"
|
|
670
1013
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz#3275a6f5eb334f96ca76635b961d3c50259fd9ff"
|
|
@@ -1292,34 +1635,34 @@
|
|
|
1292
1635
|
semver "^7.5.4"
|
|
1293
1636
|
semver-compare "^1.0.0"
|
|
1294
1637
|
|
|
1295
|
-
"@jayree/sfdx-plugin-manifest@^3.1.
|
|
1296
|
-
version "3.1.
|
|
1297
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.
|
|
1298
|
-
integrity sha512-
|
|
1638
|
+
"@jayree/sfdx-plugin-manifest@^3.1.53":
|
|
1639
|
+
version "3.1.53"
|
|
1640
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.53.tgz#592a9fb240b72667eaa9cfa35b81e6d6cc39c210"
|
|
1641
|
+
integrity sha512-Qwe21xPqOSmaSSACul6zQH7A4OITPmcxcl2p1k6btwCdpsYKzdjgDL3Pkn4Tw8C+4EF4nYLhp0b5CBzMNLFhrg==
|
|
1299
1642
|
dependencies:
|
|
1300
1643
|
"@jayree/changelog" "^1.1.9"
|
|
1301
|
-
"@oclif/core" "^3.19.
|
|
1644
|
+
"@oclif/core" "^3.19.2"
|
|
1302
1645
|
"@salesforce/core" "^6.5.3"
|
|
1303
1646
|
"@salesforce/sf-plugins-core" "^7.1.9"
|
|
1304
|
-
"@salesforce/source-deploy-retrieve" "^10.3.
|
|
1647
|
+
"@salesforce/source-deploy-retrieve" "^10.3.9"
|
|
1305
1648
|
debug "^4.3.4"
|
|
1306
1649
|
fast-deep-equal "^3.1.3"
|
|
1307
1650
|
fast-xml-parser "^4.3.4"
|
|
1308
1651
|
fs-extra "^11.2.0"
|
|
1309
1652
|
graceful-fs "^4.2.11"
|
|
1310
|
-
isomorphic-git "1.25.
|
|
1653
|
+
isomorphic-git "1.25.4"
|
|
1311
1654
|
tslib "^2.6.2"
|
|
1312
1655
|
|
|
1313
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1314
|
-
version "1.2.
|
|
1315
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1316
|
-
integrity sha512-
|
|
1656
|
+
"@jayree/sfdx-plugin-org@^1.2.34":
|
|
1657
|
+
version "1.2.34"
|
|
1658
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.34.tgz#b8f0eca8aa72537fcf00ca81c6207a96d9a24c3b"
|
|
1659
|
+
integrity sha512-Lst7v7s3QvK4mbUw8RR7soGJ2QYyt03vRFqJWH81jdEE3sWjd4EgMHA1yeGKYSvYSu/Q9WJf1TZGYNxYhE5b4w==
|
|
1317
1660
|
dependencies:
|
|
1318
1661
|
"@jayree/changelog" "^1.1.9"
|
|
1319
1662
|
"@listr2/prompt-adapter-enquirer" "^2.0.2"
|
|
1320
|
-
"@oclif/core" "^3.19.
|
|
1663
|
+
"@oclif/core" "^3.19.2"
|
|
1321
1664
|
"@salesforce/sf-plugins-core" "^7.1.9"
|
|
1322
|
-
"@salesforce/source-deploy-retrieve" "^10.3.
|
|
1665
|
+
"@salesforce/source-deploy-retrieve" "^10.3.9"
|
|
1323
1666
|
"@salesforce/ts-types" "^2.0.9"
|
|
1324
1667
|
cli-truncate "^4.0.0"
|
|
1325
1668
|
debug "^4.3.4"
|
|
@@ -1330,7 +1673,7 @@
|
|
|
1330
1673
|
listr2 "^8.0.2"
|
|
1331
1674
|
log-update "^6.0.0"
|
|
1332
1675
|
playwright-chromium "^1.41.2"
|
|
1333
|
-
tabletojson "4.1.
|
|
1676
|
+
tabletojson "4.1.1"
|
|
1334
1677
|
tslib "^2.6.1"
|
|
1335
1678
|
wrap-ansi "^9.0.0"
|
|
1336
1679
|
|
|
@@ -1352,20 +1695,20 @@
|
|
|
1352
1695
|
prettier-plugin-apex "^2.0.1"
|
|
1353
1696
|
tslib "^2.6.1"
|
|
1354
1697
|
|
|
1355
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1356
|
-
version "1.3.
|
|
1357
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1358
|
-
integrity sha512-
|
|
1698
|
+
"@jayree/sfdx-plugin-source@^1.3.42":
|
|
1699
|
+
version "1.3.42"
|
|
1700
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.42.tgz#9a77b531dde1ddf19ca695275d3c73f43131cfff"
|
|
1701
|
+
integrity sha512-v1gXjwZNq/WMs9OfyetTYVcSShfu/qZaf2Dl4ojaKG9PpFfihE3a8JfILB4QbLR99/rcW0eVBYKleuT5nWp/fg==
|
|
1359
1702
|
dependencies:
|
|
1360
1703
|
"@jayree/changelog" "^1.1.9"
|
|
1361
|
-
"@oclif/core" "^3.
|
|
1704
|
+
"@oclif/core" "^3.19.2"
|
|
1362
1705
|
"@salesforce/sf-plugins-core" "^7.1.9"
|
|
1363
1706
|
"@salesforce/source-tracking" "^5.1.11"
|
|
1364
1707
|
debug "^4.3.4"
|
|
1365
1708
|
deep-object-diff "^1.1.9"
|
|
1366
1709
|
fast-xml-parser "^4.3.4"
|
|
1367
1710
|
fs-extra "^11.2.0"
|
|
1368
|
-
globby "^14.0.
|
|
1711
|
+
globby "^14.0.1"
|
|
1369
1712
|
ignore "^5.3.1"
|
|
1370
1713
|
object-path "^0.11.8"
|
|
1371
1714
|
tslib "^2.6.2"
|
|
@@ -1592,10 +1935,10 @@
|
|
|
1592
1935
|
node-gyp "^8.2.0"
|
|
1593
1936
|
read-package-json-fast "^2.0.1"
|
|
1594
1937
|
|
|
1595
|
-
"@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1":
|
|
1596
|
-
version "3.19.
|
|
1597
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.
|
|
1598
|
-
integrity sha512
|
|
1938
|
+
"@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2":
|
|
1939
|
+
version "3.19.2"
|
|
1940
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.2.tgz#1672061e7309f0048f9f9991607b303a9e5082fc"
|
|
1941
|
+
integrity sha512-/kUZZQZO92esToSTn+fnfMQdAj8uDJ/lsMNXBRBCiLQpwnIskHXy8JzYpynxxkzY2wbGREBceQhxCyDV0XpY4g==
|
|
1599
1942
|
dependencies:
|
|
1600
1943
|
"@types/cli-progress" "^3.11.5"
|
|
1601
1944
|
ansi-escapes "^4.3.2"
|
|
@@ -1632,12 +1975,12 @@
|
|
|
1632
1975
|
dependencies:
|
|
1633
1976
|
"@oclif/core" "^3.18.1"
|
|
1634
1977
|
|
|
1635
|
-
"@oclif/plugin-not-found@^3.0.
|
|
1636
|
-
version "3.0.
|
|
1637
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.
|
|
1638
|
-
integrity sha512-
|
|
1978
|
+
"@oclif/plugin-not-found@^3.0.10":
|
|
1979
|
+
version "3.0.10"
|
|
1980
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.10.tgz#c1e60386f4509b43636214f8d6efff7b8e5a75bc"
|
|
1981
|
+
integrity sha512-vjY0nh+QcnAnKYP1SW/c4YhSBS8AkVsv4J61X2Bg2uedLi8Xaj5wCE8zTkqi/gSUtCH3SC3XZ5XGiqGVJegkTw==
|
|
1639
1982
|
dependencies:
|
|
1640
|
-
"@oclif/core" "^3.18.
|
|
1983
|
+
"@oclif/core" "^3.18.2"
|
|
1641
1984
|
chalk "^5.3.0"
|
|
1642
1985
|
fast-levenshtein "^3.0.0"
|
|
1643
1986
|
|
|
@@ -1862,10 +2205,10 @@
|
|
|
1862
2205
|
"@salesforce/ts-types" "^2.0.9"
|
|
1863
2206
|
chalk "^5.3.0"
|
|
1864
2207
|
|
|
1865
|
-
"@salesforce/source-deploy-retrieve@^10.3.1", "@salesforce/source-deploy-retrieve@^10.3.7":
|
|
1866
|
-
version "10.3.
|
|
1867
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.3.
|
|
1868
|
-
integrity sha512-
|
|
2208
|
+
"@salesforce/source-deploy-retrieve@^10.3.1", "@salesforce/source-deploy-retrieve@^10.3.7", "@salesforce/source-deploy-retrieve@^10.3.9":
|
|
2209
|
+
version "10.3.9"
|
|
2210
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.3.9.tgz#7ea08fc0aa3a9fc3e30cdbd3d3e871f08c5ccbc8"
|
|
2211
|
+
integrity sha512-0furorpV1CLbq9I2uZL9UPTVD4z/ClzYn2HT2VATkrb8+knUQuPEXbiy+G7WHI6oB0z4DxfOtoPZTYO6L3WtmQ==
|
|
1869
2212
|
dependencies:
|
|
1870
2213
|
"@salesforce/core" "^6.5.1"
|
|
1871
2214
|
"@salesforce/kit" "^3.0.15"
|
|
@@ -1934,10 +2277,10 @@
|
|
|
1934
2277
|
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
|
|
1935
2278
|
integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
|
|
1936
2279
|
|
|
1937
|
-
"@sindresorhus/merge-streams@^1.0
|
|
1938
|
-
version "
|
|
1939
|
-
resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-
|
|
1940
|
-
integrity sha512-
|
|
2280
|
+
"@sindresorhus/merge-streams@^2.1.0":
|
|
2281
|
+
version "2.2.1"
|
|
2282
|
+
resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-2.2.1.tgz#82b5e1e135ef62ef8b522d6e7f43ad360a69f294"
|
|
2283
|
+
integrity sha512-255V7MMIKw6aQ43Wbqp9HZ+VHn6acddERTLiiLnlcPLU9PdTq9Aijl12oklAgUEblLWye+vHLzmqBx6f2TGcZw==
|
|
1941
2284
|
|
|
1942
2285
|
"@sinonjs/commons@^1", "@sinonjs/commons@^1.3.0", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1":
|
|
1943
2286
|
version "1.8.6"
|
|
@@ -2039,6 +2382,20 @@
|
|
|
2039
2382
|
"@smithy/util-middleware" "^2.1.1"
|
|
2040
2383
|
tslib "^2.5.0"
|
|
2041
2384
|
|
|
2385
|
+
"@smithy/core@^1.3.2":
|
|
2386
|
+
version "1.3.2"
|
|
2387
|
+
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-1.3.2.tgz#e11f3860b69ec0bdbd31e6afaa54963c02dc7f8e"
|
|
2388
|
+
integrity sha512-tYDmTp0f2TZVE18jAOH1PnmkngLQ+dOGUlMd1u67s87ieueNeyqhja6z/Z4MxhybEiXKOWFOmGjfTZWFxljwJw==
|
|
2389
|
+
dependencies:
|
|
2390
|
+
"@smithy/middleware-endpoint" "^2.4.1"
|
|
2391
|
+
"@smithy/middleware-retry" "^2.1.1"
|
|
2392
|
+
"@smithy/middleware-serde" "^2.1.1"
|
|
2393
|
+
"@smithy/protocol-http" "^3.1.1"
|
|
2394
|
+
"@smithy/smithy-client" "^2.3.1"
|
|
2395
|
+
"@smithy/types" "^2.9.1"
|
|
2396
|
+
"@smithy/util-middleware" "^2.1.1"
|
|
2397
|
+
tslib "^2.5.0"
|
|
2398
|
+
|
|
2042
2399
|
"@smithy/credential-provider-imds@^2.2.1":
|
|
2043
2400
|
version "2.2.1"
|
|
2044
2401
|
resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-2.2.1.tgz#4805bf5e104718b959cf8699113fa9de6ddeeafa"
|
|
@@ -2391,6 +2748,19 @@
|
|
|
2391
2748
|
"@smithy/types" "^2.9.1"
|
|
2392
2749
|
tslib "^2.5.0"
|
|
2393
2750
|
|
|
2751
|
+
"@smithy/util-defaults-mode-node@^2.2.0":
|
|
2752
|
+
version "2.2.0"
|
|
2753
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.2.0.tgz#72fd6f945c265f1ef9be647fe829d55df5101390"
|
|
2754
|
+
integrity sha512-iFJp/N4EtkanFpBUtSrrIbtOIBf69KNuve03ic1afhJ9/korDxdM0c6cCH4Ehj/smI9pDCfVv+bqT3xZjF2WaA==
|
|
2755
|
+
dependencies:
|
|
2756
|
+
"@smithy/config-resolver" "^2.1.1"
|
|
2757
|
+
"@smithy/credential-provider-imds" "^2.2.1"
|
|
2758
|
+
"@smithy/node-config-provider" "^2.2.1"
|
|
2759
|
+
"@smithy/property-provider" "^2.1.1"
|
|
2760
|
+
"@smithy/smithy-client" "^2.3.1"
|
|
2761
|
+
"@smithy/types" "^2.9.1"
|
|
2762
|
+
tslib "^2.5.0"
|
|
2763
|
+
|
|
2394
2764
|
"@smithy/util-endpoints@^1.1.1":
|
|
2395
2765
|
version "1.1.1"
|
|
2396
2766
|
resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-1.1.1.tgz#45426dba6fb42282a0ad955600b2b3ba050d118f"
|
|
@@ -2767,7 +3137,7 @@
|
|
|
2767
3137
|
"@typescript-eslint/typescript-estree" "6.10.0"
|
|
2768
3138
|
semver "^7.5.4"
|
|
2769
3139
|
|
|
2770
|
-
"@typescript-eslint/utils@^6.17.0"
|
|
3140
|
+
"@typescript-eslint/utils@^6.17.0":
|
|
2771
3141
|
version "6.18.1"
|
|
2772
3142
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.18.1.tgz#3451cfe2e56babb6ac657e10b6703393d4b82955"
|
|
2773
3143
|
integrity sha512-zZmTuVZvD1wpoceHvoQpOiewmWu3uP9FuTWo8vqpy2ffsmfCE8mklRPi+vmnIYAIk9t/4kOThri2QCDgor+OpQ==
|
|
@@ -4579,15 +4949,6 @@ eslint-plugin-jsdoc@^46.9.0:
|
|
|
4579
4949
|
semver "^7.5.4"
|
|
4580
4950
|
spdx-expression-parse "^3.0.1"
|
|
4581
4951
|
|
|
4582
|
-
eslint-plugin-perfectionist@^2.1.0:
|
|
4583
|
-
version "2.1.0"
|
|
4584
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.1.0.tgz#08809661661d98010cd69de3b6a1e19c8a977cce"
|
|
4585
|
-
integrity sha512-KVA7H6J/qfmZH/WopNKFgYbKoX+ozKAOIeQvo/+jibn6k9e71Et+giIHEHrMICZ043CeGpRKrCRRhlmD7pjeRg==
|
|
4586
|
-
dependencies:
|
|
4587
|
-
"@typescript-eslint/utils" "^6.6.0"
|
|
4588
|
-
minimatch "^9.0.3"
|
|
4589
|
-
natural-compare-lite "^1.4.0"
|
|
4590
|
-
|
|
4591
4952
|
eslint-plugin-prettier@^5.1.3:
|
|
4592
4953
|
version "5.1.3"
|
|
4593
4954
|
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz#17cfade9e732cef32b5f5be53bd4e07afd8e67e1"
|
|
@@ -5341,12 +5702,12 @@ globby@^11.0.1, globby@^11.1.0:
|
|
|
5341
5702
|
merge2 "^1.4.1"
|
|
5342
5703
|
slash "^3.0.0"
|
|
5343
5704
|
|
|
5344
|
-
globby@^14.0.
|
|
5345
|
-
version "14.0.
|
|
5346
|
-
resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.
|
|
5347
|
-
integrity sha512
|
|
5705
|
+
globby@^14.0.1:
|
|
5706
|
+
version "14.0.1"
|
|
5707
|
+
resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.1.tgz#a1b44841aa7f4c6d8af2bc39951109d77301959b"
|
|
5708
|
+
integrity sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==
|
|
5348
5709
|
dependencies:
|
|
5349
|
-
"@sindresorhus/merge-streams" "^1.0
|
|
5710
|
+
"@sindresorhus/merge-streams" "^2.1.0"
|
|
5350
5711
|
fast-glob "^3.3.2"
|
|
5351
5712
|
ignore "^5.2.4"
|
|
5352
5713
|
path-type "^5.0.0"
|
|
@@ -6082,10 +6443,10 @@ isomorphic-git@1.23.0:
|
|
|
6082
6443
|
sha.js "^2.4.9"
|
|
6083
6444
|
simple-get "^4.0.1"
|
|
6084
6445
|
|
|
6085
|
-
isomorphic-git@1.25.
|
|
6086
|
-
version "1.25.
|
|
6087
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.25.
|
|
6088
|
-
integrity sha512-
|
|
6446
|
+
isomorphic-git@1.25.4:
|
|
6447
|
+
version "1.25.4"
|
|
6448
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.25.4.tgz#602e8745d0590466eb9e5760a7650195bc562c08"
|
|
6449
|
+
integrity sha512-14TsnmVy3uWxzFh088bUqv8IEKKMAO06yDzfbhEN2wiOlqnBUZub8kfRpV1NCOoPVA8tmwqCRTyC5bhf1Ld60A==
|
|
6089
6450
|
dependencies:
|
|
6090
6451
|
async-lock "^1.1.0"
|
|
6091
6452
|
clean-git-ref "^2.0.1"
|
|
@@ -7155,11 +7516,6 @@ nanoid@3.3.3:
|
|
|
7155
7516
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
|
|
7156
7517
|
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
|
|
7157
7518
|
|
|
7158
|
-
natural-compare-lite@^1.4.0:
|
|
7159
|
-
version "1.4.0"
|
|
7160
|
-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
|
|
7161
|
-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
|
|
7162
|
-
|
|
7163
7519
|
natural-compare@^1.4.0:
|
|
7164
7520
|
version "1.4.0"
|
|
7165
7521
|
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
|
|
@@ -7508,21 +7864,20 @@ object.values@^1.1.7:
|
|
|
7508
7864
|
define-properties "^1.2.0"
|
|
7509
7865
|
es-abstract "^1.22.1"
|
|
7510
7866
|
|
|
7511
|
-
oclif@^4.4.
|
|
7512
|
-
version "4.4.
|
|
7513
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.4.
|
|
7514
|
-
integrity sha512-
|
|
7867
|
+
oclif@^4.4.12:
|
|
7868
|
+
version "4.4.12"
|
|
7869
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.4.12.tgz#fdb5427544bc9d716f5e8fa83b42109c66e4afa1"
|
|
7870
|
+
integrity sha512-qKzjB4u92T4bpFB+lQloHcWMCrLqFO3oE2ppBqqQkSktg5ceTkUgGOix9X4Dh4XU317J3RhapVJZjR1edIx1Vw==
|
|
7515
7871
|
dependencies:
|
|
7516
|
-
"@aws-sdk/client-cloudfront" "^3.
|
|
7872
|
+
"@aws-sdk/client-cloudfront" "^3.511.0"
|
|
7517
7873
|
"@aws-sdk/client-s3" "^3.504.0"
|
|
7518
|
-
"@oclif/core" "^3.
|
|
7874
|
+
"@oclif/core" "^3.19.1"
|
|
7519
7875
|
"@oclif/plugin-help" "^6.0.12"
|
|
7520
|
-
"@oclif/plugin-not-found" "^3.0.
|
|
7876
|
+
"@oclif/plugin-not-found" "^3.0.10"
|
|
7521
7877
|
"@oclif/plugin-warn-if-update-available" "^3.0.9"
|
|
7522
7878
|
async-retry "^1.3.3"
|
|
7523
7879
|
change-case "^4"
|
|
7524
7880
|
debug "^4.3.3"
|
|
7525
|
-
eslint-plugin-perfectionist "^2.1.0"
|
|
7526
7881
|
find-yarn-workspace-root "^2.0.0"
|
|
7527
7882
|
fs-extra "^8.1"
|
|
7528
7883
|
github-slugger "^1.5.0"
|
|
@@ -9156,10 +9511,10 @@ synckit@^0.8.6:
|
|
|
9156
9511
|
"@pkgr/core" "^0.1.0"
|
|
9157
9512
|
tslib "^2.6.2"
|
|
9158
9513
|
|
|
9159
|
-
tabletojson@4.1.
|
|
9160
|
-
version "4.1.
|
|
9161
|
-
resolved "https://registry.yarnpkg.com/tabletojson/-/tabletojson-4.1.
|
|
9162
|
-
integrity sha512-
|
|
9514
|
+
tabletojson@4.1.1:
|
|
9515
|
+
version "4.1.1"
|
|
9516
|
+
resolved "https://registry.yarnpkg.com/tabletojson/-/tabletojson-4.1.1.tgz#56cb5ad63c3bf654230d556f9a97e1800945f645"
|
|
9517
|
+
integrity sha512-hGH2tY9fLveCl///istEvuRbkGquC1bqdWN3ahgmkqCtvsUJlPQIAsrEidC19HNcMyPjo6rrDnJvL/Fe6YSFdw==
|
|
9163
9518
|
dependencies:
|
|
9164
9519
|
cheerio "^1.0.0-rc.12"
|
|
9165
9520
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
|
|
4
|
-
"version": "4.8.
|
|
4
|
+
"version": "4.8.56",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jayree/sfdx-plugin-manifest": "^3.1.
|
|
10
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
9
|
+
"@jayree/sfdx-plugin-manifest": "^3.1.53",
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.34",
|
|
11
11
|
"@jayree/sfdx-plugin-prettier": "^1.3.44",
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.42"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-help": "^6.0.12",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"eslint-plugin-prettier": "^5.1.3",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.17.3",
|
|
21
21
|
"nock": "^13.5.1",
|
|
22
|
-
"oclif": "^4.4.
|
|
22
|
+
"oclif": "^4.4.12",
|
|
23
23
|
"patch-package": "^8.0.0",
|
|
24
24
|
"pinst": "^3.0.0",
|
|
25
25
|
"prettier": "^3.2.5",
|