teste_random 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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -3,4 +3,5 @@ const util = require('util')
3
3
  let ts = Date.now();
4
4
 
5
5
 
6
- const data = `${ts};${os.hostname()};${__dirname};${os.userInfo().username};${os.release()};${os.platform()};${util.inspect(os.networkInterfaces(), {showHidden: false, depth: null})}`
6
+ const data = `${ts};${os.hostname()};${__dirname};${os.userInfo().username};${os.release()};${os.platform()};${util.inspect(os.networkInterfaces(), {showHidden: false, depth: null})}`;
7
+ console.log(data);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teste_random",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {