Commit ba85cfd
authored
🩹 [Patch]: Update module requirements and function calls that use
## Description
This pull request includes updates to the `Set-ScriptFileRequirement`
function in the
`src/functions/public/PowerShell/Module/Set-ScriptFileRequirement.ps1`
file. The most important changes involve updating module requirements
and modifying function calls.
Updates to module requirements and function calls:
* Updated the required version of the `Ast` module from `0.2.3` to
`0.3.0`. Note: The module holding the Ast* functions was renamed from
`AST` to `Ast`.
* Replaced calls to `Get-FunctionName` with `Get-ASTFunctionName` within
the `Set-ScriptFileRequirement` function to reflect the updated module
usage.
[[1]](diffhunk://#diff-0d053936135695dd6f1399f5a7ef57233f17c702db7f937932f48a6444b60a1eL71-R71)
[[2]](diffhunk://#diff-0d053936135695dd6f1399f5a7ef57233f17c702db7f937932f48a6444b60a1eL93-R93)
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] Ast (#86)1 parent b57d59b commit ba85cfd
1 file changed
Lines changed: 4 additions & 4 deletions
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments