this.me 2.5.5 → 2.5.6
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.
- package/main.js +4 -1
- package/package.json +2 -2
package/main.js
CHANGED
|
@@ -7,7 +7,10 @@ const fs = require('fs');
|
|
|
7
7
|
const args = process.argv.slice(2);
|
|
8
8
|
const neurons = require("neurons.me");
|
|
9
9
|
const cleaker = require("cleaker");
|
|
10
|
-
|
|
10
|
+
let netget;
|
|
11
|
+
if (needNetget) {
|
|
12
|
+
netget = require("netget");
|
|
13
|
+
}
|
|
11
14
|
const Atom = require("this.atom");
|
|
12
15
|
// Your CLI logic goes here, display welcome message, handle other commands, etc.
|
|
13
16
|
function displayWelcomeMessage() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "this.me",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.6",
|
|
4
4
|
"description": "This.me should This.be",
|
|
5
5
|
"bin": {
|
|
6
6
|
".me": "./main.js"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"cleaker": "^2.3.4",
|
|
28
28
|
"fs": "^0.0.1-security",
|
|
29
29
|
"i.mlearning": "^2.2.0",
|
|
30
|
-
"netget": "^2.2.
|
|
30
|
+
"netget": "^2.2.3",
|
|
31
31
|
"neurons.me": "^2.7.1",
|
|
32
32
|
"this.atom":"1.0.8",
|
|
33
33
|
"this.audio": "^1.0.6",
|