sidestr 0.0.3 → 0.0.4

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sidestr",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "the sidestr client as one package: open a chain by its id, validate every block yourself, spend, peg in and out, use the EVM \u2014 in Node or a page",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-or-later",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@bitcoin-desktop/schema": "github:bitcoin-desktop/schema#v0.0.27",
28
- "@sidestr/spec": "0.0.2",
28
+ "@sidestr/spec": "0.0.3",
29
29
  "@sidestr/explorer": "0.0.1",
30
30
  "@sidestr/wallet": "0.0.1"
31
31
  },