sfdx-jayree 4.8.35 → 4.8.36
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 +9 -0
- package/README.md +9 -9
- package/oclif.lock +128 -133
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [4.8.36](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.35...v4.8.36) (2023-10-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.31 to 3.1.33 ([#1055](https://github.com/jayree/sfdx-jayree-plugin/issues/1055)) ([76eedce](https://github.com/jayree/sfdx-jayree-plugin/commit/76eedcedfc8053963dece78b89c6a8b742f5116b))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.14 to 1.2.16 ([#1050](https://github.com/jayree/sfdx-jayree-plugin/issues/1050)) ([ddeaf97](https://github.com/jayree/sfdx-jayree-plugin/commit/ddeaf979727dc3839468cd2fd0c3aa4dc54c3132))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.26 to 1.3.27 ([#1058](https://github.com/jayree/sfdx-jayree-plugin/issues/1058)) ([b3e23c7](https://github.com/jayree/sfdx-jayree-plugin/commit/b3e23c71ff606dd4e5ee37759f3f39cdb8dddc53))
|
|
9
|
+
|
|
1
10
|
## [4.8.35](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.34...v4.8.35) (2023-10-19)
|
|
2
11
|
|
|
3
12
|
|
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ EXAMPLES
|
|
|
59
59
|
...
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
62
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.16/src/commands/jayree/flow/get/coverage.ts)_
|
|
63
63
|
|
|
64
64
|
### `sfdx jayree:manifest:cleanup`
|
|
65
65
|
|
|
@@ -87,7 +87,7 @@ EXAMPLES
|
|
|
87
87
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
90
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.33/src/commands/jayree/manifest/cleanup.ts)_
|
|
91
91
|
|
|
92
92
|
### `sfdx jayree:manifest:generate`
|
|
93
93
|
|
|
@@ -123,7 +123,7 @@ EXAMPLES
|
|
|
123
123
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
126
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.33/src/commands/jayree/manifest/generate.ts)_
|
|
127
127
|
|
|
128
128
|
### `sfdx jayree:manifest:git:diff`
|
|
129
129
|
|
|
@@ -205,7 +205,7 @@ FLAG DESCRIPTIONS
|
|
|
205
205
|
The location can be an absolute path or relative to the current working directory.
|
|
206
206
|
```
|
|
207
207
|
|
|
208
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
208
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.33/src/commands/jayree/manifest/git/diff.ts)_
|
|
209
209
|
|
|
210
210
|
### `sfdx jayree:org:configure`
|
|
211
211
|
|
|
@@ -232,7 +232,7 @@ EXAMPLES
|
|
|
232
232
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
233
233
|
```
|
|
234
234
|
|
|
235
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
235
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.16/src/commands/jayree/org/configure/index.ts)_
|
|
236
236
|
|
|
237
237
|
### `sfdx jayree:org:configure:country`
|
|
238
238
|
|
|
@@ -250,7 +250,7 @@ GLOBAL FLAGS
|
|
|
250
250
|
--json Format output as json.
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
253
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.16/src/commands/jayree/org/configure/country.ts)_
|
|
254
254
|
|
|
255
255
|
### `sfdx jayree:org:configure:state`
|
|
256
256
|
|
|
@@ -273,7 +273,7 @@ GLOBAL FLAGS
|
|
|
273
273
|
--json Format output as json.
|
|
274
274
|
```
|
|
275
275
|
|
|
276
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
276
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.16/src/commands/jayree/org/configure/state.ts)_
|
|
277
277
|
|
|
278
278
|
### `sfdx jayree:org:get:settings`
|
|
279
279
|
|
|
@@ -301,7 +301,7 @@ EXAMPLES
|
|
|
301
301
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
302
302
|
```
|
|
303
303
|
|
|
304
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
304
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.16/src/commands/jayree/org/get/settings.ts)_
|
|
305
305
|
|
|
306
306
|
### `sfdx jayree:org:stream`
|
|
307
307
|
|
|
@@ -331,7 +331,7 @@ EXAMPLES
|
|
|
331
331
|
...
|
|
332
332
|
```
|
|
333
333
|
|
|
334
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
334
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.16/src/commands/jayree/org/stream.ts)_
|
|
335
335
|
|
|
336
336
|
### `sfdx jayree:project:compare:snapshot`
|
|
337
337
|
|
package/oclif.lock
CHANGED
|
@@ -580,15 +580,15 @@
|
|
|
580
580
|
semver "^7.5.4"
|
|
581
581
|
semver-compare "^1.0.0"
|
|
582
582
|
|
|
583
|
-
"@jayree/sfdx-plugin-manifest@^3.1.
|
|
584
|
-
version "3.1.
|
|
585
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.
|
|
586
|
-
integrity sha512-
|
|
583
|
+
"@jayree/sfdx-plugin-manifest@^3.1.33":
|
|
584
|
+
version "3.1.33"
|
|
585
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.33.tgz#09ffb3f642b7e9be9e10ebef6a7e94b1d9910f2b"
|
|
586
|
+
integrity sha512-fdZ/jmV7HSIfzBiydRuyEH5gr8yjRfOqQ1Sw80F0sq5p+IWNzuiMopnOl+XzpPnYEtROFxDlqMAPiz0yTtLI2w==
|
|
587
587
|
dependencies:
|
|
588
588
|
"@jayree/changelog" "^1.1.7"
|
|
589
589
|
"@oclif/core" "^3.0.9"
|
|
590
590
|
"@salesforce/sf-plugins-core" "^4.0.0"
|
|
591
|
-
"@salesforce/source-deploy-retrieve" "^9.7.
|
|
591
|
+
"@salesforce/source-deploy-retrieve" "^9.7.27"
|
|
592
592
|
debug "^4.3.4"
|
|
593
593
|
fast-deep-equal "^3.1.3"
|
|
594
594
|
fast-xml-parser "^4.3.2"
|
|
@@ -597,38 +597,39 @@
|
|
|
597
597
|
isomorphic-git "1.24.5"
|
|
598
598
|
tslib "^2.6.2"
|
|
599
599
|
|
|
600
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
601
|
-
version "1.2.
|
|
602
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
603
|
-
integrity sha512-
|
|
600
|
+
"@jayree/sfdx-plugin-org@^1.2.16":
|
|
601
|
+
version "1.2.16"
|
|
602
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.16.tgz#6703041e43c915f82b1984bfaf646405d62b8ba6"
|
|
603
|
+
integrity sha512-0zcKneMea96NznYZvvGGG9OY43805ooDr9jgSSIKgkTDLeH4b5bSGK8x0VEw65Gnm7R5gp1Dyx5rkkbJwgUzaA==
|
|
604
604
|
dependencies:
|
|
605
605
|
"@jayree/changelog" "^1.1.7"
|
|
606
|
+
"@listr2/prompt-adapter-enquirer" "^1.0.2"
|
|
606
607
|
"@oclif/core" "^3.0.9"
|
|
607
608
|
"@salesforce/sf-plugins-core" "^4.0.0"
|
|
608
|
-
"@salesforce/source-deploy-retrieve" "^9.7.
|
|
609
|
-
"@salesforce/ts-types" "^2.0.
|
|
609
|
+
"@salesforce/source-deploy-retrieve" "^9.7.27"
|
|
610
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
610
611
|
cli-truncate "^3.1.0"
|
|
611
612
|
debug "^4.3.4"
|
|
612
613
|
enquirer "^2.4.1"
|
|
613
614
|
fs-extra "^11.1.1"
|
|
614
615
|
is-docker "^3.0.0"
|
|
615
616
|
is-wsl "^3.1.0"
|
|
616
|
-
listr2 "^
|
|
617
|
+
listr2 "^7.0.2"
|
|
617
618
|
log-update "^5.0.1"
|
|
618
619
|
playwright-chromium "^1.39.0"
|
|
619
620
|
tabletojson "2.0.7"
|
|
620
621
|
tslib "^2.6.1"
|
|
621
622
|
wrap-ansi "^8.1.0"
|
|
622
623
|
|
|
623
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
624
|
-
version "1.3.
|
|
625
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
626
|
-
integrity sha512-
|
|
624
|
+
"@jayree/sfdx-plugin-prettier@^1.3.27":
|
|
625
|
+
version "1.3.27"
|
|
626
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.27.tgz#a8c0c68c0558de39456ea32f8165af8527fe1de1"
|
|
627
|
+
integrity sha512-tCKD1hIxZiKBl5ObT5OT5mONw5gaMAv8BXhg80WGWX/vyxKJR45TFgDvBwijhHyL+uXLmqZFZAQeCJ8LZMieGQ==
|
|
627
628
|
dependencies:
|
|
628
629
|
"@jayree/changelog" "^1.1.7"
|
|
629
630
|
"@prettier/plugin-xml" "^3.2.1"
|
|
630
631
|
"@salesforce/sf-plugins-core" "^4.0.0"
|
|
631
|
-
"@salesforce/source-deploy-retrieve" "^9.7.
|
|
632
|
+
"@salesforce/source-deploy-retrieve" "^9.7.27"
|
|
632
633
|
cli-progress "^3.12.0"
|
|
633
634
|
debug "^4.3.4"
|
|
634
635
|
fs-extra "^11.1.1"
|
|
@@ -705,6 +706,11 @@
|
|
|
705
706
|
"@jridgewell/resolve-uri" "3.1.0"
|
|
706
707
|
"@jridgewell/sourcemap-codec" "1.4.14"
|
|
707
708
|
|
|
709
|
+
"@listr2/prompt-adapter-enquirer@^1.0.2":
|
|
710
|
+
version "1.0.2"
|
|
711
|
+
resolved "https://registry.yarnpkg.com/@listr2/prompt-adapter-enquirer/-/prompt-adapter-enquirer-1.0.2.tgz#16f7b044c211c06c2365e8b0962982e4414e7982"
|
|
712
|
+
integrity sha512-+hFHGKuACQ/0FRMmnwRe8QpdXlYJG8LhkKC0/ftf6LptWAZDBuziWnqilWHCcInnQTtUsYXD2Sra1Oxjb5q0Dg==
|
|
713
|
+
|
|
708
714
|
"@nodelib/fs.scandir@2.1.5":
|
|
709
715
|
version "2.1.5"
|
|
710
716
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
|
@@ -917,10 +923,10 @@
|
|
|
917
923
|
wordwrap "^1.0.0"
|
|
918
924
|
wrap-ansi "^7.0.0"
|
|
919
925
|
|
|
920
|
-
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.0.9":
|
|
921
|
-
version "3.0
|
|
922
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.
|
|
923
|
-
integrity sha512-
|
|
926
|
+
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.0.9", "@oclif/core@^3.2.1", "@oclif/core@^3.3.1":
|
|
927
|
+
version "3.5.0"
|
|
928
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.5.0.tgz#ce12e264f6eab051391489bf4df0340a133fc3fb"
|
|
929
|
+
integrity sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==
|
|
924
930
|
dependencies:
|
|
925
931
|
ansi-escapes "^4.3.2"
|
|
926
932
|
ansi-styles "^4.3.0"
|
|
@@ -929,7 +935,7 @@
|
|
|
929
935
|
clean-stack "^3.0.1"
|
|
930
936
|
cli-progress "^3.12.0"
|
|
931
937
|
debug "^4.3.4"
|
|
932
|
-
ejs "^3.1.
|
|
938
|
+
ejs "^3.1.9"
|
|
933
939
|
get-package-type "^0.1.0"
|
|
934
940
|
globby "^11.1.0"
|
|
935
941
|
hyperlinker "^1.0.0"
|
|
@@ -955,12 +961,12 @@
|
|
|
955
961
|
dependencies:
|
|
956
962
|
"@oclif/core" "^2.15.0"
|
|
957
963
|
|
|
958
|
-
"@oclif/plugin-help@^6.0.
|
|
959
|
-
version "6.0.
|
|
960
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.
|
|
961
|
-
integrity sha512-
|
|
964
|
+
"@oclif/plugin-help@^6.0.3":
|
|
965
|
+
version "6.0.3"
|
|
966
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.3.tgz#6c267215a8e1d6cc07aac2be8e9cc50432a839bb"
|
|
967
|
+
integrity sha512-4oJ/rqf9kIzNyNZ4R5dmOXSC5S8kKxn2NHMW2kRIBHzQBg2R0RCrY7aHPHqFWCArPUk4K+YlRyhsiSgdslkV4A==
|
|
962
968
|
dependencies:
|
|
963
|
-
"@oclif/core" "^3.
|
|
969
|
+
"@oclif/core" "^3.2.1"
|
|
964
970
|
|
|
965
971
|
"@oclif/plugin-not-found@^2.3.32":
|
|
966
972
|
version "2.3.32"
|
|
@@ -971,18 +977,16 @@
|
|
|
971
977
|
"@oclif/core" "^2.9.3"
|
|
972
978
|
fast-levenshtein "^3.0.0"
|
|
973
979
|
|
|
974
|
-
"@oclif/plugin-warn-if-update-available@^
|
|
975
|
-
version "
|
|
976
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-
|
|
977
|
-
integrity sha512-
|
|
980
|
+
"@oclif/plugin-warn-if-update-available@^3.0.0":
|
|
981
|
+
version "3.0.2"
|
|
982
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.2.tgz#76d02069c0d5545b5000660460edb6085272cbcd"
|
|
983
|
+
integrity sha512-dUXfRNFtnezS4uqQ+Ap4qb6UP0DWExTvoqghNvvGTIN4PEgfYHogvBORn+rFnDXXE8kgZFuqP4ZQJRP9NyLhOA==
|
|
978
984
|
dependencies:
|
|
979
|
-
"@oclif/core" "^
|
|
980
|
-
chalk "^
|
|
985
|
+
"@oclif/core" "^3.3.1"
|
|
986
|
+
chalk "^5.3.0"
|
|
981
987
|
debug "^4.1.0"
|
|
982
|
-
fs-extra "^9.0.1"
|
|
983
988
|
http-call "^5.2.2"
|
|
984
|
-
lodash "^4.
|
|
985
|
-
semver "^7.5.4"
|
|
989
|
+
lodash.template "^4.5.0"
|
|
986
990
|
|
|
987
991
|
"@octokit/auth-token@^2.4.4":
|
|
988
992
|
version "2.5.0"
|
|
@@ -1104,7 +1108,7 @@
|
|
|
1104
1108
|
dependencies:
|
|
1105
1109
|
"@xml-tools/parser" "^1.0.11"
|
|
1106
1110
|
|
|
1107
|
-
"@salesforce/core@^5.3.1", "@salesforce/core@^5.3.3", "@salesforce/core@^5.3.
|
|
1111
|
+
"@salesforce/core@^5.3.1", "@salesforce/core@^5.3.3", "@salesforce/core@^5.3.9":
|
|
1108
1112
|
version "5.3.9"
|
|
1109
1113
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.9.tgz#1c8f793ce1a0798c5c7767a5a370a5926d3298de"
|
|
1110
1114
|
integrity sha512-/HX0PiXq3Sjc5eVJ0EaYetcDGsKU9O9Nj8jFGw5qYlITx8zogfxc0j07liH67tQXS1KbTysYoj/MQ2zbHSNkPA==
|
|
@@ -1172,14 +1176,6 @@
|
|
|
1172
1176
|
typescript "^4.9.5"
|
|
1173
1177
|
wireit "^0.9.5"
|
|
1174
1178
|
|
|
1175
|
-
"@salesforce/kit@^3.0.11":
|
|
1176
|
-
version "3.0.11"
|
|
1177
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.11.tgz#d03160b658da9817c05e62479ca18283087a0fc0"
|
|
1178
|
-
integrity sha512-ar44uFJfc/RCDWjz7LlrOtFCFHgNNUpddxe0eJCLqQuR/Xs3IlLZKuovWTx322Rzu+V9IIKrIdpz2IqA95/ClA==
|
|
1179
|
-
dependencies:
|
|
1180
|
-
"@salesforce/ts-types" "^2.0.7"
|
|
1181
|
-
tslib "^2.6.2"
|
|
1182
|
-
|
|
1183
1179
|
"@salesforce/kit@^3.0.13":
|
|
1184
1180
|
version "3.0.13"
|
|
1185
1181
|
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.13.tgz#10b47ad6e0e27c3a9f97eb6a5cdcfffa9ba1f163"
|
|
@@ -1210,13 +1206,13 @@
|
|
|
1210
1206
|
chalk "^4"
|
|
1211
1207
|
inquirer "^8.2.5"
|
|
1212
1208
|
|
|
1213
|
-
"@salesforce/source-deploy-retrieve@^9.7.20", "@salesforce/source-deploy-retrieve@^9.7.
|
|
1214
|
-
version "9.7.
|
|
1215
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.
|
|
1216
|
-
integrity sha512-
|
|
1209
|
+
"@salesforce/source-deploy-retrieve@^9.7.20", "@salesforce/source-deploy-retrieve@^9.7.27":
|
|
1210
|
+
version "9.7.27"
|
|
1211
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.27.tgz#1d88eb237361bab62c3a4c683be178ca3cc77e4c"
|
|
1212
|
+
integrity sha512-ot0TpibH8OZVOJpMo10TuZ6acqpV7T04qNCpEcjrcpGVolCahMzFtpiJ4TjBxL+MPY/efuWWBj3YELjy9hgFxw==
|
|
1217
1213
|
dependencies:
|
|
1218
1214
|
"@salesforce/core" "^5.3.1"
|
|
1219
|
-
"@salesforce/kit" "^3.0.
|
|
1215
|
+
"@salesforce/kit" "^3.0.13"
|
|
1220
1216
|
"@salesforce/ts-types" "^2.0.7"
|
|
1221
1217
|
fast-levenshtein "^3.0.0"
|
|
1222
1218
|
fast-xml-parser "^4.3.2"
|
|
@@ -1243,19 +1239,19 @@
|
|
|
1243
1239
|
isomorphic-git "1.23.0"
|
|
1244
1240
|
ts-retry-promise "^0.7.0"
|
|
1245
1241
|
|
|
1246
|
-
"@salesforce/ts-sinon@^1.4.
|
|
1247
|
-
version "1.4.
|
|
1248
|
-
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.
|
|
1249
|
-
integrity sha512-
|
|
1242
|
+
"@salesforce/ts-sinon@^1.4.18":
|
|
1243
|
+
version "1.4.18"
|
|
1244
|
+
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.18.tgz#a9ff91370bc3f682fbf964afcbc0fcf5f04d2912"
|
|
1245
|
+
integrity sha512-YR+L5JEZRfZmPGYvamPs+urd753PfS/K6foygYdR9F6MM+e0VMbAQ8Zq2lmJKoZy4aDEencspmp+72wtZKJJpg==
|
|
1250
1246
|
dependencies:
|
|
1251
1247
|
"@salesforce/ts-types" "^2.0.8"
|
|
1252
1248
|
sinon "^5.1.1"
|
|
1253
1249
|
tslib "^2.6.1"
|
|
1254
1250
|
|
|
1255
|
-
"@salesforce/ts-types@^2.0.7", "@salesforce/ts-types@^2.0.8":
|
|
1256
|
-
version "2.0.
|
|
1257
|
-
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.
|
|
1258
|
-
integrity sha512-
|
|
1251
|
+
"@salesforce/ts-types@^2.0.7", "@salesforce/ts-types@^2.0.8", "@salesforce/ts-types@^2.0.9":
|
|
1252
|
+
version "2.0.9"
|
|
1253
|
+
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
|
|
1254
|
+
integrity sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==
|
|
1259
1255
|
dependencies:
|
|
1260
1256
|
tslib "^2.6.2"
|
|
1261
1257
|
|
|
@@ -1551,16 +1547,16 @@
|
|
|
1551
1547
|
"@types/expect" "^1.20.4"
|
|
1552
1548
|
"@types/node" "*"
|
|
1553
1549
|
|
|
1554
|
-
"@typescript-eslint/eslint-plugin@^6.
|
|
1555
|
-
version "6.
|
|
1556
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.
|
|
1557
|
-
integrity sha512-
|
|
1550
|
+
"@typescript-eslint/eslint-plugin@^6.8.0":
|
|
1551
|
+
version "6.8.0"
|
|
1552
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.8.0.tgz#06abe4265e7c82f20ade2dcc0e3403c32d4f148b"
|
|
1553
|
+
integrity sha512-GosF4238Tkes2SHPQ1i8f6rMtG6zlKwMEB0abqSJ3Npvos+doIlc/ATG+vX1G9coDF3Ex78zM3heXHLyWEwLUw==
|
|
1558
1554
|
dependencies:
|
|
1559
1555
|
"@eslint-community/regexpp" "^4.5.1"
|
|
1560
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1561
|
-
"@typescript-eslint/type-utils" "6.
|
|
1562
|
-
"@typescript-eslint/utils" "6.
|
|
1563
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1556
|
+
"@typescript-eslint/scope-manager" "6.8.0"
|
|
1557
|
+
"@typescript-eslint/type-utils" "6.8.0"
|
|
1558
|
+
"@typescript-eslint/utils" "6.8.0"
|
|
1559
|
+
"@typescript-eslint/visitor-keys" "6.8.0"
|
|
1564
1560
|
debug "^4.3.4"
|
|
1565
1561
|
graphemer "^1.4.0"
|
|
1566
1562
|
ignore "^5.2.4"
|
|
@@ -1568,15 +1564,15 @@
|
|
|
1568
1564
|
semver "^7.5.4"
|
|
1569
1565
|
ts-api-utils "^1.0.1"
|
|
1570
1566
|
|
|
1571
|
-
"@typescript-eslint/parser@^6.
|
|
1572
|
-
version "6.
|
|
1573
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.
|
|
1574
|
-
integrity sha512-
|
|
1567
|
+
"@typescript-eslint/parser@^6.8.0":
|
|
1568
|
+
version "6.8.0"
|
|
1569
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.8.0.tgz#bb2a969d583db242f1ee64467542f8b05c2e28cb"
|
|
1570
|
+
integrity sha512-5tNs6Bw0j6BdWuP8Fx+VH4G9fEPDxnVI7yH1IAPkQH5RUtvKwRoqdecAPdQXv4rSOADAaz1LFBZvZG7VbXivSg==
|
|
1575
1571
|
dependencies:
|
|
1576
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1577
|
-
"@typescript-eslint/types" "6.
|
|
1578
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1579
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1572
|
+
"@typescript-eslint/scope-manager" "6.8.0"
|
|
1573
|
+
"@typescript-eslint/types" "6.8.0"
|
|
1574
|
+
"@typescript-eslint/typescript-estree" "6.8.0"
|
|
1575
|
+
"@typescript-eslint/visitor-keys" "6.8.0"
|
|
1580
1576
|
debug "^4.3.4"
|
|
1581
1577
|
|
|
1582
1578
|
"@typescript-eslint/scope-manager@5.62.0":
|
|
@@ -1587,21 +1583,21 @@
|
|
|
1587
1583
|
"@typescript-eslint/types" "5.62.0"
|
|
1588
1584
|
"@typescript-eslint/visitor-keys" "5.62.0"
|
|
1589
1585
|
|
|
1590
|
-
"@typescript-eslint/scope-manager@6.
|
|
1591
|
-
version "6.
|
|
1592
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.
|
|
1593
|
-
integrity sha512-
|
|
1586
|
+
"@typescript-eslint/scope-manager@6.8.0":
|
|
1587
|
+
version "6.8.0"
|
|
1588
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.8.0.tgz#5cac7977385cde068ab30686889dd59879811efd"
|
|
1589
|
+
integrity sha512-xe0HNBVwCph7rak+ZHcFD6A+q50SMsFwcmfdjs9Kz4qDh5hWhaPhFjRs/SODEhroBI5Ruyvyz9LfwUJ624O40g==
|
|
1594
1590
|
dependencies:
|
|
1595
|
-
"@typescript-eslint/types" "6.
|
|
1596
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1591
|
+
"@typescript-eslint/types" "6.8.0"
|
|
1592
|
+
"@typescript-eslint/visitor-keys" "6.8.0"
|
|
1597
1593
|
|
|
1598
|
-
"@typescript-eslint/type-utils@6.
|
|
1599
|
-
version "6.
|
|
1600
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.
|
|
1601
|
-
integrity sha512-
|
|
1594
|
+
"@typescript-eslint/type-utils@6.8.0":
|
|
1595
|
+
version "6.8.0"
|
|
1596
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.8.0.tgz#50365e44918ca0fd159844b5d6ea96789731e11f"
|
|
1597
|
+
integrity sha512-RYOJdlkTJIXW7GSldUIHqc/Hkto8E+fZN96dMIFhuTJcQwdRoGN2rEWA8U6oXbLo0qufH7NPElUb+MceHtz54g==
|
|
1602
1598
|
dependencies:
|
|
1603
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1604
|
-
"@typescript-eslint/utils" "6.
|
|
1599
|
+
"@typescript-eslint/typescript-estree" "6.8.0"
|
|
1600
|
+
"@typescript-eslint/utils" "6.8.0"
|
|
1605
1601
|
debug "^4.3.4"
|
|
1606
1602
|
ts-api-utils "^1.0.1"
|
|
1607
1603
|
|
|
@@ -1610,10 +1606,10 @@
|
|
|
1610
1606
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
|
1611
1607
|
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
|
1612
1608
|
|
|
1613
|
-
"@typescript-eslint/types@6.
|
|
1614
|
-
version "6.
|
|
1615
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.
|
|
1616
|
-
integrity sha512-
|
|
1609
|
+
"@typescript-eslint/types@6.8.0":
|
|
1610
|
+
version "6.8.0"
|
|
1611
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.8.0.tgz#1ab5d4fe1d613e3f65f6684026ade6b94f7e3ded"
|
|
1612
|
+
integrity sha512-p5qOxSum7W3k+llc7owEStXlGmSl8FcGvhYt8Vjy7FqEnmkCVlM3P57XQEGj58oqaBWDQXbJDZxwUWMS/EAPNQ==
|
|
1617
1613
|
|
|
1618
1614
|
"@typescript-eslint/typescript-estree@5.62.0":
|
|
1619
1615
|
version "5.62.0"
|
|
@@ -1628,30 +1624,30 @@
|
|
|
1628
1624
|
semver "^7.3.7"
|
|
1629
1625
|
tsutils "^3.21.0"
|
|
1630
1626
|
|
|
1631
|
-
"@typescript-eslint/typescript-estree@6.
|
|
1632
|
-
version "6.
|
|
1633
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.
|
|
1634
|
-
integrity sha512-
|
|
1627
|
+
"@typescript-eslint/typescript-estree@6.8.0":
|
|
1628
|
+
version "6.8.0"
|
|
1629
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.8.0.tgz#9565f15e0cd12f55cf5aa0dfb130a6cb0d436ba1"
|
|
1630
|
+
integrity sha512-ISgV0lQ8XgW+mvv5My/+iTUdRmGspducmQcDw5JxznasXNnZn3SKNrTRuMsEXv+V/O+Lw9AGcQCfVaOPCAk/Zg==
|
|
1635
1631
|
dependencies:
|
|
1636
|
-
"@typescript-eslint/types" "6.
|
|
1637
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1632
|
+
"@typescript-eslint/types" "6.8.0"
|
|
1633
|
+
"@typescript-eslint/visitor-keys" "6.8.0"
|
|
1638
1634
|
debug "^4.3.4"
|
|
1639
1635
|
globby "^11.1.0"
|
|
1640
1636
|
is-glob "^4.0.3"
|
|
1641
1637
|
semver "^7.5.4"
|
|
1642
1638
|
ts-api-utils "^1.0.1"
|
|
1643
1639
|
|
|
1644
|
-
"@typescript-eslint/utils@6.
|
|
1645
|
-
version "6.
|
|
1646
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.
|
|
1647
|
-
integrity sha512-
|
|
1640
|
+
"@typescript-eslint/utils@6.8.0", "@typescript-eslint/utils@^6.6.0":
|
|
1641
|
+
version "6.8.0"
|
|
1642
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.8.0.tgz#d42939c2074c6b59844d0982ce26a51d136c4029"
|
|
1643
|
+
integrity sha512-dKs1itdE2qFG4jr0dlYLQVppqTE+Itt7GmIf/vX6CSvsW+3ov8PbWauVKyyfNngokhIO9sKZeRGCUo1+N7U98Q==
|
|
1648
1644
|
dependencies:
|
|
1649
1645
|
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1650
1646
|
"@types/json-schema" "^7.0.12"
|
|
1651
1647
|
"@types/semver" "^7.5.0"
|
|
1652
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1653
|
-
"@typescript-eslint/types" "6.
|
|
1654
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1648
|
+
"@typescript-eslint/scope-manager" "6.8.0"
|
|
1649
|
+
"@typescript-eslint/types" "6.8.0"
|
|
1650
|
+
"@typescript-eslint/typescript-estree" "6.8.0"
|
|
1655
1651
|
semver "^7.5.4"
|
|
1656
1652
|
|
|
1657
1653
|
"@typescript-eslint/utils@^5.59.11":
|
|
@@ -1676,12 +1672,12 @@
|
|
|
1676
1672
|
"@typescript-eslint/types" "5.62.0"
|
|
1677
1673
|
eslint-visitor-keys "^3.3.0"
|
|
1678
1674
|
|
|
1679
|
-
"@typescript-eslint/visitor-keys@6.
|
|
1680
|
-
version "6.
|
|
1681
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.
|
|
1682
|
-
integrity sha512-
|
|
1675
|
+
"@typescript-eslint/visitor-keys@6.8.0":
|
|
1676
|
+
version "6.8.0"
|
|
1677
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.8.0.tgz#cffebed56ae99c45eba901c378a6447b06be58b8"
|
|
1678
|
+
integrity sha512-oqAnbA7c+pgOhW2OhGvxm0t1BULX5peQI/rLsNDpGM78EebV3C9IGbX5HNZabuZ6UQrYveCLjKo8Iy/lLlBkkg==
|
|
1683
1679
|
dependencies:
|
|
1684
|
-
"@typescript-eslint/types" "6.
|
|
1680
|
+
"@typescript-eslint/types" "6.8.0"
|
|
1685
1681
|
eslint-visitor-keys "^3.4.1"
|
|
1686
1682
|
|
|
1687
1683
|
"@ungap/promise-all-settled@1.1.2":
|
|
@@ -3261,7 +3257,7 @@ ecdsa-sig-formatter@1.0.11:
|
|
|
3261
3257
|
dependencies:
|
|
3262
3258
|
safe-buffer "^5.0.1"
|
|
3263
3259
|
|
|
3264
|
-
ejs@^3.1.8:
|
|
3260
|
+
ejs@^3.1.8, ejs@^3.1.9:
|
|
3265
3261
|
version "3.1.9"
|
|
3266
3262
|
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
|
|
3267
3263
|
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
|
|
@@ -3598,12 +3594,12 @@ eslint-plugin-prettier@^5.0.1:
|
|
|
3598
3594
|
prettier-linter-helpers "^1.0.0"
|
|
3599
3595
|
synckit "^0.8.5"
|
|
3600
3596
|
|
|
3601
|
-
eslint-plugin-sf-plugin@^1.16.
|
|
3602
|
-
version "1.16.
|
|
3603
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.
|
|
3604
|
-
integrity sha512-
|
|
3597
|
+
eslint-plugin-sf-plugin@^1.16.11:
|
|
3598
|
+
version "1.16.11"
|
|
3599
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.11.tgz#cc30f8b3ac42d1ca3b33bec9b9d0d0eba1913e37"
|
|
3600
|
+
integrity sha512-BjqiSahGVuYTVpbk4snbniIDQZeZIZzbnDpiwkfliTQKK/FOqzoDPPOEMHNGT9cVXQBC1xKkCedWYHNpTPAbaQ==
|
|
3605
3601
|
dependencies:
|
|
3606
|
-
"@salesforce/core" "^5.3.
|
|
3602
|
+
"@salesforce/core" "^5.3.9"
|
|
3607
3603
|
"@typescript-eslint/utils" "^5.59.11"
|
|
3608
3604
|
|
|
3609
3605
|
eslint-scope@^5.1.1:
|
|
@@ -4028,7 +4024,7 @@ fs-extra@^8.1, fs-extra@^8.1.0:
|
|
|
4028
4024
|
jsonfile "^4.0.0"
|
|
4029
4025
|
universalify "^0.1.0"
|
|
4030
4026
|
|
|
4031
|
-
fs-extra@^9.0.0
|
|
4027
|
+
fs-extra@^9.0.0:
|
|
4032
4028
|
version "9.1.0"
|
|
4033
4029
|
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
|
|
4034
4030
|
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
|
|
@@ -5410,10 +5406,10 @@ listenercount@~1.0.1:
|
|
|
5410
5406
|
resolved "https://registry.yarnpkg.com/listenercount/-/listenercount-1.0.1.tgz#84c8a72ab59c4725321480c975e6508342e70937"
|
|
5411
5407
|
integrity sha512-3mk/Zag0+IJxeDrxSgaDPy4zZ3w05PRZeJNnlWhzFz5OkX49J4krc+A8X2d2M69vGMBEX0uyl8M+W+8gH+kBqQ==
|
|
5412
5408
|
|
|
5413
|
-
listr2@^
|
|
5414
|
-
version "
|
|
5415
|
-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-
|
|
5416
|
-
integrity sha512
|
|
5409
|
+
listr2@^7.0.2:
|
|
5410
|
+
version "7.0.2"
|
|
5411
|
+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-7.0.2.tgz#3aa3e1549dfaf3c57ab5eeaba754da3b87f33063"
|
|
5412
|
+
integrity sha512-rJysbR9GKIalhTbVL2tYbF2hVyDnrf7pFUZBwjPaMIdadYHmeT+EVi/Bu3qd7ETQPahTotg2WRCatXwRBW554g==
|
|
5417
5413
|
dependencies:
|
|
5418
5414
|
cli-truncate "^3.1.0"
|
|
5419
5415
|
colorette "^2.0.20"
|
|
@@ -6183,14 +6179,13 @@ no-case@^3.0.4:
|
|
|
6183
6179
|
lower-case "^2.0.2"
|
|
6184
6180
|
tslib "^2.0.3"
|
|
6185
6181
|
|
|
6186
|
-
nock@^13.3.
|
|
6187
|
-
version "13.3.
|
|
6188
|
-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.
|
|
6189
|
-
integrity sha512-
|
|
6182
|
+
nock@^13.3.6:
|
|
6183
|
+
version "13.3.6"
|
|
6184
|
+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.6.tgz#b279968ec8d076c2393810a6c9bf2d4d5b3a1071"
|
|
6185
|
+
integrity sha512-lT6YuktKroUFM+27mubf2uqQZVy2Jf+pfGzuh9N6VwdHlFoZqvi4zyxFTVR1w/ChPqGY6yxGehHp6C3wqCASCw==
|
|
6190
6186
|
dependencies:
|
|
6191
6187
|
debug "^4.1.0"
|
|
6192
6188
|
json-stringify-safe "^5.0.1"
|
|
6193
|
-
lodash "^4.17.21"
|
|
6194
6189
|
propagate "^2.0.0"
|
|
6195
6190
|
|
|
6196
6191
|
node-emoji@^2.1.0:
|
|
@@ -6477,15 +6472,15 @@ object.values@^1.1.6:
|
|
|
6477
6472
|
define-properties "^1.1.4"
|
|
6478
6473
|
es-abstract "^1.20.4"
|
|
6479
6474
|
|
|
6480
|
-
oclif@^4.0.
|
|
6481
|
-
version "4.0.
|
|
6482
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.
|
|
6483
|
-
integrity sha512-
|
|
6475
|
+
oclif@^4.0.3:
|
|
6476
|
+
version "4.0.3"
|
|
6477
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.3.tgz#2ff8fab10c29b2cd0bbf8e9c87640a64151b65ff"
|
|
6478
|
+
integrity sha512-Bq7t1bJvAKYwW3DKQIzok3jkXv7yUIMneoSec1qUr9wfSqzRTZQB0UUDovwlT/L+3TBMVoRyw1WeX+YDvfRJNA==
|
|
6484
6479
|
dependencies:
|
|
6485
6480
|
"@oclif/core" "^3.0.4"
|
|
6486
6481
|
"@oclif/plugin-help" "^5.2.14"
|
|
6487
6482
|
"@oclif/plugin-not-found" "^2.3.32"
|
|
6488
|
-
"@oclif/plugin-warn-if-update-available" "^
|
|
6483
|
+
"@oclif/plugin-warn-if-update-available" "^3.0.0"
|
|
6489
6484
|
async-retry "^1.3.3"
|
|
6490
6485
|
aws-sdk "^2.1231.0"
|
|
6491
6486
|
change-case "^4"
|
|
@@ -7693,10 +7688,10 @@ sinon@10.0.0:
|
|
|
7693
7688
|
nise "^4.1.0"
|
|
7694
7689
|
supports-color "^7.1.0"
|
|
7695
7690
|
|
|
7696
|
-
sinon@^16.1.
|
|
7697
|
-
version "16.1.
|
|
7698
|
-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.
|
|
7699
|
-
integrity sha512-
|
|
7691
|
+
sinon@^16.1.3:
|
|
7692
|
+
version "16.1.3"
|
|
7693
|
+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.3.tgz#b760ddafe785356e2847502657b4a0da5501fba8"
|
|
7694
|
+
integrity sha512-mjnWWeyxcAf9nC0bXcPmiDut+oE8HYridTNzBbF98AYVLmWwGRp2ISEpyhYflG1ifILT+eNn3BmKUJPxjXUPlA==
|
|
7700
7695
|
dependencies:
|
|
7701
7696
|
"@sinonjs/commons" "^3.0.0"
|
|
7702
7697
|
"@sinonjs/fake-timers" "^10.3.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
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.36",
|
|
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.
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
9
|
+
"@jayree/sfdx-plugin-manifest": "^3.1.33",
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.16",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.27",
|
|
12
12
|
"@jayree/sfdx-plugin-source": "^1.3.22"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-help": "^6.0.
|
|
15
|
+
"@oclif/plugin-help": "^6.0.3",
|
|
16
16
|
"@salesforce/dev-config": "^4.0.1",
|
|
17
17
|
"@salesforce/dev-scripts": "^5.11.0",
|
|
18
18
|
"@salesforce/prettier-config": "^0.0.3",
|
|
19
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
20
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
21
|
-
"@typescript-eslint/parser": "^6.
|
|
19
|
+
"@salesforce/ts-sinon": "^1.4.18",
|
|
20
|
+
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
|
21
|
+
"@typescript-eslint/parser": "^6.8.0",
|
|
22
22
|
"c8": "^8.0.1",
|
|
23
23
|
"chai": "^4.3.10",
|
|
24
24
|
"eslint": "^8.51.0",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
"eslint-plugin-import": "^2.28.1",
|
|
30
30
|
"eslint-plugin-jsdoc": "^46.8.2",
|
|
31
31
|
"eslint-plugin-prettier": "^5.0.1",
|
|
32
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
|
32
|
+
"eslint-plugin-sf-plugin": "^1.16.11",
|
|
33
33
|
"husky": "^8.0.3",
|
|
34
34
|
"mocha": "^10.2.0",
|
|
35
|
-
"nock": "^13.3.
|
|
35
|
+
"nock": "^13.3.6",
|
|
36
36
|
"nyc": "^15.1.0",
|
|
37
|
-
"oclif": "^4.0.
|
|
37
|
+
"oclif": "^4.0.3",
|
|
38
38
|
"patch-package": "^8.0.0",
|
|
39
39
|
"pinst": "^3.0.0",
|
|
40
40
|
"prettier": "^3.0.3",
|
|
41
41
|
"pretty-quick": "^3.1.3",
|
|
42
42
|
"shx": "^0.3.4",
|
|
43
|
-
"sinon": "^16.1.
|
|
43
|
+
"sinon": "^16.1.3",
|
|
44
44
|
"ts-node": "^10.9.1",
|
|
45
45
|
"typescript": "^5.2.2",
|
|
46
46
|
"wireit": "^0.14.0"
|