@weave_protocol/domere 1.0.6 → 1.0.8

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@ Track intent from origin through every hop with cryptographic signatures.
17
17
  Detect when agents reinterpret, expand, or violate the original intent.
18
18
 
19
19
  ### Blockchain Anchoring
20
- Immutable proof on Solana (~$0.001) or Ethereum (~$2-10).
20
+ Immutable proof on Solana (about $0.001) or Ethereum (about $2-10).
21
21
 
22
22
  ## Quick Start
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weave_protocol/domere",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "The Judge Protocol - Thread identity, intent verification, and blockchain anchoring",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",