this.me 2.4.9 → 2.5.1

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.
Files changed (3) hide show
  1. package/main.js +2 -0
  2. package/package.json +1 -2
  3. package/test.js +0 -1
package/main.js CHANGED
@@ -7,6 +7,7 @@ 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
+ const netget = require("netget");
10
11
  const Atom = require("this.atom");
11
12
  // Your CLI logic goes here, display welcome message, handle other commands, etc.
12
13
  function displayWelcomeMessage() {
@@ -101,6 +102,7 @@ switch(args[0]) {
101
102
 
102
103
  module.exports = {
103
104
  cleaker,
105
+ netget,
104
106
  neurons,
105
107
  Atom,
106
108
  getAllFiles,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "this.me",
3
- "version": "2.4.9",
3
+ "version": "2.5.1",
4
4
  "description": "This.me should This.be",
5
5
  "bin": {
6
6
  ".me": "./main.js"
@@ -25,7 +25,6 @@
25
25
  "dependencies": {
26
26
  "be.this": "^1.1.3",
27
27
  "cleaker": "^2.2.9",
28
- "crypto": "^1.0.1",
29
28
  "fs": "^0.0.1-security",
30
29
  "i.mlearning": "^2.1.7",
31
30
  "netget": "^2.1.6",
package/test.js CHANGED
@@ -12,7 +12,6 @@ console.log('Creating a new neuron with neurons.createNeuron()');
12
12
  let neuron = neurons.createNeuron();
13
13
  console.log(neuron);
14
14
 
15
-
16
15
  // Custom options for the neuron
17
16
  let options = {
18
17
  name: 'x', // Custom name for the neuron