@salesforce/plugin-deploy-retrieve 3.2.34 → 3.2.35
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/README.md +17 -17
- package/lib/commands/project/retrieve/start.js.map +1 -1
- package/npm-shrinkwrap.json +282 -18
- package/oclif.lock +78 -5
- package/oclif.manifest.json +773 -773
- package/package.json +6 -6
package/oclif.lock
CHANGED
|
@@ -1899,6 +1899,40 @@
|
|
|
1899
1899
|
wordwrap "^1.0.0"
|
|
1900
1900
|
wrap-ansi "^7.0.0"
|
|
1901
1901
|
|
|
1902
|
+
"@oclif/core@^3.25.2":
|
|
1903
|
+
version "3.25.3"
|
|
1904
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.3.tgz#dac0e604c33267f879d3233cd4d0730146db4793"
|
|
1905
|
+
integrity sha512-2TLZmqnDZos9h73KbrdKqvUQEXIPpUfEzgIfqdQRZwszfk1RtiHAb/7ihtnJICnRRVXlD4XLDmUlY4cFJ0ka4g==
|
|
1906
|
+
dependencies:
|
|
1907
|
+
"@types/cli-progress" "^3.11.5"
|
|
1908
|
+
ansi-escapes "^4.3.2"
|
|
1909
|
+
ansi-styles "^4.3.0"
|
|
1910
|
+
cardinal "^2.1.1"
|
|
1911
|
+
chalk "^4.1.2"
|
|
1912
|
+
clean-stack "^3.0.1"
|
|
1913
|
+
cli-progress "^3.12.0"
|
|
1914
|
+
color "^4.2.3"
|
|
1915
|
+
debug "^4.3.4"
|
|
1916
|
+
ejs "^3.1.9"
|
|
1917
|
+
get-package-type "^0.1.0"
|
|
1918
|
+
globby "^11.1.0"
|
|
1919
|
+
hyperlinker "^1.0.0"
|
|
1920
|
+
indent-string "^4.0.0"
|
|
1921
|
+
is-wsl "^2.2.0"
|
|
1922
|
+
js-yaml "^3.14.1"
|
|
1923
|
+
minimatch "^9.0.3"
|
|
1924
|
+
natural-orderby "^2.0.3"
|
|
1925
|
+
object-treeify "^1.1.33"
|
|
1926
|
+
password-prompt "^1.1.3"
|
|
1927
|
+
slice-ansi "^4.0.0"
|
|
1928
|
+
string-width "^4.2.3"
|
|
1929
|
+
strip-ansi "^6.0.1"
|
|
1930
|
+
supports-color "^8.1.1"
|
|
1931
|
+
supports-hyperlinks "^2.2.0"
|
|
1932
|
+
widest-line "^3.1.0"
|
|
1933
|
+
wordwrap "^1.0.0"
|
|
1934
|
+
wrap-ansi "^7.0.0"
|
|
1935
|
+
|
|
1902
1936
|
"@oclif/plugin-command-snapshot@^5.1.1":
|
|
1903
1937
|
version "5.1.1"
|
|
1904
1938
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.1.tgz#13918a98686d7508ddca192154e2b33ae042706f"
|
|
@@ -2265,6 +2299,25 @@
|
|
|
2265
2299
|
proxy-agent "^6.4.0"
|
|
2266
2300
|
ts-retry-promise "^0.7.1"
|
|
2267
2301
|
|
|
2302
|
+
"@salesforce/source-deploy-retrieve@^10.5.3":
|
|
2303
|
+
version "10.5.3"
|
|
2304
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.3.tgz#c994a5522ce187bfc59bbdb76edfb550453a8025"
|
|
2305
|
+
integrity sha512-gw28Co2twQ6GSIF94DdWxx6htBLWKIsMhaKlydfymoAp3kZrFmALRPh8Dj8RDQWV8wrSmzWqDFX9iGoldHZDbg==
|
|
2306
|
+
dependencies:
|
|
2307
|
+
"@salesforce/core" "^6.7.0"
|
|
2308
|
+
"@salesforce/kit" "^3.0.15"
|
|
2309
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
2310
|
+
fast-levenshtein "^3.0.0"
|
|
2311
|
+
fast-xml-parser "^4.3.5"
|
|
2312
|
+
got "^11.8.6"
|
|
2313
|
+
graceful-fs "^4.2.11"
|
|
2314
|
+
ignore "^5.3.1"
|
|
2315
|
+
jszip "^3.10.1"
|
|
2316
|
+
mime "2.6.0"
|
|
2317
|
+
minimatch "^5.1.6"
|
|
2318
|
+
proxy-agent "^6.4.0"
|
|
2319
|
+
ts-retry-promise "^0.7.1"
|
|
2320
|
+
|
|
2268
2321
|
"@salesforce/source-testkit@^2.1.103":
|
|
2269
2322
|
version "2.1.103"
|
|
2270
2323
|
resolved "https://registry.yarnpkg.com/@salesforce/source-testkit/-/source-testkit-2.1.103.tgz#7b035514e7930ce05e0946d14cb4e9008cf5813c"
|
|
@@ -2281,7 +2334,7 @@
|
|
|
2281
2334
|
shelljs "^0.8.4"
|
|
2282
2335
|
sinon "^10.0.0"
|
|
2283
2336
|
|
|
2284
|
-
"@salesforce/source-tracking@^5.0.0"
|
|
2337
|
+
"@salesforce/source-tracking@^5.0.0":
|
|
2285
2338
|
version "5.1.14"
|
|
2286
2339
|
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-5.1.14.tgz#ae2c02d687099e68508e327545f3b123a71dced2"
|
|
2287
2340
|
integrity sha512-wrxFM5Wz4GekH4R+eAd+h780K4qNIU7/77Frua5HDHvORcj07zGR8prJ2zG2/bbYwaclojexH9zHi0RHe2LMoA==
|
|
@@ -2296,6 +2349,21 @@
|
|
|
2296
2349
|
isomorphic-git "1.23.0"
|
|
2297
2350
|
ts-retry-promise "^0.8.0"
|
|
2298
2351
|
|
|
2352
|
+
"@salesforce/source-tracking@^5.1.18":
|
|
2353
|
+
version "5.1.18"
|
|
2354
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-5.1.18.tgz#aea622c04ac199b2288b3a94c6b8e8f207c438f7"
|
|
2355
|
+
integrity sha512-V8itdxwfP72Kq26psNdxi3JI3tQRdxzViKUQM5w33B6vahWJS3P3nBOzIFJGu+J9/SMDUHRpPYTwUL84yXdoyA==
|
|
2356
|
+
dependencies:
|
|
2357
|
+
"@oclif/core" "^3.25.2"
|
|
2358
|
+
"@salesforce/core" "^6.7.1"
|
|
2359
|
+
"@salesforce/kit" "^3.0.15"
|
|
2360
|
+
"@salesforce/source-deploy-retrieve" "^10.5.3"
|
|
2361
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
2362
|
+
fast-xml-parser "^4.2.5"
|
|
2363
|
+
graceful-fs "^4.2.11"
|
|
2364
|
+
isomorphic-git "1.23.0"
|
|
2365
|
+
ts-retry-promise "^0.8.0"
|
|
2366
|
+
|
|
2299
2367
|
"@salesforce/ts-sinon@^1.4.19":
|
|
2300
2368
|
version "1.4.19"
|
|
2301
2369
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.19.tgz#64157b6c8cf4a3c637867e2ddd90c2d058c334f7"
|
|
@@ -9842,16 +9910,21 @@ typedoc@^0.25.9:
|
|
|
9842
9910
|
minimatch "^9.0.3"
|
|
9843
9911
|
shiki "^0.14.7"
|
|
9844
9912
|
|
|
9845
|
-
"typescript@^4.6.4 || ^5.0.0", typescript@^5.
|
|
9846
|
-
version "5.
|
|
9847
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.
|
|
9848
|
-
integrity sha512
|
|
9913
|
+
"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.2:
|
|
9914
|
+
version "5.4.2"
|
|
9915
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
|
|
9916
|
+
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
|
|
9849
9917
|
|
|
9850
9918
|
typescript@^4.9.5:
|
|
9851
9919
|
version "4.9.5"
|
|
9852
9920
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
|
|
9853
9921
|
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
|
|
9854
9922
|
|
|
9923
|
+
typescript@~5.3.2:
|
|
9924
|
+
version "5.3.3"
|
|
9925
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
|
|
9926
|
+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
|
9927
|
+
|
|
9855
9928
|
uglify-js@^3.1.4:
|
|
9856
9929
|
version "3.17.4"
|
|
9857
9930
|
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
|