@salesforce/plugin-orchestrator 1.0.0 → 1.0.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.
Files changed (81) hide show
  1. package/README.md +5 -5
  2. package/lib/commands/orchestrator/{create/app.js → app/create.js} +14 -5
  3. package/lib/commands/orchestrator/app/create.js.map +1 -0
  4. package/lib/commands/orchestrator/{delete/app.js → app/delete.js} +14 -5
  5. package/lib/commands/orchestrator/app/delete.js.map +1 -0
  6. package/lib/commands/orchestrator/{display/app.js → app/display.js} +14 -5
  7. package/lib/commands/orchestrator/app/display.js.map +1 -0
  8. package/lib/commands/orchestrator/{list/app.js → app/list.js} +14 -5
  9. package/lib/commands/orchestrator/app/list.js.map +1 -0
  10. package/lib/commands/orchestrator/{update/app.js → app/update.js} +14 -5
  11. package/lib/commands/orchestrator/app/update.js.map +1 -0
  12. package/lib/commands/orchestrator/template/create.d.ts +1 -1
  13. package/lib/commands/orchestrator/template/create.js +16 -7
  14. package/lib/commands/orchestrator/template/create.js.map +1 -1
  15. package/lib/commands/orchestrator/template/delete.d.ts +1 -1
  16. package/lib/commands/orchestrator/template/delete.js +16 -7
  17. package/lib/commands/orchestrator/template/delete.js.map +1 -1
  18. package/lib/commands/orchestrator/template/display.d.ts +1 -1
  19. package/lib/commands/orchestrator/template/display.js +16 -7
  20. package/lib/commands/orchestrator/template/display.js.map +1 -1
  21. package/lib/commands/orchestrator/template/list.d.ts +2 -1
  22. package/lib/commands/orchestrator/template/list.js +18 -7
  23. package/lib/commands/orchestrator/template/list.js.map +1 -1
  24. package/lib/commands/orchestrator/template/update.d.ts +1 -1
  25. package/lib/commands/orchestrator/template/update.js +16 -7
  26. package/lib/commands/orchestrator/template/update.js.map +1 -1
  27. package/lib/index.js +13 -4
  28. package/lib/index.js.map +1 -1
  29. package/lib/utils/app/appDisplayUtil.js +14 -5
  30. package/lib/utils/app/appDisplayUtil.js.map +1 -1
  31. package/lib/utils/app/appListUtils.js.map +1 -1
  32. package/lib/utils/app/appTypes.js +13 -4
  33. package/lib/utils/app/appTypes.js.map +1 -1
  34. package/lib/utils/app/appframeworkapp.js.map +1 -1
  35. package/lib/utils/display/displayUtil.js +13 -4
  36. package/lib/utils/display/displayUtil.js.map +1 -1
  37. package/lib/utils/request.js.map +1 -1
  38. package/lib/utils/template/appframeworktemplate.js.map +1 -1
  39. package/lib/utils/template/templateDisplayUtil.js +14 -5
  40. package/lib/utils/template/templateDisplayUtil.js.map +1 -1
  41. package/lib/utils/template/templateHighlighter.js +13 -4
  42. package/lib/utils/template/templateHighlighter.js.map +1 -1
  43. package/lib/utils/template/templateListUtils.js.map +1 -1
  44. package/lib/utils/template/templateTypes.js +13 -4
  45. package/lib/utils/template/templateTypes.js.map +1 -1
  46. package/lib/utils/utils.js +13 -4
  47. package/lib/utils/utils.js.map +1 -1
  48. package/messages/appframework.list.template.md +1 -1
  49. package/messages/appframework.template.list.md +1 -1
  50. package/npm-shrinkwrap.json +194 -203
  51. package/oclif.lock +158 -153
  52. package/oclif.manifest.json +238 -851
  53. package/package.json +11 -26
  54. package/lib/commands/orchestrator/create/app.js.map +0 -1
  55. package/lib/commands/orchestrator/create/template.d.ts +0 -17
  56. package/lib/commands/orchestrator/create/template.js +0 -96
  57. package/lib/commands/orchestrator/create/template.js.map +0 -1
  58. package/lib/commands/orchestrator/decouple/app.d.ts +0 -14
  59. package/lib/commands/orchestrator/decouple/app.js +0 -106
  60. package/lib/commands/orchestrator/decouple/app.js.map +0 -1
  61. package/lib/commands/orchestrator/delete/app.js.map +0 -1
  62. package/lib/commands/orchestrator/delete/template.d.ts +0 -15
  63. package/lib/commands/orchestrator/delete/template.js +0 -108
  64. package/lib/commands/orchestrator/delete/template.js.map +0 -1
  65. package/lib/commands/orchestrator/display/app.js.map +0 -1
  66. package/lib/commands/orchestrator/display/template.d.ts +0 -15
  67. package/lib/commands/orchestrator/display/template.js +0 -105
  68. package/lib/commands/orchestrator/display/template.js.map +0 -1
  69. package/lib/commands/orchestrator/list/app.js.map +0 -1
  70. package/lib/commands/orchestrator/list/template.d.ts +0 -14
  71. package/lib/commands/orchestrator/list/template.js +0 -64
  72. package/lib/commands/orchestrator/list/template.js.map +0 -1
  73. package/lib/commands/orchestrator/update/app.js.map +0 -1
  74. package/lib/commands/orchestrator/update/template.d.ts +0 -17
  75. package/lib/commands/orchestrator/update/template.js +0 -107
  76. package/lib/commands/orchestrator/update/template.js.map +0 -1
  77. /package/lib/commands/orchestrator/{create/app.d.ts → app/create.d.ts} +0 -0
  78. /package/lib/commands/orchestrator/{delete/app.d.ts → app/delete.d.ts} +0 -0
  79. /package/lib/commands/orchestrator/{display/app.d.ts → app/display.d.ts} +0 -0
  80. /package/lib/commands/orchestrator/{list/app.d.ts → app/list.d.ts} +0 -0
  81. /package/lib/commands/orchestrator/{update/app.d.ts → app/update.d.ts} +0 -0
package/oclif.lock CHANGED
@@ -1050,14 +1050,14 @@
1050
1050
  resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz"
1051
1051
  integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
1052
1052
 
1053
- "@inquirer/checkbox@^4.1.5":
1054
- version "4.1.5"
1055
- resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-4.1.5.tgz#891bb32ca98eb6ee2889f71d79722705e2241161"
1056
- integrity sha512-swPczVU+at65xa5uPfNP9u3qx/alNwiaykiI/ExpsmMSQW55trmZcwhYWzw/7fj+n6Q8z1eENvR7vFfq9oPSAQ==
1057
- dependencies:
1058
- "@inquirer/core" "^10.1.10"
1059
- "@inquirer/figures" "^1.0.11"
1060
- "@inquirer/type" "^3.0.6"
1053
+ "@inquirer/checkbox@^4.1.8":
1054
+ version "4.1.8"
1055
+ resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-4.1.8.tgz#eee11c7920e1ae07e57be038033c7905e9fc59d0"
1056
+ integrity sha512-d/QAsnwuHX2OPolxvYcgSj7A9DO9H6gVOy2DvBTx+P2LH2iRTo/RSGV3iwCzW024nP9hw98KIuDmdyhZQj1UQg==
1057
+ dependencies:
1058
+ "@inquirer/core" "^10.1.13"
1059
+ "@inquirer/figures" "^1.0.12"
1060
+ "@inquirer/type" "^3.0.7"
1061
1061
  ansi-escapes "^4.3.2"
1062
1062
  yoctocolors-cjs "^2.1.2"
1063
1063
 
@@ -1069,21 +1069,21 @@
1069
1069
  "@inquirer/core" "^9.1.0"
1070
1070
  "@inquirer/type" "^1.5.3"
1071
1071
 
1072
- "@inquirer/confirm@^5.1.9":
1073
- version "5.1.9"
1074
- resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-5.1.9.tgz#c858b6a3decb458241ec36ca9a9117477338076a"
1075
- integrity sha512-NgQCnHqFTjF7Ys2fsqK2WtnA8X1kHyInyG+nMIuHowVTIgIuS10T4AznI/PvbqSpJqjCUqNBlKGh1v3bwLFL4w==
1072
+ "@inquirer/confirm@^5.1.12":
1073
+ version "5.1.12"
1074
+ resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-5.1.12.tgz#387037889a5a558ceefe52e978228630aa6e7d0e"
1075
+ integrity sha512-dpq+ielV9/bqgXRUbNH//KsY6WEw9DrGPmipkpmgC1Y46cwuBTNx7PXFWTjc3MQ+urcc0QxoVHcMI0FW4Ok0hg==
1076
1076
  dependencies:
1077
- "@inquirer/core" "^10.1.10"
1078
- "@inquirer/type" "^3.0.6"
1077
+ "@inquirer/core" "^10.1.13"
1078
+ "@inquirer/type" "^3.0.7"
1079
1079
 
1080
- "@inquirer/core@^10.1.10":
1081
- version "10.1.10"
1082
- resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-10.1.10.tgz#222a374e3768536a1eb0adf7516c436d5f4a291d"
1083
- integrity sha512-roDaKeY1PYY0aCqhRmXihrHjoSW2A00pV3Ke5fTpMCkzcGF64R8e0lw3dK+eLEHwS4vB5RnW1wuQmvzoRul8Mw==
1080
+ "@inquirer/core@^10.1.13":
1081
+ version "10.1.13"
1082
+ resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-10.1.13.tgz#8f1ecfaba288fd2d705c7ac0690371464cf687b0"
1083
+ integrity sha512-1viSxebkYN2nJULlzCxES6G9/stgHSepZ9LqqfdIGPHj5OHhiBUXVS0a6R0bEC2A+VL4D9w6QB66ebCr6HGllA==
1084
1084
  dependencies:
1085
- "@inquirer/figures" "^1.0.11"
1086
- "@inquirer/type" "^3.0.6"
1085
+ "@inquirer/figures" "^1.0.12"
1086
+ "@inquirer/type" "^3.0.7"
1087
1087
  ansi-escapes "^4.3.2"
1088
1088
  cli-width "^4.1.0"
1089
1089
  mute-stream "^2.0.0"
@@ -1110,25 +1110,30 @@
1110
1110
  wrap-ansi "^6.2.0"
1111
1111
  yoctocolors-cjs "^2.1.2"
1112
1112
 
1113
- "@inquirer/editor@^4.2.10":
1114
- version "4.2.10"
1115
- resolved "https://registry.yarnpkg.com/@inquirer/editor/-/editor-4.2.10.tgz#45e399313ee857857248bd539b8e832aa0fb60b3"
1116
- integrity sha512-5GVWJ+qeI6BzR6TIInLP9SXhWCEcvgFQYmcRG6d6RIlhFjM5TyG18paTGBgRYyEouvCmzeco47x9zX9tQEofkw==
1113
+ "@inquirer/editor@^4.2.13":
1114
+ version "4.2.13"
1115
+ resolved "https://registry.yarnpkg.com/@inquirer/editor/-/editor-4.2.13.tgz#dc491ed01da4bab0de5e760501d76a81177dd7d0"
1116
+ integrity sha512-WbicD9SUQt/K8O5Vyk9iC2ojq5RHoCLK6itpp2fHsWe44VxxcA9z3GTWlvjSTGmMQpZr+lbVmrxdHcumJoLbMA==
1117
1117
  dependencies:
1118
- "@inquirer/core" "^10.1.10"
1119
- "@inquirer/type" "^3.0.6"
1118
+ "@inquirer/core" "^10.1.13"
1119
+ "@inquirer/type" "^3.0.7"
1120
1120
  external-editor "^3.1.0"
1121
1121
 
1122
- "@inquirer/expand@^4.0.12":
1123
- version "4.0.12"
1124
- resolved "https://registry.yarnpkg.com/@inquirer/expand/-/expand-4.0.12.tgz#1e4554f509a435f966e2b91395a503d77df35c17"
1125
- integrity sha512-jV8QoZE1fC0vPe6TnsOfig+qwu7Iza1pkXoUJ3SroRagrt2hxiL+RbM432YAihNR7m7XnU0HWl/WQ35RIGmXHw==
1122
+ "@inquirer/expand@^4.0.15":
1123
+ version "4.0.15"
1124
+ resolved "https://registry.yarnpkg.com/@inquirer/expand/-/expand-4.0.15.tgz#8b49f3503118bb977a13a9040fa84deb9b043ab6"
1125
+ integrity sha512-4Y+pbr/U9Qcvf+N/goHzPEXiHH8680lM3Dr3Y9h9FFw4gHS+zVpbj8LfbKWIb/jayIB4aSO4pWiBTrBYWkvi5A==
1126
1126
  dependencies:
1127
- "@inquirer/core" "^10.1.10"
1128
- "@inquirer/type" "^3.0.6"
1127
+ "@inquirer/core" "^10.1.13"
1128
+ "@inquirer/type" "^3.0.7"
1129
1129
  yoctocolors-cjs "^2.1.2"
1130
1130
 
1131
- "@inquirer/figures@^1.0.11", "@inquirer/figures@^1.0.5":
1131
+ "@inquirer/figures@^1.0.12":
1132
+ version "1.0.12"
1133
+ resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.12.tgz#667d6254cc7ba3b0c010a323d78024a1d30c6053"
1134
+ integrity sha512-MJttijd8rMFcKJC8NYmprWr6hD3r9Gd9qUC0XwPNwoEPWSMVJwA2MlXxF+nhZZNMY+HXsWa+o7KY2emWYIn0jQ==
1135
+
1136
+ "@inquirer/figures@^1.0.5":
1132
1137
  version "1.0.11"
1133
1138
  resolved "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.11.tgz"
1134
1139
  integrity sha512-eOg92lvrn/aRUqbxRyvpEWnrvRuTYRifixHkYVpJiygTgVSBIHDqLh0SrMQXkafvULg3ck11V7xvR+zcgvpHFw==
@@ -1141,21 +1146,21 @@
1141
1146
  "@inquirer/core" "^9.0.8"
1142
1147
  "@inquirer/type" "^1.5.1"
1143
1148
 
1144
- "@inquirer/input@^4.1.9":
1145
- version "4.1.9"
1146
- resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-4.1.9.tgz#e93888d48c89bdb7f8e10bdd94572b636375749a"
1147
- integrity sha512-mshNG24Ij5KqsQtOZMgj5TwEjIf+F2HOESk6bjMwGWgcH5UBe8UoljwzNFHqdMbGYbgAf6v2wU/X9CAdKJzgOA==
1149
+ "@inquirer/input@^4.1.12":
1150
+ version "4.1.12"
1151
+ resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-4.1.12.tgz#8880b8520f0aad60ef39ea8e0769ce1eb97da713"
1152
+ integrity sha512-xJ6PFZpDjC+tC1P8ImGprgcsrzQRsUh9aH3IZixm1lAZFK49UGHxM3ltFfuInN2kPYNfyoPRh+tU4ftsjPLKqQ==
1148
1153
  dependencies:
1149
- "@inquirer/core" "^10.1.10"
1150
- "@inquirer/type" "^3.0.6"
1154
+ "@inquirer/core" "^10.1.13"
1155
+ "@inquirer/type" "^3.0.7"
1151
1156
 
1152
- "@inquirer/number@^3.0.12":
1153
- version "3.0.12"
1154
- resolved "https://registry.yarnpkg.com/@inquirer/number/-/number-3.0.12.tgz#e027d27425ee2a81a7ccb9fdc750129edd291067"
1155
- integrity sha512-7HRFHxbPCA4e4jMxTQglHJwP+v/kpFsCf2szzfBHy98Wlc3L08HL76UDiA87TOdX5fwj2HMOLWqRWv9Pnn+Z5Q==
1157
+ "@inquirer/number@^3.0.15":
1158
+ version "3.0.15"
1159
+ resolved "https://registry.yarnpkg.com/@inquirer/number/-/number-3.0.15.tgz#13ac1300ab12d7f1dd1b32c693ac284cfcb04d95"
1160
+ integrity sha512-xWg+iYfqdhRiM55MvqiTCleHzszpoigUpN5+t1OMcRkJrUrw7va3AzXaxvS+Ak7Gny0j2mFSTv2JJj8sMtbV2g==
1156
1161
  dependencies:
1157
- "@inquirer/core" "^10.1.10"
1158
- "@inquirer/type" "^3.0.6"
1162
+ "@inquirer/core" "^10.1.13"
1163
+ "@inquirer/type" "^3.0.7"
1159
1164
 
1160
1165
  "@inquirer/password@^2.2.0":
1161
1166
  version "2.2.0"
@@ -1166,48 +1171,48 @@
1166
1171
  "@inquirer/type" "^1.5.3"
1167
1172
  ansi-escapes "^4.3.2"
1168
1173
 
1169
- "@inquirer/password@^4.0.12":
1170
- version "4.0.12"
1171
- resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-4.0.12.tgz#f1a663bc5cf88699643cf6c83626a1ae77e580b5"
1172
- integrity sha512-FlOB0zvuELPEbnBYiPaOdJIaDzb2PmJ7ghi/SVwIHDDSQ2K4opGBkF+5kXOg6ucrtSUQdLhVVY5tycH0j0l+0g==
1174
+ "@inquirer/password@^4.0.15":
1175
+ version "4.0.15"
1176
+ resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-4.0.15.tgz#1d48a5a163972dc3b08abe5819bc3c32243cb6e3"
1177
+ integrity sha512-75CT2p43DGEnfGTaqFpbDC2p2EEMrq0S+IRrf9iJvYreMy5mAWj087+mdKyLHapUEPLjN10mNvABpGbk8Wdraw==
1173
1178
  dependencies:
1174
- "@inquirer/core" "^10.1.10"
1175
- "@inquirer/type" "^3.0.6"
1179
+ "@inquirer/core" "^10.1.13"
1180
+ "@inquirer/type" "^3.0.7"
1176
1181
  ansi-escapes "^4.3.2"
1177
1182
 
1178
- "@inquirer/prompts@^7.5.0":
1179
- version "7.5.0"
1180
- resolved "https://registry.yarnpkg.com/@inquirer/prompts/-/prompts-7.5.0.tgz#e4cdfd1ce0cb63592968b5de92d3a35f9b7c1b6e"
1181
- integrity sha512-tk8Bx7l5AX/CR0sVfGj3Xg6v7cYlFBkEahH+EgBB+cZib6Fc83dwerTbzj7f2+qKckjIUGsviWRI1d7lx6nqQA==
1182
- dependencies:
1183
- "@inquirer/checkbox" "^4.1.5"
1184
- "@inquirer/confirm" "^5.1.9"
1185
- "@inquirer/editor" "^4.2.10"
1186
- "@inquirer/expand" "^4.0.12"
1187
- "@inquirer/input" "^4.1.9"
1188
- "@inquirer/number" "^3.0.12"
1189
- "@inquirer/password" "^4.0.12"
1190
- "@inquirer/rawlist" "^4.1.0"
1191
- "@inquirer/search" "^3.0.12"
1192
- "@inquirer/select" "^4.2.0"
1193
-
1194
- "@inquirer/rawlist@^4.1.0":
1195
- version "4.1.0"
1196
- resolved "https://registry.yarnpkg.com/@inquirer/rawlist/-/rawlist-4.1.0.tgz#bb08a0a50663fda7359777e042e8821b0ac5b18f"
1197
- integrity sha512-6ob45Oh9pXmfprKqUiEeMz/tjtVTFQTgDDz1xAMKMrIvyrYjAmRbQZjMJfsictlL4phgjLhdLu27IkHNnNjB7g==
1183
+ "@inquirer/prompts@^7.5.3":
1184
+ version "7.5.3"
1185
+ resolved "https://registry.yarnpkg.com/@inquirer/prompts/-/prompts-7.5.3.tgz#2b4c705a79658cf534fc5a5dba780a153f3cd83d"
1186
+ integrity sha512-8YL0WiV7J86hVAxrh3fE5mDCzcTDe1670unmJRz6ArDgN+DBK1a0+rbnNWp4DUB5rPMwqD5ZP6YHl9KK1mbZRg==
1187
+ dependencies:
1188
+ "@inquirer/checkbox" "^4.1.8"
1189
+ "@inquirer/confirm" "^5.1.12"
1190
+ "@inquirer/editor" "^4.2.13"
1191
+ "@inquirer/expand" "^4.0.15"
1192
+ "@inquirer/input" "^4.1.12"
1193
+ "@inquirer/number" "^3.0.15"
1194
+ "@inquirer/password" "^4.0.15"
1195
+ "@inquirer/rawlist" "^4.1.3"
1196
+ "@inquirer/search" "^3.0.15"
1197
+ "@inquirer/select" "^4.2.3"
1198
+
1199
+ "@inquirer/rawlist@^4.1.3":
1200
+ version "4.1.3"
1201
+ resolved "https://registry.yarnpkg.com/@inquirer/rawlist/-/rawlist-4.1.3.tgz#c97278a2bcd0c31ce846e7e448fb7a6a25bcd3b2"
1202
+ integrity sha512-7XrV//6kwYumNDSsvJIPeAqa8+p7GJh7H5kRuxirct2cgOcSWwwNGoXDRgpNFbY/MG2vQ4ccIWCi8+IXXyFMZA==
1198
1203
  dependencies:
1199
- "@inquirer/core" "^10.1.10"
1200
- "@inquirer/type" "^3.0.6"
1204
+ "@inquirer/core" "^10.1.13"
1205
+ "@inquirer/type" "^3.0.7"
1201
1206
  yoctocolors-cjs "^2.1.2"
1202
1207
 
1203
- "@inquirer/search@^3.0.12":
1204
- version "3.0.12"
1205
- resolved "https://registry.yarnpkg.com/@inquirer/search/-/search-3.0.12.tgz#e86f91ea598ccb39caf9a17762b839a9b950e16d"
1206
- integrity sha512-H/kDJA3kNlnNIjB8YsaXoQI0Qccgf0Na14K1h8ExWhNmUg2E941dyFPrZeugihEa9AZNW5NdsD/NcvUME83OPQ==
1208
+ "@inquirer/search@^3.0.15":
1209
+ version "3.0.15"
1210
+ resolved "https://registry.yarnpkg.com/@inquirer/search/-/search-3.0.15.tgz#419ddff4254cf22018cdfbfc840fa3ef8a0721cb"
1211
+ integrity sha512-YBMwPxYBrADqyvP4nNItpwkBnGGglAvCLVW8u4pRmmvOsHUtCAUIMbUrLX5B3tFL1/WsLGdQ2HNzkqswMs5Uaw==
1207
1212
  dependencies:
1208
- "@inquirer/core" "^10.1.10"
1209
- "@inquirer/figures" "^1.0.11"
1210
- "@inquirer/type" "^3.0.6"
1213
+ "@inquirer/core" "^10.1.13"
1214
+ "@inquirer/figures" "^1.0.12"
1215
+ "@inquirer/type" "^3.0.7"
1211
1216
  yoctocolors-cjs "^2.1.2"
1212
1217
 
1213
1218
  "@inquirer/select@^2.5.0":
@@ -1221,14 +1226,14 @@
1221
1226
  ansi-escapes "^4.3.2"
1222
1227
  yoctocolors-cjs "^2.1.2"
1223
1228
 
1224
- "@inquirer/select@^4.2.0":
1225
- version "4.2.0"
1226
- resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-4.2.0.tgz#42c66977c8992bd025f5d2f4124bee390cb16a98"
1227
- integrity sha512-KkXQ4aSySWimpV4V/TUJWdB3tdfENZUU765GjOIZ0uPwdbGIG6jrxD4dDf1w68uP+DVtfNhr1A92B+0mbTZ8FA==
1229
+ "@inquirer/select@^4.2.3":
1230
+ version "4.2.3"
1231
+ resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-4.2.3.tgz#3e31b56aff7bce9b46a0e2c8428118a25fe51c32"
1232
+ integrity sha512-OAGhXU0Cvh0PhLz9xTF/kx6g6x+sP+PcyTiLvCrewI99P3BBeexD+VbuwkNDvqGkk3y2h5ZiWLeRP7BFlhkUDg==
1228
1233
  dependencies:
1229
- "@inquirer/core" "^10.1.10"
1230
- "@inquirer/figures" "^1.0.11"
1231
- "@inquirer/type" "^3.0.6"
1234
+ "@inquirer/core" "^10.1.13"
1235
+ "@inquirer/figures" "^1.0.12"
1236
+ "@inquirer/type" "^3.0.7"
1232
1237
  ansi-escapes "^4.3.2"
1233
1238
  yoctocolors-cjs "^2.1.2"
1234
1239
 
@@ -1239,10 +1244,10 @@
1239
1244
  dependencies:
1240
1245
  mute-stream "^1.0.0"
1241
1246
 
1242
- "@inquirer/type@^3.0.6":
1243
- version "3.0.6"
1244
- resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.6.tgz#2500e435fc2014c5250eec3279f42b70b64089bd"
1245
- integrity sha512-/mKVCtVpyBu3IDarv0G+59KC4stsD5mDsGpYh+GKs1NZT88Jh52+cuoA1AtLk2Q0r/quNl+1cSUyLRHBFeD0XA==
1247
+ "@inquirer/type@^3.0.7":
1248
+ version "3.0.7"
1249
+ resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.7.tgz#b46bcf377b3172dbc768fdbd053e6492ad801a09"
1250
+ integrity sha512-PfunHQcjwnju84L+ycmcMKB/pTPIngjUJvfnRhKY6FKPuYXlM4aQCb/nIdTFR6BEhMjFvngzvng/vBAJMZpLSA==
1246
1251
 
1247
1252
  "@isaacs/cliui@^8.0.2":
1248
1253
  version "8.0.2"
@@ -1349,10 +1354,10 @@
1349
1354
  "@nodelib/fs.scandir" "2.1.5"
1350
1355
  fastq "^1.6.0"
1351
1356
 
1352
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.3.0":
1353
- version "4.3.0"
1354
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.0.tgz#9a2951f05f81a4c7ae5ffcc00b2d720cca0898e6"
1355
- integrity sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==
1357
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0":
1358
+ version "4.4.0"
1359
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.4.0.tgz#82fb972822270c8e585587bd1c8a01ffbac588e2"
1360
+ integrity sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ==
1356
1361
  dependencies:
1357
1362
  ansi-escapes "^4.3.2"
1358
1363
  ansis "^3.17.0"
@@ -1361,7 +1366,6 @@
1361
1366
  debug "^4.4.0"
1362
1367
  ejs "^3.1.10"
1363
1368
  get-package-type "^0.1.0"
1364
- globby "^11.1.0"
1365
1369
  indent-string "^4.0.0"
1366
1370
  is-wsl "^2.2.0"
1367
1371
  lilconfig "^3.1.3"
@@ -1369,14 +1373,15 @@
1369
1373
  semver "^7.6.3"
1370
1374
  string-width "^4.2.3"
1371
1375
  supports-color "^8"
1376
+ tinyglobby "^0.2.14"
1372
1377
  widest-line "^3.1.0"
1373
1378
  wordwrap "^1.0.0"
1374
1379
  wrap-ansi "^7.0.0"
1375
1380
 
1376
- "@oclif/plugin-command-snapshot@^5.2.40":
1377
- version "5.2.40"
1378
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz#911130e805ee0117dc3c7aa7de3ff7b5832debc8"
1379
- integrity sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==
1381
+ "@oclif/plugin-command-snapshot@^5.3.2":
1382
+ version "5.3.2"
1383
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.2.tgz#57d550b6e3f1f69ea6e4c6ec569333f9ee133711"
1384
+ integrity sha512-PdzFQ1BRbv1YqOo5+5P/FzpS3xQQs6xVUZFM+kbdhyhFf9baVGrzkyDqa+nWp9SIvBD0cMb4QrLuKMIfNG9JyA==
1380
1385
  dependencies:
1381
1386
  "@oclif/core" "^4"
1382
1387
  ansis "^3.17.0"
@@ -1388,31 +1393,31 @@
1388
1393
  semver "^7.7.2"
1389
1394
  ts-json-schema-generator "^1.5.1"
1390
1395
 
1391
- "@oclif/plugin-help@^6.2.27":
1392
- version "6.2.27"
1393
- resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.27.tgz"
1394
- integrity sha512-RWSWtCFVObRmCwgxVOye3lsYbPHTnB7G4He5LEAg2tf600Sil5yXEOL/ULx1TqL/XOQxKqRvmLn/rLQOMT85YA==
1396
+ "@oclif/plugin-help@^6.2.29":
1397
+ version "6.2.29"
1398
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.29.tgz#6c349de65f5a7fee5f94032137fc872ac829d259"
1399
+ integrity sha512-90DMOngEHiQw1I7oylVE1Hco991OkeDFJMx3CNJ2M3g5F1dhXgscjbaIlYHdiuNyVs0mTkKevdiMs911suD4yA==
1395
1400
  dependencies:
1396
1401
  "@oclif/core" "^4"
1397
1402
 
1398
- "@oclif/plugin-not-found@^3.2.48":
1399
- version "3.2.50"
1400
- resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.50.tgz#c27c7cbbafa94e35aefb1e3033774ccf6903abf3"
1401
- integrity sha512-ZjGns73P00bYWkan6BWtTyjWWWHPq0d+ehMlgPJU25DDpK6FIv0OvHloYjfK/Zmo973puKxru7UQLdjCcNUdTA==
1403
+ "@oclif/plugin-not-found@^3.2.57":
1404
+ version "3.2.57"
1405
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.57.tgz#315f032e908eb4094446866629c1bbba70be67ba"
1406
+ integrity sha512-HtDnLIcR7ojRgdeH4G6MMUIu1Dgub/iiFEA4srZcQVKUIPA/6nF117W7rBXZMlHcbch90OCoGkSP3ty55nGKDw==
1402
1407
  dependencies:
1403
- "@inquirer/prompts" "^7.5.0"
1408
+ "@inquirer/prompts" "^7.5.3"
1404
1409
  "@oclif/core" "^4"
1405
1410
  ansis "^3.17.0"
1406
1411
  fast-levenshtein "^3.0.0"
1407
1412
 
1408
- "@oclif/plugin-warn-if-update-available@^3.1.38":
1409
- version "3.1.38"
1410
- resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.38.tgz#331f9ed8d6e9e36919c0814b24c8c9adbfe2acc4"
1411
- integrity sha512-lwYtVXdQaBJV94DglPu140Bc6NmmysHhX5PZtdxeNcUG2BgSX/Sre7oCzMEgmuhe4Lu2jDviMxTX81a8wv6v1w==
1413
+ "@oclif/plugin-warn-if-update-available@^3.1.41":
1414
+ version "3.1.42"
1415
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.42.tgz#c03e4a9c1b4bca301524d26bf3d94bf5515a08e8"
1416
+ integrity sha512-bcBfON81gYCx6x50HjrcL7gRiz7bEuLdQNifMsMcBtBq3IpOifyS8/l5R3REEy9kHJ1qdcSYehtopMvS4ov9lA==
1412
1417
  dependencies:
1413
1418
  "@oclif/core" "^4"
1414
1419
  ansis "^3.17.0"
1415
- debug "^4.4.0"
1420
+ debug "^4.4.1"
1416
1421
  http-call "^5.2.2"
1417
1422
  lodash "^4.17.21"
1418
1423
  registry-auth-token "^5.1.0"
@@ -1474,10 +1479,10 @@
1474
1479
  strip-ansi "6.0.1"
1475
1480
  ts-retry-promise "^0.8.1"
1476
1481
 
1477
- "@salesforce/core@^8.10.0", "@salesforce/core@^8.11.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1478
- version "8.11.3"
1479
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.3.tgz#754f4e76d39605dd6585ff1c5e270d9ad85bd857"
1480
- integrity sha512-dnW995EG7hblcFRN+1UQOGFytQp9zq0V+X3JmiCjKfW30Yz3SOhFGfSgyu9PFPHzckkD4h2cPzG1EKg0KKlb0g==
1482
+ "@salesforce/core@^8.14.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1483
+ version "8.15.0"
1484
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.15.0.tgz#95d337a7a219c2d305117c9f5594617784a8642f"
1485
+ integrity sha512-vTobdBQ7JRlApUDezUAVlC7O7VUk1e+9AM8+TZIVnj2Glub7E5vtwTJRDT48MJ/wWjdhH+9MFfUi2GPHymHmrQ==
1481
1486
  dependencies:
1482
1487
  "@jsforce/jsforce-node" "^3.8.2"
1483
1488
  "@salesforce/kit" "^3.2.2"
@@ -1542,13 +1547,13 @@
1542
1547
  dependencies:
1543
1548
  "@salesforce/ts-types" "^2.0.12"
1544
1549
 
1545
- "@salesforce/plugin-command-reference@^3.1.54":
1546
- version "3.1.54"
1547
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.54.tgz#62b48fa16fcefa27efa2ce0b7ba4c4be60249830"
1548
- integrity sha512-6iZPSbzJ7ISlx40+iKtN9gfwQJfB1c7G1bFIxheGQX0zSQ8NZuNHLWVSuj7VbCH7rWDF+NKG0/hX+LtVL/0Mlw==
1550
+ "@salesforce/plugin-command-reference@^3.1.58":
1551
+ version "3.1.58"
1552
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.58.tgz#4cef5ee3db0e9e6d6f722c18d627053ff42c73c3"
1553
+ integrity sha512-dr8f7TEhUZ88/euXfiQXlpj488G89XEEl4IrpU+H4qk5lrIGhy9OWuSxLBCc/UHTwxirFq7+H6vRVzNTLYqgXQ==
1549
1554
  dependencies:
1550
1555
  "@oclif/core" "^4"
1551
- "@salesforce/core" "^8.11.0"
1556
+ "@salesforce/core" "^8.14.0"
1552
1557
  "@salesforce/kit" "^3.2.3"
1553
1558
  "@salesforce/sf-plugins-core" "^11.3.12"
1554
1559
  "@salesforce/ts-types" "^2.0.11"
@@ -1585,15 +1590,15 @@
1585
1590
  terminal-link "^3.0.0"
1586
1591
 
1587
1592
  "@salesforce/sf-plugins-core@^12":
1588
- version "12.2.2"
1589
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz#41e704e47ba997dcb6922ab9563aa19407079c85"
1590
- integrity sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==
1593
+ version "12.2.3"
1594
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.3.tgz#f4ec67b15b9a86d6d18437061cf73e09fe0f68ea"
1595
+ integrity sha512-mkBt57rD/987g4eT/XfJN469aEzLjskbgif+beLWocIkNXn70jMvX/RYRTAAkGRhixHHgYj+nY7kHI41rqKZ8w==
1591
1596
  dependencies:
1592
1597
  "@inquirer/confirm" "^3.1.22"
1593
1598
  "@inquirer/password" "^2.2.0"
1594
1599
  "@oclif/core" "^4.3.0"
1595
1600
  "@oclif/table" "^0.4.6"
1596
- "@salesforce/core" "^8.10.0"
1601
+ "@salesforce/core" "^8.15.0"
1597
1602
  "@salesforce/kit" "^3.2.3"
1598
1603
  "@salesforce/ts-types" "^2.0.12"
1599
1604
  ansis "^3.3.2"
@@ -2589,7 +2594,7 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
2589
2594
  resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz"
2590
2595
  integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
2591
2596
 
2592
- ansis@^3.17.0, ansis@^3.3.2:
2597
+ ansis@^3.16.0, ansis@^3.17.0, ansis@^3.3.2:
2593
2598
  version "3.17.0"
2594
2599
  resolved "https://registry.npmjs.org/ansis/-/ansis-3.17.0.tgz"
2595
2600
  integrity sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==
@@ -2958,7 +2963,7 @@ chalk@^2.4.2:
2958
2963
  escape-string-regexp "^1.0.5"
2959
2964
  supports-color "^5.3.0"
2960
2965
 
2961
- chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
2966
+ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
2962
2967
  version "4.1.2"
2963
2968
  resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
2964
2969
  integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -3693,7 +3698,7 @@ eslint-module-utils@^2.8.0:
3693
3698
 
3694
3699
  eslint-plugin-header@^3.1.1:
3695
3700
  version "3.1.1"
3696
- resolved "https://registry.npmjs.org/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz"
3701
+ resolved "https://registry.yarnpkg.com/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz#6ce512432d57675265fac47292b50d1eff11acd6"
3697
3702
  integrity sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg==
3698
3703
 
3699
3704
  eslint-plugin-import@^2.29.1:
@@ -3734,12 +3739,12 @@ eslint-plugin-jsdoc@^46.10.1:
3734
3739
  semver "^7.5.4"
3735
3740
  spdx-expression-parse "^4.0.0"
3736
3741
 
3737
- eslint-plugin-sf-plugin@^1.20.24:
3738
- version "1.20.24"
3739
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz#a16ce6d252ff3f3504005485050aa023bfef89a4"
3740
- integrity sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==
3742
+ eslint-plugin-sf-plugin@^1.20.26:
3743
+ version "1.20.26"
3744
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.26.tgz#3ffada40ee1aeab70384c16ed717769946b1473e"
3745
+ integrity sha512-kK1Kj+PpkVaGHWR+/FGdSW4lT7nbD+g2mSLkYFFQ4X9L9VnDSGI2mbNfByCeJ0RELC2GxM0jhw/T1pgSKc7aQw==
3741
3746
  dependencies:
3742
- "@salesforce/core" "^8.11.1"
3747
+ "@salesforce/core" "^8.14.0"
3743
3748
  "@typescript-eslint/utils" "^7.18.0"
3744
3749
 
3745
3750
  eslint-plugin-unicorn@^50.0.1:
@@ -4004,10 +4009,10 @@ faye@^1.4.0:
4004
4009
  tough-cookie "*"
4005
4010
  tunnel-agent "*"
4006
4011
 
4007
- fdir@^6.4.2:
4008
- version "6.4.2"
4009
- resolved "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz"
4010
- integrity sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==
4012
+ fdir@^6.4.4:
4013
+ version "6.4.5"
4014
+ resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.5.tgz#328e280f3a23699362f95f2e82acf978a0c0cb49"
4015
+ integrity sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==
4011
4016
 
4012
4017
  file-entry-cache@^6.0.1:
4013
4018
  version "6.0.1"
@@ -5860,22 +5865,22 @@ object.values@^1.1.7:
5860
5865
  define-properties "^1.2.0"
5861
5866
  es-abstract "^1.22.1"
5862
5867
 
5863
- oclif@^4.17.46:
5864
- version "4.17.46"
5865
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.46.tgz#c7bd4315ae4903ad5f9893f6d6e7b3b78c4209fb"
5866
- integrity sha512-huMvamv0zzIXrCbW5sgy40P1L6fJjPe4IfZKSmkmuPNGSpTy+fcNZ0gYwIuMlxiT3RarLYxYie+RVTyJLE3zXw==
5868
+ oclif@^4.20.1:
5869
+ version "4.20.1"
5870
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.20.1.tgz#26caab0b2cd7c6548f3ff94abc1287b17fa04bf8"
5871
+ integrity sha512-XsC6MaYTEtIjkq43sXIrGiq+wtuzxCYWv43gIaFAg8KszOutojqlACwrz1dgCgUAwanwv+BNBNJLnvwQ84dpjg==
5867
5872
  dependencies:
5868
5873
  "@aws-sdk/client-cloudfront" "^3.787.0"
5869
5874
  "@aws-sdk/client-s3" "^3.787.0"
5870
5875
  "@inquirer/confirm" "^3.1.22"
5871
5876
  "@inquirer/input" "^2.2.4"
5872
5877
  "@inquirer/select" "^2.5.0"
5873
- "@oclif/core" "^4.2.10"
5874
- "@oclif/plugin-help" "^6.2.27"
5875
- "@oclif/plugin-not-found" "^3.2.48"
5876
- "@oclif/plugin-warn-if-update-available" "^3.1.38"
5878
+ "@oclif/core" "^4.4.0"
5879
+ "@oclif/plugin-help" "^6.2.29"
5880
+ "@oclif/plugin-not-found" "^3.2.57"
5881
+ "@oclif/plugin-warn-if-update-available" "^3.1.41"
5882
+ ansis "^3.16.0"
5877
5883
  async-retry "^1.3.3"
5878
- chalk "^4"
5879
5884
  change-case "^4"
5880
5885
  debug "^4.4.0"
5881
5886
  ejs "^3.1.10"
@@ -7100,12 +7105,12 @@ tiny-jsonc@^1.0.2:
7100
7105
  resolved "https://registry.npmjs.org/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz"
7101
7106
  integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
7102
7107
 
7103
- tinyglobby@^0.2.9:
7104
- version "0.2.10"
7105
- resolved "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz"
7106
- integrity sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==
7108
+ tinyglobby@^0.2.14, tinyglobby@^0.2.9:
7109
+ version "0.2.14"
7110
+ resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
7111
+ integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
7107
7112
  dependencies:
7108
- fdir "^6.4.2"
7113
+ fdir "^6.4.4"
7109
7114
  picomatch "^4.0.2"
7110
7115
 
7111
7116
  tmp@^0.0.33: