this.me 2.1.9 → 2.2.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 (2) hide show
  1. package/main.js +1 -1
  2. package/package.json +3 -3
package/main.js CHANGED
@@ -3,7 +3,7 @@
3
3
  const readline = require('readline');
4
4
  const neurons = require('neurons.me');
5
5
  const cleakerShell = require('cleaker/shell');
6
- const Menu = require('@sui.gn/me/src/utils');
6
+ const Menu = require('this.me/src/utils');
7
7
  // Other imports ...
8
8
  console.log(`
9
9
  ___________
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "this.me",
3
- "version": "2.1.9",
3
+ "version": "2.2.1",
4
4
  "description": "CLI for managing the .me suite.",
5
5
  "bin": {
6
6
  ".me": "./main.js"
@@ -23,7 +23,7 @@
23
23
  "monadlisa": "^2.1.1",
24
24
  "netget": "^2.1.6",
25
25
  "v.path": "^2.1.3",
26
- "@sui.gn/haiku": "1.2.2",
27
- "@sui.gn/me": "2.1.3"
26
+ "this.haiku": "1.2.2",
27
+ "this.mlearning": "2.1.6"
28
28
  }
29
29
  }