forge-workflow 1.4.0 → 1.4.1

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.
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "permissions": {
3
3
  "allow": [
4
- "Bash(powershell -Command \"npm --version; npm whoami 2>&1; npm view forge-workflow version 2>&1\")"
4
+ "Bash(powershell -Command \"npm --version; npm whoami 2>&1; npm view forge-workflow version 2>&1\")",
5
+ "Bash(powershell -Command \"Start-Sleep -Seconds 3; npm view forge-workflow version\")",
6
+ "Bash(wc:*)",
7
+ "Read(//c/Users/harsha_befach/Downloads/forge/**)"
5
8
  ]
6
9
  }
7
10
  }
@@ -25,7 +25,13 @@
25
25
  "Bash(git checkout:*)",
26
26
  "Bash(git push:*)",
27
27
  "Bash(gh pr create:*)",
28
- "Bash(gh pr merge:*)"
28
+ "Bash(gh pr merge:*)",
29
+ "Bash(find:*)",
30
+ "WebFetch(domain:registry.npmjs.org)",
31
+ "Bash(cmd /c \"npm --version\")",
32
+ "Bash(cmd /c \"npm whoami\")",
33
+ "Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" --version)",
34
+ "Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" whoami)"
29
35
  ]
30
36
  }
31
37
  }