indelible-mcp 5.2.1 → 5.3.0
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/LICENSE +1 -1
- package/package.json +1 -1
- package/src/index.js +1079 -64
package/LICENSE
CHANGED
|
@@ -11,7 +11,7 @@ Additional Use Grant: You may make use of the Licensed Work for personal,
|
|
|
11
11
|
commercial blockchain storage, session saving, or
|
|
12
12
|
encrypted vault service without written permission
|
|
13
13
|
from the Licensor.
|
|
14
|
-
Change Date: August
|
|
14
|
+
Change Date: August 8, 2030
|
|
15
15
|
Change License: MIT License
|
|
16
16
|
|
|
17
17
|
Terms
|
package/package.json
CHANGED