sfdx-hardis 6.2.0 → 6.3.0
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 +11 -0
- package/lib/commands/hardis/org/diagnose/unsecure-connected-apps.d.ts +16 -0
- package/lib/commands/hardis/org/diagnose/unsecure-connected-apps.js +190 -0
- package/lib/commands/hardis/org/diagnose/unsecure-connected-apps.js.map +1 -0
- package/lib/commands/hardis/org/monitor/all.js +6 -0
- package/lib/commands/hardis/org/monitor/all.js.map +1 -1
- package/lib/commands/hardis/work/save.js +7 -8
- package/lib/commands/hardis/work/save.js.map +1 -1
- package/lib/common/gitProvider/index.js +1 -1
- package/lib/common/gitProvider/index.js.map +1 -1
- package/lib/common/metadata-utils/index.js +1 -1
- package/lib/common/metadata-utils/index.js.map +1 -1
- package/lib/common/notifProvider/index.d.ts +1 -1
- package/lib/common/notifProvider/index.js.map +1 -1
- package/oclif.lock +24 -24
- package/oclif.manifest.json +387 -267
- package/package.json +5 -5
package/oclif.lock
CHANGED
|
@@ -1695,20 +1695,20 @@
|
|
|
1695
1695
|
zod "^3.25.32"
|
|
1696
1696
|
zod-to-json-schema "^3.22.3"
|
|
1697
1697
|
|
|
1698
|
-
"@langchain/google-genai@^0.2.
|
|
1699
|
-
version "0.2.
|
|
1700
|
-
resolved "https://registry.yarnpkg.com/@langchain/google-genai/-/google-genai-0.2.
|
|
1701
|
-
integrity sha512-
|
|
1698
|
+
"@langchain/google-genai@^0.2.17":
|
|
1699
|
+
version "0.2.17"
|
|
1700
|
+
resolved "https://registry.yarnpkg.com/@langchain/google-genai/-/google-genai-0.2.17.tgz#91c388c845ea130da209bafcf2e0f5d870171f33"
|
|
1701
|
+
integrity sha512-A21HhTJ5WQdh06ZMC8o/1HzkptHudzzRU8oExcWQ8aRa3Q9/4Es4bopEsEnu50rmDeARG3czMsUSUVS+BQYGEA==
|
|
1702
1702
|
dependencies:
|
|
1703
1703
|
"@google/generative-ai" "^0.24.0"
|
|
1704
1704
|
uuid "^11.1.0"
|
|
1705
1705
|
|
|
1706
|
-
"@langchain/ollama@^0.2.
|
|
1707
|
-
version "0.2.
|
|
1708
|
-
resolved "https://registry.yarnpkg.com/@langchain/ollama/-/ollama-0.2.
|
|
1709
|
-
integrity sha512-
|
|
1706
|
+
"@langchain/ollama@^0.2.4":
|
|
1707
|
+
version "0.2.4"
|
|
1708
|
+
resolved "https://registry.yarnpkg.com/@langchain/ollama/-/ollama-0.2.4.tgz#91c2108015e018f1dcae1207c8bc44da0cf047fa"
|
|
1709
|
+
integrity sha512-XThDrZurNPcUO6sasN13rkes1aGgu5gWAtDkkyIGT3ZeMOvrYgPKGft+bbhvsigTIH9C01TfPzrSp8LAmvHIjA==
|
|
1710
1710
|
dependencies:
|
|
1711
|
-
ollama "^0.5.
|
|
1711
|
+
ollama "^0.5.17"
|
|
1712
1712
|
uuid "^10.0.0"
|
|
1713
1713
|
|
|
1714
1714
|
"@langchain/openai@>=0.1.0 <0.7.0", "@langchain/openai@>=0.2.0 <0.7.0":
|
|
@@ -2653,18 +2653,18 @@
|
|
|
2653
2653
|
resolved "https://registry.yarnpkg.com/@slack/types/-/types-2.16.0.tgz#92ba59f9e970440b524423ad694eba4fa4995a86"
|
|
2654
2654
|
integrity sha512-bICnyukvdklXhwxprR3uF1+ZFkTvWTZge4evlCS4G1H1HU6QLY68AcjqzQRymf7/5gNt6Y4OBb4NdviheyZcAg==
|
|
2655
2655
|
|
|
2656
|
-
"@slack/web-api@^7.
|
|
2657
|
-
version "7.
|
|
2658
|
-
resolved "https://registry.yarnpkg.com/@slack/web-api/-/web-api-7.
|
|
2659
|
-
integrity sha512-
|
|
2656
|
+
"@slack/web-api@^7.10.0":
|
|
2657
|
+
version "7.10.0"
|
|
2658
|
+
resolved "https://registry.yarnpkg.com/@slack/web-api/-/web-api-7.10.0.tgz#e64eaa01eb0e2e7d60fc19d8789698c79afa2a90"
|
|
2659
|
+
integrity sha512-kT+07JvOqpYH3b/ttVo3iqKIFiHV2NKmD6QUc/F7HrjCgSdSA10zxqi0euXEF2prB49OU7SfjadzQ0WhNc7tiw==
|
|
2660
2660
|
dependencies:
|
|
2661
2661
|
"@slack/logger" "^4.0.0"
|
|
2662
2662
|
"@slack/types" "^2.9.0"
|
|
2663
2663
|
"@types/node" ">=18.0.0"
|
|
2664
2664
|
"@types/retry" "0.12.0"
|
|
2665
|
-
axios "^1.
|
|
2665
|
+
axios "^1.11.0"
|
|
2666
2666
|
eventemitter3 "^5.0.1"
|
|
2667
|
-
form-data "^4.0.
|
|
2667
|
+
form-data "^4.0.4"
|
|
2668
2668
|
is-electron "2.2.2"
|
|
2669
2669
|
is-stream "^2"
|
|
2670
2670
|
p-queue "^6"
|
|
@@ -4314,7 +4314,7 @@ aws4@^1.12.0:
|
|
|
4314
4314
|
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.13.2.tgz#0aa167216965ac9474ccfa83892cfb6b3e1e52ef"
|
|
4315
4315
|
integrity sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==
|
|
4316
4316
|
|
|
4317
|
-
axios@^1.11.0
|
|
4317
|
+
axios@^1.11.0:
|
|
4318
4318
|
version "1.11.0"
|
|
4319
4319
|
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
|
|
4320
4320
|
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
|
|
@@ -8606,10 +8606,10 @@ ky@^1.2.0:
|
|
|
8606
8606
|
resolved "https://registry.yarnpkg.com/ky/-/ky-1.8.2.tgz#161cba76e4a86b43829565b9a9c8d21d03e602db"
|
|
8607
8607
|
integrity sha512-XybQJ3d4Ea1kI27DoelE5ZCT3bSJlibYTtQuMsyzKox3TMyayw1asgQdl54WroAm+fIA3ZCr8zXW2RpR7qWVpA==
|
|
8608
8608
|
|
|
8609
|
-
"langchain@>=0.2.3 <0.3.0 || >=0.3.4 <0.4.0", langchain@^0.3.
|
|
8610
|
-
version "0.3.
|
|
8611
|
-
resolved "https://registry.yarnpkg.com/langchain/-/langchain-0.3.
|
|
8612
|
-
integrity sha512-
|
|
8609
|
+
"langchain@>=0.2.3 <0.3.0 || >=0.3.4 <0.4.0", langchain@^0.3.33:
|
|
8610
|
+
version "0.3.33"
|
|
8611
|
+
resolved "https://registry.yarnpkg.com/langchain/-/langchain-0.3.33.tgz#5ab9905e584eb19116c971b205edd7d4e1cb943e"
|
|
8612
|
+
integrity sha512-MgMfy/68/xUi02dSg4AZhXjo4jQ+WuVYrU/ryzn59nUb+LXaMRoP/C9eaqblin0OLqGp93jfT8FXDg5mcqSg5A==
|
|
8613
8613
|
dependencies:
|
|
8614
8614
|
"@langchain/openai" ">=0.1.0 <0.7.0"
|
|
8615
8615
|
"@langchain/textsplitters" ">=0.0.0 <0.2.0"
|
|
@@ -10038,10 +10038,10 @@ oclif@^4.22.9:
|
|
|
10038
10038
|
tiny-jsonc "^1.0.2"
|
|
10039
10039
|
validate-npm-package-name "^5.0.1"
|
|
10040
10040
|
|
|
10041
|
-
ollama@^0.5.
|
|
10042
|
-
version "0.5.
|
|
10043
|
-
resolved "https://registry.yarnpkg.com/ollama/-/ollama-0.5.
|
|
10044
|
-
integrity sha512-
|
|
10041
|
+
ollama@^0.5.17:
|
|
10042
|
+
version "0.5.17"
|
|
10043
|
+
resolved "https://registry.yarnpkg.com/ollama/-/ollama-0.5.17.tgz#3217b93c6b72a0e7ca98776ea8a5695de9e61d44"
|
|
10044
|
+
integrity sha512-q5LmPtk6GLFouS+3aURIVl+qcAOPC4+Msmx7uBb3pd+fxI55WnGjmLZ0yijI/CYy79x0QPGx3BwC3u5zv9fBvQ==
|
|
10045
10045
|
dependencies:
|
|
10046
10046
|
whatwg-fetch "^3.6.20"
|
|
10047
10047
|
|