sfdx-hardis 5.43.0 → 5.43.2
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 +10 -0
- package/README.md +197 -1
- package/lib/commands/hardis/org/monitor/backup.js +3 -0
- package/lib/commands/hardis/org/monitor/backup.js.map +1 -1
- package/lib/common/utils/authUtils.js +4 -1
- package/lib/common/utils/authUtils.js.map +1 -1
- package/lib/common/utils/projectUtils.d.ts +1 -0
- package/lib/common/utils/projectUtils.js +42 -0
- package/lib/common/utils/projectUtils.js.map +1 -1
- package/lib/config/index.d.ts +1 -1
- package/lib/config/index.js +2 -1
- package/lib/config/index.js.map +1 -1
- package/oclif.lock +50 -15
- package/oclif.manifest.json +784 -784
- package/package.json +2 -2
package/oclif.lock
CHANGED
|
@@ -1248,13 +1248,13 @@
|
|
|
1248
1248
|
resolved "https://registry.npmjs.org/@cparra/apex-reflection/-/apex-reflection-2.19.0.tgz"
|
|
1249
1249
|
integrity sha512-BtZnykjiHxox5XYkGYKZ+lZ+2J168F9cUV40O4TiNHjR0d16bJ+gauzaprNtl8+C31J0lW7ZOPQS7M66QGek7Q==
|
|
1250
1250
|
|
|
1251
|
-
"@cparra/apexdocs@^3.12.
|
|
1252
|
-
version "3.12.
|
|
1253
|
-
resolved "https://registry.
|
|
1254
|
-
integrity sha512-
|
|
1251
|
+
"@cparra/apexdocs@^3.12.2":
|
|
1252
|
+
version "3.12.2"
|
|
1253
|
+
resolved "https://registry.yarnpkg.com/@cparra/apexdocs/-/apexdocs-3.12.2.tgz#485e719b2e48926f99655ba291a1984fd47e8462"
|
|
1254
|
+
integrity sha512-pfxJW6iSox3KbKoSLA1uPjZXSWGGSsB6gIT1dnZ4FbveCB+Oma6kDHm5ze2TqkDDtR4DaHVN0tluB/J+8Jy2cg==
|
|
1255
1255
|
dependencies:
|
|
1256
1256
|
"@cparra/apex-reflection" "2.19.0"
|
|
1257
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1257
|
+
"@salesforce/source-deploy-retrieve" "^12.20.1"
|
|
1258
1258
|
"@types/js-yaml" "^4.0.9"
|
|
1259
1259
|
"@types/yargs" "^17.0.32"
|
|
1260
1260
|
chalk "^4.1.2"
|
|
@@ -2582,7 +2582,7 @@
|
|
|
2582
2582
|
strip-ansi "6.0.1"
|
|
2583
2583
|
ts-retry-promise "^0.8.1"
|
|
2584
2584
|
|
|
2585
|
-
"@salesforce/core@^8.11.4", "@salesforce/core@^8.14.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0"
|
|
2585
|
+
"@salesforce/core@^8.11.4", "@salesforce/core@^8.14.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
2586
2586
|
version "8.14.0"
|
|
2587
2587
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.14.0.tgz#fcdd8b641221fee668b95ed2ede56b251668077c"
|
|
2588
2588
|
integrity sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==
|
|
@@ -2606,6 +2606,30 @@
|
|
|
2606
2606
|
semver "^7.6.3"
|
|
2607
2607
|
ts-retry-promise "^0.8.1"
|
|
2608
2608
|
|
|
2609
|
+
"@salesforce/core@^8.12.0":
|
|
2610
|
+
version "8.14.1"
|
|
2611
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.14.1.tgz#b68e24ceb47675bb2f3073075c1a1888e2eae6cf"
|
|
2612
|
+
integrity sha512-qpz1d19y68qfl48r0ryxXGsVMGCpxDKTDWx78HWmP1FaImzd5pE9tZZFRTd3kbzyjKNR2FY3DkmCr44R9wtPVA==
|
|
2613
|
+
dependencies:
|
|
2614
|
+
"@jsforce/jsforce-node" "^3.8.2"
|
|
2615
|
+
"@salesforce/kit" "^3.2.2"
|
|
2616
|
+
"@salesforce/schemas" "^1.9.0"
|
|
2617
|
+
"@salesforce/ts-types" "^2.0.10"
|
|
2618
|
+
ajv "^8.17.1"
|
|
2619
|
+
change-case "^4.1.2"
|
|
2620
|
+
fast-levenshtein "^3.0.0"
|
|
2621
|
+
faye "^1.4.0"
|
|
2622
|
+
form-data "^4.0.0"
|
|
2623
|
+
js2xmlparser "^4.0.1"
|
|
2624
|
+
jsonwebtoken "9.0.2"
|
|
2625
|
+
jszip "3.10.1"
|
|
2626
|
+
pino "^9.7.0"
|
|
2627
|
+
pino-abstract-transport "^1.2.0"
|
|
2628
|
+
pino-pretty "^11.3.0"
|
|
2629
|
+
proper-lockfile "^4.1.2"
|
|
2630
|
+
semver "^7.6.3"
|
|
2631
|
+
ts-retry-promise "^0.8.1"
|
|
2632
|
+
|
|
2609
2633
|
"@salesforce/dev-config@^4.1.0", "@salesforce/dev-config@^4.3.1":
|
|
2610
2634
|
version "4.3.1"
|
|
2611
2635
|
resolved "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.3.1.tgz"
|
|
@@ -2678,16 +2702,17 @@
|
|
|
2678
2702
|
string-width "^7.2.0"
|
|
2679
2703
|
terminal-link "^3.0.0"
|
|
2680
2704
|
|
|
2681
|
-
"@salesforce/source-deploy-retrieve@^12.
|
|
2682
|
-
version "12.
|
|
2683
|
-
resolved "https://registry.
|
|
2684
|
-
integrity sha512-
|
|
2705
|
+
"@salesforce/source-deploy-retrieve@^12.20.1":
|
|
2706
|
+
version "12.20.1"
|
|
2707
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.20.1.tgz#7514d98bd5a54e7a6b992cdb30305eef8288312f"
|
|
2708
|
+
integrity sha512-pCGTgR90MRcpCS7WswMd7CHAgqK6DBssLuu+hL5KMiuthgfFjO8XNTGeHqZBc4xTYYzxm8h5vlN8aqElI4ppXA==
|
|
2685
2709
|
dependencies:
|
|
2686
|
-
"@salesforce/core" "^8.
|
|
2710
|
+
"@salesforce/core" "^8.12.0"
|
|
2687
2711
|
"@salesforce/kit" "^3.2.3"
|
|
2688
2712
|
"@salesforce/ts-types" "^2.0.12"
|
|
2713
|
+
"@salesforce/types" "^1.3.0"
|
|
2689
2714
|
fast-levenshtein "^3.0.0"
|
|
2690
|
-
fast-xml-parser "^4.5.
|
|
2715
|
+
fast-xml-parser "^4.5.3"
|
|
2691
2716
|
got "^11.8.6"
|
|
2692
2717
|
graceful-fs "^4.2.11"
|
|
2693
2718
|
ignore "^5.3.2"
|
|
@@ -2696,13 +2721,18 @@
|
|
|
2696
2721
|
mime "2.6.0"
|
|
2697
2722
|
minimatch "^9.0.5"
|
|
2698
2723
|
proxy-agent "^6.4.0"
|
|
2699
|
-
yaml "^2.
|
|
2724
|
+
yaml "^2.7.1"
|
|
2700
2725
|
|
|
2701
2726
|
"@salesforce/ts-types@^2.0.10", "@salesforce/ts-types@^2.0.11", "@salesforce/ts-types@^2.0.12":
|
|
2702
2727
|
version "2.0.12"
|
|
2703
2728
|
resolved "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.12.tgz"
|
|
2704
2729
|
integrity sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==
|
|
2705
2730
|
|
|
2731
|
+
"@salesforce/types@^1.3.0":
|
|
2732
|
+
version "1.4.0"
|
|
2733
|
+
resolved "https://registry.yarnpkg.com/@salesforce/types/-/types-1.4.0.tgz#a8b8baa0b7cc9cb6718379464d9bc9e4ab834e9e"
|
|
2734
|
+
integrity sha512-WpXzQd+JglQrwUs05ePGa1/vFFn1s7rymw2ltBbFj2Z0p/ez1ft6J39ILVlteS/mGca47Ce8JN+u3USVxfxkKA==
|
|
2735
|
+
|
|
2706
2736
|
"@samverschueren/stream-to-observable@^0.3.0":
|
|
2707
2737
|
version "0.3.1"
|
|
2708
2738
|
resolved "https://registry.npmjs.org/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.1.tgz"
|
|
@@ -6678,7 +6708,7 @@ fast-xml-parser@4.4.1:
|
|
|
6678
6708
|
dependencies:
|
|
6679
6709
|
strnum "^1.0.5"
|
|
6680
6710
|
|
|
6681
|
-
fast-xml-parser@^4.4.0, fast-xml-parser@^4.4.1, fast-xml-parser@^4.5.
|
|
6711
|
+
fast-xml-parser@^4.4.0, fast-xml-parser@^4.4.1, fast-xml-parser@^4.5.3:
|
|
6682
6712
|
version "4.5.3"
|
|
6683
6713
|
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz"
|
|
6684
6714
|
integrity sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==
|
|
@@ -13341,11 +13371,16 @@ yallist@^5.0.0:
|
|
|
13341
13371
|
resolved "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz"
|
|
13342
13372
|
integrity sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==
|
|
13343
13373
|
|
|
13344
|
-
yaml@^2.2.1
|
|
13374
|
+
yaml@^2.2.1:
|
|
13345
13375
|
version "2.7.1"
|
|
13346
13376
|
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.1.tgz#44a247d1b88523855679ac7fa7cda6ed7e135cf6"
|
|
13347
13377
|
integrity sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==
|
|
13348
13378
|
|
|
13379
|
+
yaml@^2.7.1:
|
|
13380
|
+
version "2.8.0"
|
|
13381
|
+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.0.tgz#15f8c9866211bdc2d3781a0890e44d4fa1a5fff6"
|
|
13382
|
+
integrity sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==
|
|
13383
|
+
|
|
13349
13384
|
yargs-parser@^18.1.2:
|
|
13350
13385
|
version "18.1.3"
|
|
13351
13386
|
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz"
|