@inversealtruism/csd-light 0.1.0 → 0.1.1

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inversealtruism/csd-light",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Compute Substrate light client — headers-first sync with client-side PoW/LWMA/chainwork verification + merkle-inclusion proofs, behind a Helios-style verified-RPC facade with an honest trustLevel on every read.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -18,8 +18,8 @@
18
18
  "LICENSE"
19
19
  ],
20
20
  "dependencies": {
21
- "@inversealtruism/csd-codec": "0.1.0",
22
- "@inversealtruism/csd-client": "0.1.0"
21
+ "@inversealtruism/csd-codec": "0.1.1",
22
+ "@inversealtruism/csd-client": "0.1.1"
23
23
  },
24
24
  "license": "MIT",
25
25
  "sideEffects": false,