this.me 3.1.4 → 3.1.5

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/README.md +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,8 +11,8 @@ npm install this.me
11
11
  ## **Start .me in 60 seconds**
12
12
  ###### Import
13
13
  ```ts
14
- import ME from "this.me";
15
- const me = new ME();
14
+ import Me from "this.me";
15
+ const me = new Me();
16
16
  ```
17
17
 
18
18
  ###### **Declare** Your Identity.
@@ -231,6 +231,10 @@ The behavior is identical, bit-by-bit, because the logic is part of the state.
231
231
 
232
232
  ##### License
233
233
  **MIT © 2025 by https://neurons.me**
234
+
234
235
  See the [LICENSE](./LICENSE) file for details.
236
+
235
237
  **∴ Witness our seal**
238
+
236
239
  **suiGn**
240
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "this.me",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "type": "module",
5
5
  "main": "./dist/me.cjs",
6
6
  "module": "./dist/me.es.js",