this.me 2.9.4 → 2.9.41

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -9,4 +9,4 @@ import Me from './src/me.js';
9
9
  //when a user declares "I am %.me," their digital existence is affirmed and recorded in the system.
10
10
  export default Me;
11
11
 
12
- console.log("this.me is loaded!!");
12
+ console.log("this.me is loaded...");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "this.me",
3
- "version": "2.9.4",
3
+ "version": "2.9.41",
4
4
  "description": "_me-Centric.",
5
5
  "main": "index.js",
6
6
  "scripts": {