@weave_protocol/domere 1.0.3 → 1.0.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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,4 +47,10 @@ const hop = await domere.addHop({
47
47
 
48
48
  ## License
49
49
 
50
+ Use individually or together with the full Weave Protocol suite.
51
+
50
52
  Apache-2.0
53
+
54
+ ---
55
+
56
+ Made with ❤️ for AI Safety
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weave_protocol/domere",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "The Judge Protocol - Thread identity, intent verification, and blockchain anchoring",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",