@jterrats/smart-deployment 1.2.2 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/oclif.lock CHANGED
@@ -1344,11 +1344,9 @@
1344
1344
  "@inquirer/type" "^3.0.10"
1345
1345
 
1346
1346
  "@inquirer/confirm@^6.0.12":
1347
- version "6.0.13"
1348
- resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.0.13.tgz"
1349
- integrity sha512-wkGPC7yJ5WJk1DJ5SX7fzk+gfj4BM8cf5dDDi71B/551xHrdsZVRJOC0WyikXd0pEsb/9cLniuE4atbsMqmFkw==
1347
+ version "6.0.12"
1350
1348
  dependencies:
1351
- "@inquirer/core" "^11.1.10"
1349
+ "@inquirer/core" "^11.1.9"
1352
1350
  "@inquirer/type" "^4.0.5"
1353
1351
 
1354
1352
  "@inquirer/core@^10.3.2":
@@ -1365,10 +1363,8 @@
1365
1363
  wrap-ansi "^6.2.0"
1366
1364
  yoctocolors-cjs "^2.1.3"
1367
1365
 
1368
- "@inquirer/core@^11.1.10":
1369
- version "11.1.10"
1370
- resolved "https://registry.npmjs.org/@inquirer/core/-/core-11.1.10.tgz"
1371
- integrity sha512-a4Q5BXHQAHa9eO202sTaFCHFYVB3x5fauDuThEAdZ9gfn76pSxiKU7wWcEH0N1O0XmQvNfQNU6QXpiRxmYQx+A==
1366
+ "@inquirer/core@^11.1.9":
1367
+ version "11.1.9"
1372
1368
  dependencies:
1373
1369
  "@inquirer/ansi" "^2.0.5"
1374
1370
  "@inquirer/figures" "^2.0.5"
@@ -1466,12 +1462,10 @@
1466
1462
  "@inquirer/type" "^3.0.10"
1467
1463
 
1468
1464
  "@inquirer/password@^5.0.12":
1469
- version "5.0.13"
1470
- resolved "https://registry.npmjs.org/@inquirer/password/-/password-5.0.13.tgz"
1471
- integrity sha512-XDGu64ROHZjOOXLAANvJN7iIxWKhOSCG5VakrZ5kaScVR+snVJCFglD/hL3/677awtWcu4pXoWa280CDIYcBeg==
1465
+ version "5.0.12"
1472
1466
  dependencies:
1473
1467
  "@inquirer/ansi" "^2.0.5"
1474
- "@inquirer/core" "^11.1.10"
1468
+ "@inquirer/core" "^11.1.9"
1475
1469
  "@inquirer/type" "^4.0.5"
1476
1470
 
1477
1471
  "@inquirer/prompts@^7.10.1":
@@ -1892,10 +1886,10 @@
1892
1886
  node-gyp "^12.1.0"
1893
1887
  proc-log "^6.0.0"
1894
1888
 
1895
- "@oclif/core@^4", "@oclif/core@^4.10.5", "@oclif/core@^4.11.2", "@oclif/core@4.11.2", "@oclif/core@4.9.0":
1896
- version "4.11.2"
1897
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.11.2.tgz"
1898
- integrity sha512-LWDalCgy+hYyAkLa9sMIXMXk6ws5RzQhVnkmfXtVIIyEEYigbXQ/9/x+s76p53MiXxNc6SJB7lfwkPF+SdzfMQ==
1889
+ "@oclif/core@^4", "@oclif/core@^4.10.5", "@oclif/core@^4.11.0", "@oclif/core@4.11.2":
1890
+ version "4.11.0"
1891
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.11.0.tgz"
1892
+ integrity sha512-nTkRMgxFlIKQIIYGvhO2JMsLSQ1aHPHblHfFgxgoBrGK8Ao/8wxc4eNOIv/+t8dMXliZd7mREVr6la4aXXXg5A==
1899
1893
  dependencies:
1900
1894
  ansi-escapes "^4.3.2"
1901
1895
  ansis "^3.17.0"
@@ -1908,7 +1902,31 @@
1908
1902
  is-wsl "^2.2.0"
1909
1903
  lilconfig "^3.1.3"
1910
1904
  minimatch "^10.2.5"
1911
- semver "^7.8.0"
1905
+ semver "^7.7.3"
1906
+ string-width "^4.2.3"
1907
+ supports-color "^8"
1908
+ tinyglobby "^0.2.14"
1909
+ widest-line "^3.1.0"
1910
+ wordwrap "^1.0.0"
1911
+ wrap-ansi "^7.0.0"
1912
+
1913
+ "@oclif/core@4.9.0":
1914
+ version "4.9.0"
1915
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.9.0.tgz"
1916
+ integrity sha512-k/ntRgDcUprTT+aaNoF+whk3cY3f9fRD2lkF6ul7JeCUg2MaMXVXZXfbRhJCfsiX51X8/5Pqo0LGdO9SLYXNHg==
1917
+ dependencies:
1918
+ ansi-escapes "^4.3.2"
1919
+ ansis "^3.17.0"
1920
+ clean-stack "^3.0.1"
1921
+ cli-spinners "^2.9.2"
1922
+ debug "^4.4.3"
1923
+ ejs "^3.1.10"
1924
+ get-package-type "^0.1.0"
1925
+ indent-string "^4.0.0"
1926
+ is-wsl "^2.2.0"
1927
+ lilconfig "^3.1.3"
1928
+ minimatch "^10.2.4"
1929
+ semver "^7.7.3"
1912
1930
  string-width "^4.2.3"
1913
1931
  supports-color "^8"
1914
1932
  tinyglobby "^0.2.14"
@@ -1960,10 +1978,8 @@
1960
1978
  lodash "^4.18.1"
1961
1979
  registry-auth-token "^5.1.1"
1962
1980
 
1963
- "@oclif/table@^0.5.7":
1964
- version "0.5.7"
1965
- resolved "https://registry.npmjs.org/@oclif/table/-/table-0.5.7.tgz"
1966
- integrity sha512-iS7gXzOhUf2toij0pxkcD6sPnXzr/j4eLugHwjSKI2+WgytjUycP7A3i6OIvXDrIGMuq8+S7wgZ7tCC1I18q+Q==
1981
+ "@oclif/table@^0.5.6":
1982
+ version "0.5.6"
1967
1983
  dependencies:
1968
1984
  "@types/react" "^18.3.12"
1969
1985
  change-case "^5.4.4"
@@ -2119,9 +2135,7 @@
2119
2135
  ts-retry-promise "^0.8.1"
2120
2136
 
2121
2137
  "@salesforce/core@^8.23.1", "@salesforce/core@^8.29.0", "@salesforce/core@^8.8.0":
2122
- version "8.30.0"
2123
- resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.30.0.tgz"
2124
- integrity sha512-BzKIKAqKKB+obt6KlP3LEOB9kWb6MCFmmzkDiEEyeqENQCDJr/IIps6tZG3VM7RgbNxvu/A8GIS7yIkoyGnqIg==
2138
+ version "8.29.0"
2125
2139
  dependencies:
2126
2140
  "@jsforce/jsforce-node" "^3.10.13"
2127
2141
  "@salesforce/kit" "^3.2.4"
@@ -2193,14 +2207,12 @@
2193
2207
  integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
2194
2208
 
2195
2209
  "@salesforce/sf-plugins-core@^12.2.13":
2196
- version "12.2.16"
2197
- resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.16.tgz"
2198
- integrity sha512-csZxi6gJ675/+9dc1Q9KDDq21XRy+tKtgr1ZSPyA6TeP0J4bnuIfsk9cZCOzxaI6T8L6lM3CyWltQMJ927vpzA==
2210
+ version "12.2.13"
2199
2211
  dependencies:
2200
2212
  "@inquirer/confirm" "^6.0.12"
2201
2213
  "@inquirer/password" "^5.0.12"
2202
- "@oclif/core" "^4.11.2"
2203
- "@oclif/table" "^0.5.7"
2214
+ "@oclif/core" "^4.11.0"
2215
+ "@oclif/table" "^0.5.6"
2204
2216
  "@salesforce/core" "^8.29.0"
2205
2217
  "@salesforce/kit" "^3.2.3"
2206
2218
  "@salesforce/ts-types" "^2.0.12"
@@ -5031,7 +5043,12 @@ env-ci@^11.0.0, env-ci@^11.2.0:
5031
5043
  execa "^8.0.0"
5032
5044
  java-properties "^1.0.2"
5033
5045
 
5034
- env-paths@^2.2.0, env-paths@^2.2.1:
5046
+ env-paths@^2.2.0:
5047
+ version "2.2.1"
5048
+ resolved "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz"
5049
+ integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
5050
+
5051
+ env-paths@^2.2.1:
5035
5052
  version "2.2.1"
5036
5053
  resolved "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz"
5037
5054
  integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
@@ -5884,6 +5901,11 @@ fs.realpath@^1.0.0:
5884
5901
  resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
5885
5902
  integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
5886
5903
 
5904
+ fsevents@~2.3.2:
5905
+ version "2.3.3"
5906
+ resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
5907
+ integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
5908
+
5887
5909
  function-bind@^1.1.2:
5888
5910
  version "1.1.2"
5889
5911
  resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"
@@ -5943,9 +5965,7 @@ get-east-asian-width@^1.0.0, get-east-asian-width@^1.3.1:
5943
5965
  integrity sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==
5944
5966
 
5945
5967
  get-east-asian-width@^1.5.0:
5946
- version "1.6.0"
5947
- resolved "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz"
5948
- integrity sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==
5968
+ version "1.5.0"
5949
5969
 
5950
5970
  get-func-name@^2.0.1, get-func-name@^2.0.2:
5951
5971
  version "2.0.2"
@@ -6308,7 +6328,12 @@ got@^13:
6308
6328
  p-cancelable "^3.0.0"
6309
6329
  responselike "^3.0.0"
6310
6330
 
6311
- graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.6:
6331
+ graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
6332
+ version "4.2.11"
6333
+ resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz"
6334
+ integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
6335
+
6336
+ graceful-fs@^4.2.11, graceful-fs@^4.2.6:
6312
6337
  version "4.2.11"
6313
6338
  resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz"
6314
6339
  integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
@@ -6599,7 +6624,14 @@ iconv-lite@^0.4.24:
6599
6624
  dependencies:
6600
6625
  safer-buffer ">= 2.1.2 < 3"
6601
6626
 
6602
- iconv-lite@^0.7.0, iconv-lite@^0.7.2:
6627
+ iconv-lite@^0.7.0:
6628
+ version "0.7.2"
6629
+ resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz"
6630
+ integrity sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==
6631
+ dependencies:
6632
+ safer-buffer ">= 2.1.2 < 3.0.0"
6633
+
6634
+ iconv-lite@^0.7.2:
6603
6635
  version "0.7.2"
6604
6636
  resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz"
6605
6637
  integrity sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==
@@ -6807,9 +6839,7 @@ into-stream@^7.0.0:
6807
6839
  p-is-promise "^3.0.0"
6808
6840
 
6809
6841
  ip-address@10.2.0:
6810
- version "10.2.0"
6811
- resolved "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz"
6812
- integrity sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==
6842
+ version "10.1.0"
6813
6843
 
6814
6844
  is-array-buffer@^3.0.4, is-array-buffer@^3.0.5:
6815
6845
  version "3.0.5"
@@ -7413,7 +7443,12 @@ jsonfile@^6.0.1:
7413
7443
  optionalDependencies:
7414
7444
  graceful-fs "^4.1.6"
7415
7445
 
7416
- jsonparse@^1.2.0, jsonparse@^1.3.1:
7446
+ jsonparse@^1.2.0:
7447
+ version "1.3.1"
7448
+ resolved "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz"
7449
+ integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==
7450
+
7451
+ jsonparse@^1.3.1:
7417
7452
  version "1.3.1"
7418
7453
  resolved "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz"
7419
7454
  integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==
@@ -8195,7 +8230,7 @@ min-indent@^1.0.0:
8195
8230
  resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz"
8196
8231
  integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
8197
8232
 
8198
- minimatch@^10.0.3, minimatch@^10.1.1, minimatch@^10.2.2, minimatch@^10.2.5:
8233
+ minimatch@^10.0.3, minimatch@^10.1.1, minimatch@^10.2.2, minimatch@^10.2.4, minimatch@^10.2.5:
8199
8234
  version "10.2.5"
8200
8235
  resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz"
8201
8236
  integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
@@ -8303,11 +8338,9 @@ minipass-fetch@^5.0.0:
8303
8338
  iconv-lite "^0.7.2"
8304
8339
 
8305
8340
  minipass-flush@^1.0.5:
8306
- version "1.0.7"
8307
- resolved "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.7.tgz"
8308
- integrity sha512-TbqTz9cUwWyHS2Dy89P3ocAGUGxKjjLuR9z8w4WUTGAVgEj17/4nhgo2Du56i0Fm3Pm30g4iA8Lcqctc76jCzA==
8341
+ version "1.0.6"
8309
8342
  dependencies:
8310
- minipass "^3.0.0"
8343
+ minipass "^7.1.3"
8311
8344
 
8312
8345
  minipass-pipeline@^1.2.4:
8313
8346
  version "1.2.4"
@@ -9086,7 +9119,12 @@ p-map@^3.0.0:
9086
9119
  dependencies:
9087
9120
  aggregate-error "^3.0.0"
9088
9121
 
9089
- p-map@^7.0.1, p-map@^7.0.2, p-map@^7.0.4:
9122
+ p-map@^7.0.1:
9123
+ version "7.0.4"
9124
+ resolved "https://registry.npmjs.org/p-map/-/p-map-7.0.4.tgz"
9125
+ integrity sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==
9126
+
9127
+ p-map@^7.0.2, p-map@^7.0.4:
9090
9128
  version "7.0.4"
9091
9129
  resolved "https://registry.npmjs.org/p-map/-/p-map-7.0.4.tgz"
9092
9130
  integrity sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==
@@ -10173,11 +10211,6 @@ semver@^7.7.3:
10173
10211
  resolved "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz"
10174
10212
  integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
10175
10213
 
10176
- semver@^7.8.0:
10177
- version "7.8.0"
10178
- resolved "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz"
10179
- integrity sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==
10180
-
10181
10214
  "semver@2 || 3 || 4 || 5":
10182
10215
  version "5.7.2"
10183
10216
  resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz"
@@ -10847,21 +10880,28 @@ supports-color@^5.3.0:
10847
10880
  dependencies:
10848
10881
  has-flag "^3.0.0"
10849
10882
 
10850
- supports-color@^7, supports-color@^7.0.0, supports-color@^7.1.0:
10883
+ supports-color@^7:
10851
10884
  version "7.2.0"
10852
10885
  resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz"
10853
10886
  integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
10854
10887
  dependencies:
10855
10888
  has-flag "^4.0.0"
10856
10889
 
10857
- supports-color@^8:
10858
- version "8.1.1"
10859
- resolved "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz"
10860
- integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
10890
+ supports-color@^7.0.0:
10891
+ version "7.2.0"
10892
+ resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz"
10893
+ integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
10861
10894
  dependencies:
10862
10895
  has-flag "^4.0.0"
10863
10896
 
10864
- supports-color@^8.1.1:
10897
+ supports-color@^7.1.0:
10898
+ version "7.2.0"
10899
+ resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz"
10900
+ integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
10901
+ dependencies:
10902
+ has-flag "^4.0.0"
10903
+
10904
+ supports-color@^8, supports-color@^8.1.1:
10865
10905
  version "8.1.1"
10866
10906
  resolved "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz"
10867
10907
  integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
@@ -11357,7 +11397,7 @@ typedoc@^0.26.5, "typedoc@0.26.x || 0.27.x":
11357
11397
  shiki "^1.16.2"
11358
11398
  yaml "^2.5.1"
11359
11399
 
11360
- "typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4, typescript@^5.9.3, typescript@>=2.7, typescript@>=4, typescript@>=4.2.0, typescript@>=4.9.5, "typescript@4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x":
11400
+ "typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4, typescript@^5.9.3, typescript@>=2.7, typescript@>=4, typescript@>=4.2.0, typescript@>=4.9.5:
11361
11401
  version "5.9.3"
11362
11402
  resolved "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz"
11363
11403
  integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
@@ -11367,6 +11407,9 @@ typescript@~5.4.2:
11367
11407
  resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz"
11368
11408
  integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
11369
11409
 
11410
+ "typescript@4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x":
11411
+ version "5.6.3"
11412
+
11370
11413
  uc.micro@^2.0.0, uc.micro@^2.1.0:
11371
11414
  version "2.1.0"
11372
11415
  resolved "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz"
@@ -11402,7 +11445,15 @@ undici-types@~7.16.0:
11402
11445
  resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz"
11403
11446
  integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
11404
11447
 
11405
- undici@^6.23.0, undici@^6.25.0:
11448
+ undici-types@~7.19.0:
11449
+ version "7.19.2"
11450
+
11451
+ undici@^6.23.0:
11452
+ version "6.25.0"
11453
+ resolved "https://registry.npmjs.org/undici/-/undici-6.25.0.tgz"
11454
+ integrity sha512-ZgpWDC5gmNiuY9CnLVXEH8rl50xhRCuLNA97fAUnKi8RRuV4E6KG31pDTsLVUKnohJE0I3XDrTeEydAXRw47xg==
11455
+
11456
+ undici@^6.25.0:
11406
11457
  version "6.25.0"
11407
11458
  resolved "https://registry.npmjs.org/undici/-/undici-6.25.0.tgz"
11408
11459
  integrity sha512-ZgpWDC5gmNiuY9CnLVXEH8rl50xhRCuLNA97fAUnKi8RRuV4E6KG31pDTsLVUKnohJE0I3XDrTeEydAXRw47xg==
@@ -11533,7 +11584,12 @@ util-arity@^1.1.0:
11533
11584
  resolved "https://registry.npmjs.org/util-arity/-/util-arity-1.1.0.tgz"
11534
11585
  integrity sha512-kkyIsXKwemfSy8ZEoaIz06ApApnWsk5hQO0vLjZS6UkBiGiW++Jsyb8vSBoc0WKlffGoGs5yYy/j5pp8zckrFA==
11535
11586
 
11536
- util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
11587
+ util-deprecate@^1.0.1, util-deprecate@~1.0.1:
11588
+ version "1.0.2"
11589
+ resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
11590
+ integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
11591
+
11592
+ util-deprecate@^1.0.2:
11537
11593
  version "1.0.2"
11538
11594
  resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
11539
11595
  integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
@@ -114,7 +114,7 @@
114
114
  "args": {},
115
115
  "examples": [
116
116
  "<%= config.bin %> <%= command.id %> --since origin/main --dry-run",
117
- "<%= config.bin %> <%= command.id %> --source-path force-app --since HEAD~1 --json"
117
+ "<%= config.bin %> <%= command.id %> --source-path force-app --target-org release --since HEAD~1 --json"
118
118
  ],
119
119
  "flags": {
120
120
  "json": {
@@ -146,6 +146,14 @@
146
146
  "multiple": false,
147
147
  "type": "option"
148
148
  },
149
+ "target-org": {
150
+ "char": "o",
151
+ "name": "target-org",
152
+ "summary": "Target org alias or username used for deploy commands and org preflight checks.",
153
+ "hasDynamicHelp": false,
154
+ "multiple": false,
155
+ "type": "option"
156
+ },
149
157
  "dry-run": {
150
158
  "name": "dry-run",
151
159
  "summary": "Print the coordinated publish plan without executing external commands.",
@@ -655,5 +663,5 @@
655
663
  ]
656
664
  }
657
665
  },
658
- "version": "1.2.2"
666
+ "version": "1.2.4"
659
667
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jterrats/smart-deployment",
3
3
  "description": "Intelligent Salesforce metadata deployment plugin that automatically analyzes dependencies, generates optimal deployment",
4
- "version": "1.2.2",
4
+ "version": "1.2.4",
5
5
  "dependencies": {
6
6
  "@oclif/core": "4.11.2",
7
7
  "@salesforce/core": "^8.29.0",